spatialdata
spatialdata copied to clipboard
Deal with the case when `.attrs`/`.uns` are not JSON-serializable
See context here: #data-structures > JSON in `uns`.
Status:
.attrsinpandas(hence ingeopandasanddask.dataframe) are JSON-serializable, as shown here.- In
SpatialDatawe can enforce that. - In
xarraythis needs to be investigated. - In
AnnDatathis will be the case only if a certain option is toggled, see discussion here#data-structures > JSON in `uns` @ 💬.