Skip to content

Commit

Permalink
GDAL Rasterize: add test for extent CRS handling
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea committed Feb 6, 2022
1 parent 78d764e commit ad82377
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,28 @@ tests:
hash: 30409eb496900df4ceeab37200a91552c350dbc7761eb089dd75a329
type: rasterhash

- algorithm: gdal:rasterize
name: Test extent crs (gdal:rasterize)
params:
BURN: 0.0
DATA_TYPE: 5
EXTENT: -111319.491,1113194.908,-334111.171,669141.057 [EPSG:3857]
FIELD: intval
HEIGHT: 10.0
INIT: 0.0
INPUT:
name: polys.gml
type: vector
INVERT: false
NODATA: 0.0
OPTIONS: ''
UNITS: 0
WIDTH: 10.0
results:
OUTPUT:
hash: 30409eb496900df4ceeab37200a91552c350dbc7761eb089dd75a329
type: rasterhash

- algorithm: gdal:roughness
name: Roughness
params:
Expand Down

0 comments on commit ad82377

Please sign in to comment.