We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802b28b commit 69b1740Copy full SHA for 69b1740
src/xarray_grass/to_grass.py
@@ -301,7 +301,6 @@ def _datarray_to_grass(
301
current_region = self.grass_interface.get_region()
302
temp_region = get_region_from_xarray(data, dims)
303
self.grass_interface.set_region(temp_region)
304
- # TODO: reshape to match userGRASS expected dims order
305
try:
306
if is_raster:
307
data = self.transpose(data, dims, arr_type="raster")
0 commit comments