Skip to content

App to Server Sample Requests

ChristopherStephan edited this page Jul 12, 2013 · 4 revisions

Useful REST-Tools:

Register user at server

curl -v -X POST -H "Content-Type: application/json" -d '{"name":"map", "mail":"map@forge,de", "token":"mapmap"}' https://giv-car.uni-muenster.de/stable/rest/users

Register sensor at server

curl -X POST -H "Content-Type: application/json" -H "X-Token: upload" -H "X-User: upload" -d '{ "type": "car", "properties": { "model": "RS8", "fuelType": "gasoline", "manufacturer": "Audi","constructionYear": 2012 }}' http://giv-car.uni-muenster.de/stable/rest/sensors

Register phenomenons at server

curl -X POST -H "Content-Type: application/json" -H "X-Token: upload" -H "X-User: upload" -d '{"name": "CO2", "unit": "kg/h" }' https://giv-car.uni-muenster.de/stable/rest/phenomenons

curl -X POST -H "Content-Type: application/json" -H "X-Token: upload" -H "X-User: upload" -d '{"name": "Consumption", "unit": "l/h" }' https://giv-car.uni-muenster.de/stable/rest/phenomenons

curl -X POST -H "Content-Type: application/json" -H "X-Token: upload" -H "X-User: upload" -d '{"name": "MAF", "unit": "l/s" }' http://giv-car.uni-muenster.de/stable/rest/phenomenons

curl -X POST -H "Content-Type: application/json" -H "X-Token: upload" -H "X-User: upload" -d '{"name": "Speed", "unit": "km/h" }' http://giv-car.uni-muenster.de/stable/rest/phenomenons

Send track to server

