Comments and answers for "gps trace to road" https://knowledge.亚搏在线safe.com/questions/3409/gps-trace-to-road.html The latest comments and answers for the question "gps trace to road" Comment by dr_ysg https://knowledge.亚搏在线safe.com/comments/14967/view.html I have raw JSON traces (below) that have to be converted to GeoJSON (which I am not sure that FME is the best way to do this).lots of filtering.needed.afterwards it might be a lot of work to create paths for the road boarders.I am leaning to qGIS,but would love some pointers even there.
[{ "header" : { "time" : { "seconds" : 1444155849,"microseconds" : -547238432 },"source_addr" : 0 },"time" : { "seconds" : 1.1281910658E9,"week" : 1865,"weekSec" : 239065 } },{ "header" : { "time" : { "seconds" : 1444155849,"microseconds" : -547238432 },"source_addr" : 0 },"heading" : { "degrees" : 356.87164 },"gps" : { "correction" : { "value" : 3 },"correctionAge" : 1.75,"constellation" : { "value" : 0 },"pos" : { "location" : { "lat_deg" : 42.30066635963807,"lon_deg" : -83.69799043339684 },"altitude" : 272.1669006347656 },"satellites" : 12,"dop" : { "pos" : 1.7000000000000002,"vert" : 1.3747727084867523,"horiz" : 1.0 } } },{ "header" : { "time" : { "seconds" : 1444155849,"microseconds" : -547238432 },"source_addr" : 0 },"haw" : [{ "antenna" : 0,"antennaPower" : 0,"cpuUtilization" : 20.0,"coreNoise" : 0.0,"coreTemp" : 65.0,"supplyVoltage" : 11.9 },{ "antenna" : 0,"antennaPower" : 0,"cpuUtilization" : 0.0,"coreNoise" : 0.0,"coreTemp" : 0.0,"supplyVoltage" : 0.0 } ] },{ "header" : { "time" : { "seconds" : 1444155849,"microseconds" : -547238432 },"source_addr" : 0 },"vel" : { "FLD" : { "x" : 0.7343307,"y" : -0.004331917 },"NED" : { "x" : 0.733,"y" : -0.0444,"z" : -0.0245 } },"acc" : { "linear" : { "x" : 1.1827,"y" : 0.7163,"z" : -9.8994 },"angular" : { "x" : 0.021772396,"y" : 0.00515662,"z" : 0.6422857 } } },{ "header" : { "time" : { "seconds" : 1444155849,"microseconds" : 862387976 },"source_addr" : 0 },"time" : { "seconds" : 1.12819106581E9,"week" : 1865,"weekSec" : 239065 } },{ "header" : { "time" : { "seconds" : 1444155849,"microseconds" : 862387976 },"source_addr" : 0 },"heading" : { "degrees" : 356.8744 },"gps" : { "correction" : { "value" : 3 },"correctionAge" : 1.75,"constellation" : { "value" : 0 },"pos" : { "location" : { "lat_deg" : 42.30066642519782,"lon_deg" : -83.69799043935136 },"altitude" : 272.1671142578125 },"satellites" : 12,"dop" : { "pos" : 1.7000000000000002,"vert" : 1.3747727084867523,"horiz" : 1.0 } } },{ "header" : { "time" : { "seconds" : 1444155849,"microseconds" : 862387976 },"source_addr" : 0 },"haw" : [{ "antenna" : 0,"antennaPower" : 0,"cpuUtilization" : 20.0,"coreNoise" : 0.0,"coreTemp" : 65.0,"supplyVoltage" : 11.9 },{ "antenna" : 0,"antennaPower" : 0,"cpuUtilization" : 0.0,"coreNoise" : 0.0,"coreTemp" : 0.0,"supplyVoltage" : 0.0 } ] },{

Mon,12 Oct 2015 14:37:04 GMT dr_ysg
Comment by pratap https://knowledge.亚搏在线safe.com/comments/14985/view.html Hi,
Is it possible to provide the sample data to understand the input data you have ?
Mon,12 Oct 2015 04:53:48 GMT pratap
Comment by dr_ysg https://knowledge.亚搏在线safe.com/comments/15454/view.html Probably QGIS will work,but we want 3-4cm accurracy of the road boundaries.The task I was given was to take an OSM map with low accurracy and improve it.It has ways for road boundaries and extra tags on the ways for center lines,and lane lines and boundaries.But my guess was doing this from scratch with the GPS data was better.Don't you agree?And yes,perhaps hand drawing with QGIS is the way to go,but can FME assist at all?

Fri,09 Oct 2015 15:40:21 GMT dr_ysg
Comment by david_r https://knowledge.亚搏在线safe.com/comments/16163/view.html Hi

For such a small area,wouldn't it be quicker just to do it manually in e.g.ArcMap or QGIS?

David
Fri,09 Oct 2015 07:26:44 GMT david_r
Comment by pratap https://knowledge.亚搏在线safe.com/comments/16159/view.html Hi,
Is it possible to provide the sample data to understand the input data you have
Fri,09 Oct 2015 06:17:37 GMT pratap