Is there any geoprocessing function that can crop multidimensional raster (CRF and multidimnesional raster service) to its exact shape? By exact shape, I mean actual shape of the input feature not its extent. For example, cropping the raster to cover the exact boarder line of a country.
I have tried following raster processing functions in ArcGIS Pro (v2.9.3) but they didn't really match my expectation:
Is there any other function that will work? Or should I develop a geoprocessing process? Such as breaking down multidimensional raster to individual tiff, extract by mask and then recreate multidimensional raster. But I think that can be a very tedious process.