curl -X POST -H "Content-Type: application/json" -H "X-Token: upload" -H "X-User: upload" -d '{ "type": "FeatureCollection", "properties": { "sensor": "51c96afce4b0fd063432096f", "name": "My track's name ", "description": "My track's description" }, "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61083, 51.9414 ] }, "properties": { "time": "2013-06-08T11:28:20Z", "phenomenons": { "Consumption": { "value": 0 }, "CO2": { "value": 0 }, "Speed": { "value": 0 }, "MAF": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61083, 51.9414 ] }, "properties": { "time": "2013-06-08T11:28:26Z", "phenomenons": { "CO2": { "value": 4.11 }, "MAF": { "value": 0.0003742862606890146 }, "Speed": { "value": 0 }, "Consumption": { "value": 0.0008795727126191843 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61081, 51.9414 ] }, "properties": { "time": "2013-06-08T11:28:34Z", "phenomenons": { "MAF": { "value": 0.00041890919687821585 }, "Consumption": { "value": 0.0009844366126638073 }, "CO2": { "value": 4.6 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61081, 51.9414 ] }, "properties": { "time": "2013-06-08T11:28:39Z", "phenomenons": { "Consumption": { "value": 0.0009566155779580907 }, "CO2": { "value": 4.47 }, "Speed": { "value": 0 }, "MAF": { "value": 0.00040707045870557053 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61081, 51.9414 ] }, "properties": { "time": "2013-06-08T11:28:46Z", "phenomenons": { "CO2": { "value": 5.52 }, "Speed": { "value": 0 }, "Consumption": { "value": 0.0011813239351965686 }, "MAF": { "value": 0.000502691036253859 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61081, 51.9414 ] }, "properties": { "time": "2013-06-08T11:28:51Z", "phenomenons": { "CO2": { "value": 4.54 }, "MAF": { "value": 0.0004134451638754565 }, "Consumption": { "value": 0.0009715961351073228 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61081, 51.9414 ] }, "properties": { "time": "2013-06-08T11:28:58Z", "phenomenons": { "Speed": { "value": 7 }, "CO2": { "value": 8.84 }, "MAF": { "value": 0.0008050341957398757 }, "Consumption": { "value": 0.001891830359988708 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61081, 51.9414 ] }, "properties": { "time": "2013-06-08T11:29:03Z", "phenomenons": { "MAF": { "value": 0.0012111939822783198 }, "Speed": { "value": 17 }, "CO2": { "value": 13.3 }, "Consumption": { "value": 0.002846305858354052 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61081, 51.9414 ] }, "properties": { "time": "2013-06-08T11:29:10Z", "phenomenons": { "Speed": { "value": 13 }, "MAF": { "value": 0.00030871786465590256 }, "Consumption": { "value": 0.000725486981941371 }, "CO2": { "value": 3.39 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61009, 51.9415 ] }, "properties": { "time": "2013-06-08T11:29:15Z", "phenomenons": { "Consumption": { "value": 0.0013546703822091086 }, "MAF": { "value": 0.0005764554817911101 }, "Speed": { "value": 13 }, "CO2": { "value": 6.33 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61001, 51.9416 ] }, "properties": { "time": "2013-06-08T11:29:22Z", "phenomenons": { "Consumption": { "value": 0.007488138495023176 }, "Speed": { "value": 32 }, "MAF": { "value": 0.0031864419127758197 }, "CO2": { "value": 34.99 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61042, 51.942 ] }, "properties": { "time": "2013-06-08T11:29:27Z", "phenomenons": { "Speed": { "value": 45 }, "MAF": { "value": 0.001347794807347303 }, "CO2": { "value": 14.8 }, "Consumption": { "value": 0.003167317797266162 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61121, 51.9428 ] }, "properties": { "time": "2013-06-08T11:29:34Z", "phenomenons": { "Consumption": { "value": 0.001136382263748873 }, "Speed": { "value": 43 }, "CO2": { "value": 5.31 }, "MAF": { "value": 0.0004835669207442013 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61156, 51.9433 ] }, "properties": { "time": "2013-06-08T11:29:39Z", "phenomenons": { "Speed": { "value": 45 }, "MAF": { "value": 0.00118205247293027 }, "CO2": { "value": 12.98 }, "Consumption": { "value": 0.0027778233113861348 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61224, 51.944 ] }, "properties": { "time": "2013-06-08T11:29:46Z", "phenomenons": { "MAF": { "value": 0.0008806199856113799 }, "Consumption": { "value": 0.002069456966186743 }, "CO2": { "value": 9.67 }, "Speed": { "value": 47 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6127, 51.9446 ] }, "properties": { "time": "2013-06-08T11:29:52Z", "phenomenons": { "Speed": { "value": 47 }, "MAF": { "value": 0.0006447558943256017 }, "CO2": { "value": 7.08 }, "Consumption": { "value": 0.0015151763516651642 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61331, 51.9453 ] }, "properties": { "time": "2013-06-08T11:29:59Z", "phenomenons": { "Speed": { "value": 47 }, "MAF": { "value": 0.000543671283774554 }, "Consumption": { "value": 0.001277627516870202 }, "CO2": { "value": 5.97 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61369, 51.9458 ] }, "properties": { "time": "2013-06-08T11:30:04Z", "phenomenons": { "Speed": { "value": 45 }, "Consumption": { "value": 0.001224125527051517 }, "CO2": { "value": 5.72 }, "MAF": { "value": 0.0005209044795963901 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61425, 51.9466 ] }, "properties": { "time": "2013-06-08T11:30:11Z", "phenomenons": { "CO2": { "value": 4.64 }, "Speed": { "value": 43 }, "Consumption": { "value": 0.0009929969310347967 }, "MAF": { "value": 0.000422551885546722 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61467, 51.947 ] }, "properties": { "time": "2013-06-08T11:30:16Z", "phenomenons": { "MAF": { "value": 0.0011091986995601453 }, "Consumption": { "value": 0.0026066169439663417 }, "Speed": { "value": 46 }, "CO2": { "value": 12.18 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61523, 51.9478 ] }, "properties": { "time": "2013-06-08T11:30:23Z", "phenomenons": { "Consumption": { "value": 0.001819067653835296 }, "MAF": { "value": 0.0007740713420575727 }, "Speed": { "value": 43 }, "CO2": { "value": 8.5 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61562, 51.9482 ] }, "properties": { "time": "2013-06-08T11:30:28Z", "phenomenons": { "CO2": { "value": 7.83 }, "Consumption": { "value": 0.0016756823211212198 }, "MAF": { "value": 0.0007130563068600935 }, "Speed": { "value": 42 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61616, 51.9489 ] }, "properties": { "time": "2013-06-08T11:30:35Z", "phenomenons": { "Consumption": { "value": 0.0006762651513081806 }, "CO2": { "value": 3.16 }, "Speed": { "value": 29 }, "MAF": { "value": 0.00028777240481199176 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6164, 51.9492 ] }, "properties": { "time": "2013-06-08T11:30:40Z", "phenomenons": { "MAF": { "value": 0.00029414710998187764 }, "CO2": { "value": 3.23 }, "Speed": { "value": 23 }, "Consumption": { "value": 0.0006912457084574125 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61667, 51.9496 ] }, "properties": { "time": "2013-06-08T11:30:47Z", "phenomenons": { "Speed": { "value": 2 }, "Consumption": { "value": 0.0007319072207196132 }, "CO2": { "value": 3.42 }, "MAF": { "value": 0.0003114498811572822 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61673, 51.9497 ] }, "properties": { "time": "2013-06-08T11:30:52Z", "phenomenons": { "Speed": { "value": 0 }, "MAF": { "value": 0.0003223779471628009 }, "Consumption": { "value": 0.0007575881758325821 }, "CO2": { "value": 3.54 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61678, 51.9497 ] }, "properties": { "time": "2013-06-08T11:30:59Z", "phenomenons": { "Speed": { "value": 0 }, "CO2": { "value": 3.36 }, "MAF": { "value": 0.00030598584815452284 }, "Consumption": { "value": 0.0007190667431631287 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61682, 51.9496 ] }, "properties": { "time": "2013-06-08T11:31:04Z", "phenomenons": { "MAF": { "value": 0.00030871786465590256 }, "Consumption": { "value": 0.000725486981941371 }, "Speed": { "value": 0 }, "CO2": { "value": 3.39 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6169, 51.9496 ] }, "properties": { "time": "2013-06-08T11:31:11Z", "phenomenons": { "MAF": { "value": 0.00033239534100119297 }, "Consumption": { "value": 0.0007811290513528035 }, "CO2": { "value": 3.65 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61682, 51.9496 ] }, "properties": { "time": "2013-06-08T11:31:17Z", "phenomenons": { "Consumption": { "value": 0.000768288573796319 }, "Speed": { "value": 0 }, "MAF": { "value": 0.00032693130799843365 }, "CO2": { "value": 3.59 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61688, 51.9495 ] }, "properties": { "time": "2013-06-08T11:31:24Z", "phenomenons": { "Speed": { "value": 0 }, "MAF": { "value": 0.0003223779471628009 }, "Consumption": { "value": 0.0007575881758325821 }, "CO2": { "value": 3.54 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61691, 51.9495 ] }, "properties": { "time": "2013-06-08T11:31:29Z", "phenomenons": { "MAF": { "value": 0.00033239534100119297 }, "Consumption": { "value": 0.0007811290513528035 }, "CO2": { "value": 3.65 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61696, 51.9495 ] }, "properties": { "time": "2013-06-08T11:31:36Z", "phenomenons": { "MAF": { "value": 0.000925242921800581 }, "Consumption": { "value": 0.0021743208662313653 }, "CO2": { "value": 10.16 }, "Speed": { "value": 5 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61707, 51.9497 ] }, "properties": { "time": "2013-06-08T11:31:41Z", "phenomenons": { "CO2": { "value": 8.28 }, "Speed": { "value": 51 }, "Consumption": { "value": 0.001771985902794853 }, "MAF": { "value": 0.0007540365543807885 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61753, 51.9503 ] }, "properties": { "time": "2013-06-08T11:31:48Z", "phenomenons": { "MAF": { "value": 0.0005564206941143259 }, "Speed": { "value": 47 }, "Consumption": { "value": 0.0013075886311686659 }, "CO2": { "value": 6.11 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61798, 51.9509 ] }, "properties": { "time": "2013-06-08T11:31:53Z", "phenomenons": { "CO2": { "value": 4.59 }, "Speed": { "value": 40 }, "MAF": { "value": 0.0004179985247110893 }, "Consumption": { "value": 0.0009822965330710599 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61846, 51.9516 ] }, "properties": { "time": "2013-06-08T11:32:00Z", "phenomenons": { "Speed": { "value": 34 }, "Consumption": { "value": 0.0009887167718493023 }, "MAF": { "value": 0.000420730541212469 }, "CO2": { "value": 4.62 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61863, 51.9518 ] }, "properties": { "time": "2013-06-08T11:32:05Z", "phenomenons": { "CO2": { "value": 2.88 }, "Consumption": { "value": 0.0006163429227112531 }, "MAF": { "value": 0.00026227358413244813 }, "Speed": { "value": 4 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61846, 51.952 ] }, "properties": { "time": "2013-06-08T11:32:12Z", "phenomenons": { "CO2": { "value": 19.26 }, "Consumption": { "value": 0.004121793295631507 }, "MAF": { "value": 0.0017539545938857473 }, "Speed": { "value": 18 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61885, 51.9523 ] }, "properties": { "time": "2013-06-08T11:32:17Z", "phenomenons": { "MAF": { "value": 0.0015800162099645749 }, "Consumption": { "value": 0.003713038093416751 }, "CO2": { "value": 17.35 }, "Speed": { "value": 31 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61917, 51.9528 ] }, "properties": { "time": "2013-06-08T11:32:24Z", "phenomenons": { "Speed": { "value": 34 }, "Consumption": { "value": 0.0023583677112076424 }, "CO2": { "value": 11.02 }, "MAF": { "value": 0.0010035607281734648 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61937, 51.9532 ] }, "properties": { "time": "2013-06-08T11:32:29Z", "phenomenons": { "Consumption": { "value": 0.000851751677913468 }, "CO2": { "value": 3.98 }, "Speed": { "value": 38 }, "MAF": { "value": 0.0003624475225163693 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61943, 51.9538 ] }, "properties": { "time": "2013-06-08T11:32:37Z", "phenomenons": { "CO2": { "value": 3.22 }, "Consumption": { "value": 0.0006891056288646651 }, "MAF": { "value": 0.0002932364378147511 }, "Speed": { "value": 35 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61951, 51.9542 ] }, "properties": { "time": "2013-06-08T11:32:42Z", "phenomenons": { "Consumption": { "value": 0.0008153703248367621 }, "CO2": { "value": 3.81 }, "Speed": { "value": 10 }, "MAF": { "value": 0.0003469660956752179 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61957, 51.9544 ] }, "properties": { "time": "2013-06-08T11:32:49Z", "phenomenons": { "MAF": { "value": 0.00033057399666693986 }, "Consumption": { "value": 0.0007768488921673087 }, "CO2": { "value": 3.63 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61974, 51.9544 ] }, "properties": { "time": "2013-06-08T11:32:54Z", "phenomenons": { "Consumption": { "value": 0.0007747088125745614 }, "Speed": { "value": 0 }, "CO2": { "value": 3.62 }, "MAF": { "value": 0.00032966332449981336 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61992, 51.9544 ] }, "properties": { "time": "2013-06-08T11:33:01Z", "phenomenons": { "Consumption": { "value": 0.0007704286533890667 }, "CO2": { "value": 3.6 }, "Speed": { "value": 0 }, "MAF": { "value": 0.00032784198016556026 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61988, 51.9544 ] }, "properties": { "time": "2013-06-08T11:33:06Z", "phenomenons": { "Consumption": { "value": 0.0007854092105382983 }, "MAF": { "value": 0.0003342166853354461 }, "Speed": { "value": 0 }, "CO2": { "value": 3.67 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61983, 51.9544 ] }, "properties": { "time": "2013-06-08T11:33:13Z", "phenomenons": { "MAF": { "value": 0.00033057399666693986 }, "Consumption": { "value": 0.0007768488921673087 }, "CO2": { "value": 3.63 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61975, 51.9544 ] }, "properties": { "time": "2013-06-08T11:33:18Z", "phenomenons": { "MAF": { "value": 0.00033603802966969924 }, "Speed": { "value": 0 }, "CO2": { "value": 3.69 }, "Consumption": { "value": 0.0007896893697237932 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61967, 51.9544 ] }, "properties": { "time": "2013-06-08T11:33:25Z", "phenomenons": { "Consumption": { "value": 0.0007982496880947829 }, "MAF": { "value": 0.00033968071833820546 }, "Speed": { "value": 0 }, "CO2": { "value": 3.73 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6195, 51.9544 ] }, "properties": { "time": "2013-06-08T11:33:30Z", "phenomenons": { "MAF": { "value": 0.00033239534100119297 }, "Consumption": { "value": 0.0007811290513528035 }, "CO2": { "value": 3.65 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6196, 51.9544 ] }, "properties": { "time": "2013-06-08T11:33:37Z", "phenomenons": { "Speed": { "value": 6 }, "Consumption": { "value": 0.0015280168292216487 }, "CO2": { "value": 7.14 }, "MAF": { "value": 0.0006502199273283611 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61992, 51.9547 ] }, "properties": { "time": "2013-06-08T11:33:42Z", "phenomenons": { "CO2": { "value": 6.81 }, "Consumption": { "value": 0.001457394202660984 }, "MAF": { "value": 0.0006201677458131847 }, "Speed": { "value": 19 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62024, 51.955 ] }, "properties": { "time": "2013-06-08T11:33:50Z", "phenomenons": { "MAF": { "value": 0.00038703567102878634 }, "Speed": { "value": 31 }, "Consumption": { "value": 0.000909533826917648 }, "CO2": { "value": 4.25 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6208, 51.9551 ] }, "properties": { "time": "2013-06-08T11:33:55Z", "phenomenons": { "Speed": { "value": 26 }, "MAF": { "value": 0.0003524301286779772 }, "CO2": { "value": 3.87 }, "Consumption": { "value": 0.0008282108023932465 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62144, 51.9552 ] }, "properties": { "time": "2013-06-08T11:34:02Z", "phenomenons": { "CO2": { "value": 3.05 }, "Speed": { "value": 4 }, "MAF": { "value": 0.0002777550109735996 }, "Consumption": { "value": 0.0006527242757879591 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62152, 51.9552 ] }, "properties": { "time": "2013-06-08T11:34:07Z", "phenomenons": { "Consumption": { "value": 0.0006762651513081806 }, "CO2": { "value": 3.16 }, "Speed": { "value": 0 }, "MAF": { "value": 0.00028777240481199176 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62161, 51.9552 ] }, "properties": { "time": "2013-06-08T11:34:14Z", "phenomenons": { "CO2": { "value": 3.17 }, "Consumption": { "value": 0.0006784052309009279 }, "Speed": { "value": 0 }, "MAF": { "value": 0.00028868307697911826 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6216, 51.9553 ] }, "properties": { "time": "2013-06-08T11:34:19Z", "phenomenons": { "Consumption": { "value": 0.0006762651513081806 }, "CO2": { "value": 3.16 }, "Speed": { "value": 0 }, "MAF": { "value": 0.00028777240481199176 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62163, 51.9553 ] }, "properties": { "time": "2013-06-08T11:34:26Z", "phenomenons": { "MAF": { "value": 0.0002905044213133714 }, "CO2": { "value": 3.19 }, "Consumption": { "value": 0.0006826853900864228 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62162, 51.9553 ] }, "properties": { "time": "2013-06-08T11:34:31Z", "phenomenons": { "CO2": { "value": 8.87 }, "Consumption": { "value": 0.00189825059876695 }, "MAF": { "value": 0.0008077662122412553 }, "Speed": { "value": 19 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62198, 51.9554 ] }, "properties": { "time": "2013-06-08T11:34:38Z", "phenomenons": { "Speed": { "value": 41 }, "MAF": { "value": 0.00156544545529055 }, "CO2": { "value": 17.19 }, "Consumption": { "value": 0.0036787968199327925 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62278, 51.9556 ] }, "properties": { "time": "2013-06-08T11:34:43Z", "phenomenons": { "Consumption": { "value": 0.0010336584432969977 }, "CO2": { "value": 4.83 }, "MAF": { "value": 0.0004398546567221266 }, "Speed": { "value": 38 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62391, 51.9558 ] }, "properties": { "time": "2013-06-08T11:34:50Z", "phenomenons": { "Consumption": { "value": 0.001003697328998534 }, "MAF": { "value": 0.00042710524638235484 }, "CO2": { "value": 4.69 }, "Speed": { "value": 33 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62458, 51.9557 ] }, "properties": { "time": "2013-06-08T11:34:55Z", "phenomenons": { "CO2": { "value": 4.48 }, "MAF": { "value": 0.0004079811308726972 }, "Consumption": { "value": 0.0009587556575508385 }, "Speed": { "value": 30 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6253, 51.9557 ] }, "properties": { "time": "2013-06-08T11:35:03Z", "phenomenons": { "MAF": { "value": 0.00027502299447221994 }, "Speed": { "value": 11 }, "Consumption": { "value": 0.0006463040370097169 }, "CO2": { "value": 3.02 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62546, 51.9557 ] }, "properties": { "time": "2013-06-08T11:35:08Z", "phenomenons": { "CO2": { "value": 3.03 }, "MAF": { "value": 0.0002759336666393465 }, "Consumption": { "value": 0.0006484441166024643 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62554, 51.9557 ] }, "properties": { "time": "2013-06-08T11:35:15Z", "phenomenons": { "Speed": { "value": 3 }, "MAF": { "value": 0.0009625804806527699 }, "Consumption": { "value": 0.002262064129534009 }, "CO2": { "value": 10.57 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62561, 51.9556 ] }, "properties": { "time": "2013-06-08T11:35:20Z", "phenomenons": { "Consumption": { "value": 0.0006227631614894954 }, "Speed": { "value": 1 }, "MAF": { "value": 0.00026500560063382785 }, "CO2": { "value": 2.91 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6257, 51.9556 ] }, "properties": { "time": "2013-06-08T11:35:27Z", "phenomenons": { "CO2": { "value": 14.72 }, "Consumption": { "value": 0.0031501971605241833 }, "MAF": { "value": 0.0013405094300102908 }, "Speed": { "value": 25 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62591, 51.9555 ] }, "properties": { "time": "2013-06-08T11:35:32Z", "phenomenons": { "MAF": { "value": 0.0008296223442522926 }, "CO2": { "value": 9.11 }, "Consumption": { "value": 0.0019496125089928876 }, "Speed": { "value": 36 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62687, 51.9558 ] }, "properties": { "time": "2013-06-08T11:35:39Z", "phenomenons": { "MAF": { "value": 0.0002549882067954357 }, "Consumption": { "value": 0.0005992222859692739 }, "Speed": { "value": 28 }, "CO2": { "value": 2.8 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62654, 51.9561 ] }, "properties": { "time": "2013-06-08T11:35:44Z", "phenomenons": { "CO2": { "value": 3.17 }, "Consumption": { "value": 0.0006784052309009279 }, "Speed": { "value": 14 }, "MAF": { "value": 0.00028868307697911826 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62617, 51.9562 ] }, "properties": { "time": "2013-06-08T11:35:51Z", "phenomenons": { "CO2": { "value": 7.58 }, "Speed": { "value": 7 }, "MAF": { "value": 0.0006902895026819296 }, "Consumption": { "value": 0.0016221803313025346 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62599, 51.9561 ] }, "properties": { "time": "2013-06-08T11:35:56Z", "phenomenons": { "MAF": { "value": 0.0002549882067954357 }, "Consumption": { "value": 0.0005992222859692739 }, "CO2": { "value": 2.8 }, "Speed": { "value": 12 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62574, 51.956 ] }, "properties": { "time": "2013-06-08T11:36:03Z", "phenomenons": { "Consumption": { "value": 0.0011214017065996414 }, "CO2": { "value": 5.24 }, "Speed": { "value": 22 }, "MAF": { "value": 0.00047719221557431543 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6255, 51.9559 ] }, "properties": { "time": "2013-06-08T11:36:08Z", "phenomenons": { "Consumption": { "value": 0.006028604212769445 }, "MAF": { "value": 0.0025653634947955086 }, "Speed": { "value": 46 }, "CO2": { "value": 28.17 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62434, 51.9558 ] }, "properties": { "time": "2013-06-08T11:36:16Z", "phenomenons": { "MAF": { "value": 0.0004689961660701765 }, "Speed": { "value": 46 }, "Consumption": { "value": 0.0011021409902649147 }, "CO2": { "value": 5.15 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62339, 51.9558 ] }, "properties": { "time": "2013-06-08T11:36:21Z", "phenomenons": { "CO2": { "value": 5.43 }, "Speed": { "value": 44 }, "Consumption": { "value": 0.001162063218861842 }, "MAF": { "value": 0.00049449498674972 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62209, 51.9555 ] }, "properties": { "time": "2013-06-08T11:36:28Z", "phenomenons": { "CO2": { "value": 3.64 }, "MAF": { "value": 0.0003314846688340664 }, "Speed": { "value": 43 }, "Consumption": { "value": 0.0007789889717600561 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62128, 51.9553 ] }, "properties": { "time": "2013-06-08T11:36:33Z", "phenomenons": { "Speed": { "value": 34 }, "Consumption": { "value": 0.0010336584432969977 }, "CO2": { "value": 4.83 }, "MAF": { "value": 0.0004398546567221266 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62036, 51.9552 ] }, "properties": { "time": "2013-06-08T11:36:40Z", "phenomenons": { "CO2": { "value": 3.01 }, "MAF": { "value": 0.0002741123223050934 }, "Speed": { "value": 21 }, "Consumption": { "value": 0.0006441639574169695 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.62003, 51.9551 ] }, "properties": { "time": "2013-06-08T11:36:45Z", "phenomenons": { "MAF": { "value": 0.001048183664362666 }, "CO2": { "value": 11.51 }, "Speed": { "value": 24 }, "Consumption": { "value": 0.002463231611252265 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.6198, 51.9547 ] }, "properties": { "time": "2013-06-08T11:36:52Z", "phenomenons": { "Speed": { "value": 41 }, "Consumption": { "value": 0.006803313025344007 }, "CO2": { "value": 31.79 }, "MAF": { "value": 0.0028950268192953223 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61979, 51.9541 ] }, "properties": { "time": "2013-06-08T11:36:57Z", "phenomenons": { "Speed": { "value": 43 }, "MAF": { "value": 0.0006447558943256017 }, "CO2": { "value": 7.08 }, "Consumption": { "value": 0.0015151763516651642 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61952, 51.9533 ] }, "properties": { "time": "2013-06-08T11:37:04Z", "phenomenons": { "CO2": { "value": 2.97 }, "Speed": { "value": 23 }, "MAF": { "value": 0.0002704696336365872 }, "Consumption": { "value": 0.00063560363904598 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61936, 51.9531 ] }, "properties": { "time": "2013-06-08T11:37:09Z", "phenomenons": { "Consumption": { "value": 0.0006227631614894954 }, "Speed": { "value": 7 }, "MAF": { "value": 0.00026500560063382785 }, "CO2": { "value": 2.91 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61922, 51.953 ] }, "properties": { "time": "2013-06-08T11:37:16Z", "phenomenons": { "Consumption": { "value": 0.0007340473003123606 }, "Speed": { "value": 0 }, "MAF": { "value": 0.0003123605533244088 }, "CO2": { "value": 3.43 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61923, 51.953 ] }, "properties": { "time": "2013-06-08T11:37:21Z", "phenomenons": { "MAF": { "value": 0.0003141818976586619 }, "Speed": { "value": 0 }, "Consumption": { "value": 0.0007383274594978554 }, "CO2": { "value": 3.45 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61922, 51.953 ] }, "properties": { "time": "2013-06-08T11:37:29Z", "phenomenons": { "MAF": { "value": 0.00030871786465590256 }, "Consumption": { "value": 0.000725486981941371 }, "Speed": { "value": 0 }, "CO2": { "value": 3.39 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61918, 51.953 ] }, "properties": { "time": "2013-06-08T11:37:34Z", "phenomenons": { "Speed": { "value": 16 }, "CO2": { "value": 11.78 }, "Consumption": { "value": 0.0025210137602564454 }, "MAF": { "value": 0.0010727718128750831 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.619, 51.9528 ] }, "properties": { "time": "2013-06-08T11:37:41Z", "phenomenons": { "Consumption": { "value": 0.004650392955040116 }, "CO2": { "value": 21.73 }, "MAF": { "value": 0.0019788906191660067 }, "Speed": { "value": 36 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61865, 51.9523 ] }, "properties": { "time": "2013-06-08T11:37:46Z", "phenomenons": { "CO2": { "value": 18.76 }, "MAF": { "value": 0.0017084209855294193 }, "Consumption": { "value": 0.004014789315994136 }, "Speed": { "value": 49 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61806, 51.9513 ] }, "properties": { "time": "2013-06-08T11:37:53Z", "phenomenons": { "Consumption": { "value": 0.0015750985802620917 }, "CO2": { "value": 7.36 }, "Speed": { "value": 47 }, "MAF": { "value": 0.0006702547150051454 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61763, 51.9509 ] }, "properties": { "time": "2013-06-08T11:37:58Z", "phenomenons": { "MAF": { "value": 0.0003824823101931536 }, "Consumption": { "value": 0.000898833428953911 }, "CO2": { "value": 4.2 }, "Speed": { "value": 47 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61695, 51.9502 ] }, "properties": { "time": "2013-06-08T11:38:05Z", "phenomenons": { "Consumption": { "value": 0.0006077826043402637 }, "CO2": { "value": 2.84 }, "Speed": { "value": 10 }, "MAF": { "value": 0.00025863089546394197 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61681, 51.9502 ] }, "properties": { "time": "2013-06-08T11:38:10Z", "phenomenons": { "MAF": { "value": 0.00030871786465590256 }, "Consumption": { "value": 0.000725486981941371 }, "Speed": { "value": 0 }, "CO2": { "value": 3.39 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61677, 51.9501 ] }, "properties": { "time": "2013-06-08T11:38:17Z", "phenomenons": { "CO2": { "value": 3.64 }, "MAF": { "value": 0.0003314846688340664 }, "Speed": { "value": 0 }, "Consumption": { "value": 0.0007789889717600561 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61677, 51.9502 ] }, "properties": { "time": "2013-06-08T11:38:22Z", "phenomenons": { "Consumption": { "value": 0.000768288573796319 }, "Speed": { "value": 0 }, "MAF": { "value": 0.00032693130799843365 }, "CO2": { "value": 3.59 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61678, 51.9501 ] }, "properties": { "time": "2013-06-08T11:38:29Z", "phenomenons": { "CO2": { "value": 3.76 }, "MAF": { "value": 0.00034241273483958507 }, "Consumption": { "value": 0.000804669926873025 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61689, 51.9501 ] }, "properties": { "time": "2013-06-08T11:38:34Z", "phenomenons": { "Consumption": { "value": 0.000851751677913468 }, "CO2": { "value": 3.98 }, "Speed": { "value": 0 }, "MAF": { "value": 0.0003624475225163693 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61684, 51.9501 ] }, "properties": { "time": "2013-06-08T11:38:41Z", "phenomenons": { "MAF": { "value": 0.00034878744000947106 }, "Consumption": { "value": 0.0008196504840222571 }, "CO2": { "value": 3.83 }, "Speed": { "value": 0 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61681, 51.9501 ] }, "properties": { "time": "2013-06-08T11:38:47Z", "phenomenons": { "Consumption": { "value": 0.0008089500860585197 }, "CO2": { "value": 3.78 }, "Speed": { "value": 0 }, "MAF": { "value": 0.0003442340791738382 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61683, 51.9501 ] }, "properties": { "time": "2013-06-08T11:38:54Z", "phenomenons": { "CO2": { "value": 3.64 }, "MAF": { "value": 0.0003314846688340664 }, "Speed": { "value": 0 }, "Consumption": { "value": 0.0007789889717600561 } }, "sensor": "51c96afce4b0fd063432096f" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.61684, 51.9501 ] }, "properties": { "time": "2013-06-08T11:38:59Z", "phenomenons": { "Speed": { "value": 1 }, "MAF": { "value": 0.0003387700461710789 }, "Consumption": { "value": 0.0007961096085020355 }, "CO2": { "value": 3.72 } }, "sensor": "51c96afce4b0fd063432096f" } } ]}' https://giv-car.uni-muenster.de/stable/rest/users/upload/tracks/