Skip to content

Faulty conversion of csv to geojson #60

@pallyra1

Description

@pallyra1

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions