Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 4.9, 4.9.1, 4.10
-
Fix Version/s: 5.0
-
Component/s: None
-
Labels:None
Description
The combination:
- ProductUtils.createPixelBoundary()
- PixelGeoCoding.getGeoPos()
Results in an incorrect geo-boundary polygon for products using a PixelGeoCoding. Create PixelBoundary generates points in (x,y) that lie outside the poduct raster and therefore cannot be converted to valid geo-points.
To re-create open one of the CoastColor test products stored in
/fs1/projects/ongoing/eo-data-manag-impl/testData
in Visat and display the geo-boundary in the World Map View.
Error occurs at product types MER_FSG_CCL1P, MER_FSG_CCL2R and MER_FSG_CCL2W
- ProductUtils.createPixelBoundary()
- PixelGeoCoding.getGeoPos()
Results in an incorrect geo-boundary polygon for products using a PixelGeoCoding. Create PixelBoundary generates points in (x,y) that lie outside the poduct raster and therefore cannot be converted to valid geo-points.
To re-create open one of the CoastColor test products stored in
/fs1/projects/ongoing/eo-data-manag-impl/testData
in Visat and display the geo-boundary in the World Map View.
Error occurs at product types MER_FSG_CCL1P, MER_FSG_CCL2R and MER_FSG_CCL2W
Workaround: use a TiePointGeoCoding instead (always possible when dealing with FSG since lat/lon TP grids are still available).