Skip to content

Commit 3b1f2e2

Browse files
authored
Rename resample_spatial to resample_cube_spatial (#153)
* rename resample_spatial to resample_cube_spatial
1 parent 469cb3a commit 3b1f2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/openeo_grass_gis_driver/actinia_processing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# from . import reduce_time_process
2727
from . import reduce_dimension_process
2828
from . import rename_labels_process
29-
from . import resample_spatial_process
29+
from . import resample_cube_spatial_process
3030
from . import run_udf_process
3131
# from . import udf_reduce_time
3232
from . import raster_exporter

src/openeo_grass_gis_driver/actinia_processing/resample_spatial_process.py renamed to src/openeo_grass_gis_driver/actinia_processing/resample_cube_spatial_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__maintainer__ = "Soeren Gebbert"
2020
__email__ = "soerengebbert@googlemail.com"
2121

22-
PROCESS_NAME = "resample_spatial"
22+
PROCESS_NAME = "resample_cube_spatial"
2323

2424

2525
def create_process_description():

0 commit comments

Comments
 (0)