Skip to content

Files containing deeply nested lists fail to be transformed to CSV and XLSX #28

@tillywoodfield

Description

@tillywoodfield

This is currently affecting all files which use the Location geometry/type of Polygon, for example:

{
    "type": "Polygon",
    "coordinates": [
        [
            [100.0, 0.0],
            [101.0, 0.0],
            [101.0, 1.0],
            [100.0, 1.0],
            [100.0, 0.0]
        ]
    ]
}

These files will fail to be transformed to CSV and XLSX, so are available in JSON format from the datastore.

I think this is caused by the bug described in OpenDataServices/flatten-tool#477.

To solve this there are two options:

  1. Solve the bug in flatten-tool
  2. Switch to another library for transformation, e.g. flatterer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions