-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Hi,
I am getting a faulty conversion whne I convert csv file to geojson. I have got a csv file from .pcd file which contains lat, long, alt. I want to convert the csv file to geojson. the geometry field in geojson file is NULL. I am including a small portion of the geojson file.
Please help
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
" ": "0.488573 0.18476 -0.594612 3819609"
},
"geometry": null
},
{
"type": "Feature",
"properties": {
" ": "0.482611 0.18281 -0.588335 3884889"
},
"geometry": null
},
{
"type": "Feature",
"properties": {
" ": "0.480358 0.18226 -0.586565 3884629"
},
"geometry": null
},