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
Some users requested that the XML file be able to store custom metadata, especially mappings between cell types and wells (wells are stored in the CapID feature).
Quickfix
Note that pyLMD currently provides metadata support via its geopandas integration. For example one can store cell shapes together with custom metadata in a geopandas dataframe.
Some users requested that the XML file be able to store custom metadata, especially mappings between cell types and wells (wells are stored in the
CapID
feature).Quickfix
Note that pyLMD currently provides metadata support via its geopandas integration. For example one can store cell shapes together with custom metadata in a geopandas dataframe.
A collection can then be created via the
collection.load_geopandas
function. This drops all unknown metadata.This creates the issue that there might exist two files with different content.
The text was updated successfully, but these errors were encountered: