spatialdata icon indicating copy to clipboard operation
spatialdata copied to clipboard

Raster models validation should be a `classmethod`.

Open LucaMarconato opened this issue 1 year ago • 0 comments

Currently we need to do Image2DModel().validate(), while all the parser and the non-raster validation methods are accessible as class methods: Image2DModel.parse(). We should fix this.

LucaMarconato avatar Mar 30 '24 11:03 LucaMarconato