spatialdata_io.generic#
- spatialdata_io.generic(input, data_axes=None, coordinate_system=None)#
Read a generic shapes or image file and save it as SpatialData zarr.
Supported image types: .tif, .tiff, .png, .jpg, .jpeg. Supported shape types: .geojson (only Polygons and MultiPolygons are supported).
- Parameters:
- Return type:
- Returns:
: Parsed spatial element.