Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for trip layers #35

Open
tjukanovt opened this issue Feb 24, 2021 · 0 comments
Open

Add support for trip layers #35

tjukanovt opened this issue Feb 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@tjukanovt
Copy link

tjukanovt commented Feb 24, 2021

Expected behaviour
I would like to export normal vector data formats from QGIS with timestamps as trip layers

Current behaviour
Currently the trip layer in Unfolded Studio is a specific LineString GeoJSON type.. This is not really widely supported, so producing this requires custom code.

Describe alternatives you've considered
The plugin could have a functionality or a separate dialog, where the user could indicate the timestamp column (and possibly altitude). Latitude and longitude could be identified directly from the data. To keep things simple, the plugin could require the data to contain valid timestamps (in a datetime format or epoch).

This sort of "standard" tabular movement data could work as a first test case: https://github.com/tjukanovt/tjukanovt.github.io/blob/master/data2share/trainGPS.csv

@tjukanovt tjukanovt added the enhancement New feature or request label Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant