You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------------------------------------------------TypeErrorTraceback (mostrecentcalllast)
Untitled-1.ipynbCell4in<cellline: 1>()
---->1catalog.save(catalog_type=pystac.CatalogType.SELF_CONTAINED)
...
TypeError: Objectof type ColumnisnotJSONserializable
I believe that this mirrors the issue #605 and change I made on this branch (main...martinfleis:pystac:table_serialize) fixes it. Happy to turn it into a PR if that is an actual bug and not my misunderstanding of the API.
The text was updated successfully, but these errors were encountered:
When trying to use the
table
extension, I think I hit a bug (or I don't know how to use it). See the example:The last line raises
I believe that this mirrors the issue #605 and change I made on this branch (main...martinfleis:pystac:table_serialize) fixes it. Happy to turn it into a PR if that is an actual bug and not my misunderstanding of the API.
The text was updated successfully, but these errors were encountered: