csv2geojson icon indicating copy to clipboard operation
csv2geojson copied to clipboard

Faulty conversion of csv to geojson

Open pallyra1 opened this issue 7 years ago • 2 comments

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
    },

pallyra1 avatar Mar 19 '18 10:03 pallyra1

Could you post a sample of your CSV?

chdean avatar Mar 28 '18 21:03 chdean