Giter Club home page Giter Club logo

Comments (4)

X-Ryl669 avatar X-Ryl669 commented on September 25, 2024

I've tried to import CSV first (and the iGo format I'm supporting is actually a CSV). The issue is that CSV is not standard, there are as many CSV format as there are different software.
Some have headers (so I could probably "find a logic") but some haven't (so the meaning of the data is well... unknown). The approach in PinPOI is to ask the user to specify what the columns are before importing, but honestly, I think this is too complex for anyone without good GPS/GIS knowledge (and I can't use PinPOI code since it's GPL).

The iGO format is the more complete I could find, so I've used it (it has both the speed, direction and type as columns) while other found formats split each type in different CSV files and some even split each speed in different CSV files.

For a french & european database, you can visit Lufop.net and download their speedcam.txt file from iGO page. I guess I'm not supposed to store the file here, so you'll have to find it by yourself but it's quite straightforward.

from bwarearea.

Hoiss avatar Hoiss commented on September 25, 2024

Nice work and thanks for the hint with Lufop.net!
I downloaded the file for europe which includes 27033 POIs. After importing this file to Bware it shows only 19988 POIs. This seems to be a bug with negative X values which are valid for parts of france and spain!
You also have to be careful with the filename, it was accepted when it was named speedcam.txt like it is originally.

from bwarearea.

X-Ryl669 avatar X-Ryl669 commented on September 25, 2024

Right, I was wondering why there was a difference in the number of POI. I'll take a look.

from bwarearea.

X-Ryl669 avatar X-Ryl669 commented on September 25, 2024

Ok, I've made a new release with the bug fixed. Cheers!

from bwarearea.

Related Issues (8)

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.