planetfederal / wps-gui

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)
http://boundlessgeo.com
Apache License 2.0
26 stars 15 forks source link

raster crop coverage should also work with hand-drawn geometry #95

Closed bartvde closed 9 years ago

bartvde commented 9 years ago

we probably need to reproject the geometry to the native SRS of the raster / coverage, of course this will only work if the raster is EPSG:4326 since that's what we support out of the box

bartvde commented 9 years ago

this works okay for rasters in EPSG:4326 (since our map and drawn geom is now EPSG:4326 as well), but not for rasters in other SRSs. @dwins I remember you commenting in another ticket about this as well? Were you working on reprojection of the geometry?

dwins commented 9 years ago

@bartvde the reprojection must be implemented for each process, I only did it for rectangular clip.

bartvde commented 9 years ago

okay so is this feasible or should we leave it out of the our tests and consider it a known issue @dwins ?

dwins commented 9 years ago

It shouldn't be a problem to get it in for another process. I don't think I have time to review all the processes though.

bartvde commented 9 years ago

okay crop coverage might make sense then in that case @sbalasub have you seen this same issue with any more processes that you know of?

sbalasub commented 9 years ago

no @bartvde