Giter VIP home page Giter VIP logo

ios-simulator-scenarios-to-gpx's Introduction

ios-simulator-scenarios-to-gpx

iOS simulator routes converted to GPX (converter included)

Why?

If you're an iOS developer and you have to work with CoreLocation then you should know that iOS simulator allows you to set the GPX-based location to be used by your app. You can read more here - Testing and Debugging in Simulator.

Debugging tools allow you to choose different scenarios (with routing):

  • City Bicycle Ride. Simulates a bike ride in Cupertino, CA. This item simulates the device moving on a predefined route.
  • City Run. Simulates a run in Cupertino, CA. This item simulates the device moving on a predefined route.
  • Freeway Drive. Simulates a drive through Cupertino, CA. This item simulates the device moving on a predefined route.

And one day there was a need to repsenent the scenarios in a different format (I choose GPX). That's why this repository exists.

What do we have?

  • generated GPX files in gpx folder (just pure GPX only with waypoints);
  • Objective C implementation file (very simple).

Sources

To compile ios-simulator-scenarios-to-gpx.m use the command

clang -fobjc-arc -framework Foundation -framework CoreLocation ios-simulator-scenarios-to-gpx.m -o ios-simulator-scenarios-to-gpx

GPX

Feel free to fork this repo if you want to generate more complex GPX files or change something. You can find additional documentation about GPX here - GPX 1.1 Schema Documentation.

Look & Feel

I used GPS Visualizer to take screenshots.

City Bicycle Ride City Run Freeway Drive

ios-simulator-scenarios-to-gpx's People

Contributors

dive avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.