Skip to content

Commit e2da1b3

Browse files
fixed typo in projection #745
1 parent bc00789 commit e2da1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/extra/job_management/job_splitting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def get_tiles(self, geometry: Union[Dict, shapely.geometry.Polygon]) -> List[Uni
123123

124124

125125
def split_area(
126-
aoi: Union[Dict, shapely.geometry.Polygon], projection="EPSG:326", tile_size: float = 20.0
126+
aoi: Union[Dict, shapely.geometry.Polygon], projection="EPSG:3857", tile_size: float = 20.0
127127
) -> List[Union[Dict, shapely.geometry.Polygon]]:
128128
"""
129129
Split area of interest into tiles of given size and projection.

0 commit comments

Comments
 (0)