The LandDataArray class implements a few basic map data manipulation methods, with various degrees of success.
There are alternatives already developed which we can use rather than trying to reinvent the wheel.
rasterio has all the functionality we have tried to implement, and some more tried and tested methods we can wrap around.
rioxarray Uses xarray accessors to work with rasterio, which makes it even more suitable for our purposes.