Skip to content

Some SBDF files cannot be loaded using sbdf.import_data() #87

@tibco-slolla

Description

@tibco-slolla

The attached SBDF file (in random-circular-set-1.zip) open fine in Spotfire but cannot be loaded using sbdf.import_data().

Trying a load:

import pandas as pd
import spotfire

data = spotfire.sbdf.import_data(
    "random-circular-set-1.sbdf",
)

results in:

Traceback (most recent call last):
File "c:\temp\file_open_issue.py", line 4, in
data = spotfire.sbdf.import_data(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "spotfire\sbdf.pyx", line 793, in spotfire.sbdf.import_data
spotfire.sbdf.SBDFError: cannot convert to GeoDataFrame

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions