Changes between Initial Version and Version 2 of Ticket #1602
- Timestamp:
- Oct 12, 2017, 7:13:11 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1602
- Property Cc added
- Property Status new → closed
- Property Resolution → fixed
- Property Summary add correct lat/lon to pixel index transformation test → add correct lat/lon to pixel index transformation in WCPS
-
Ticket #1602 – Description
initial v2 1 The translation in Petascope for WCPS from geo indices to grid indices are not completely correct. Also, to make it correct, the most important value for coverage's axes are resolutions. They must be set almost correct from ingredient file to be imported by wcst_import, (e.g: the correct resolution is: 0.46666666666666666, then the input resolution should be: 0.46666666666666, not 0.466666). 2 3 It was validated from Oliver's test script in python: https://pastebin.com/0yegVrAx which will not return the diffecent between the python formula and WCPS imageCrsdomain for translating from geo indices to grid indices. 4 1 5 Use a subset of https://rsg.pml.ac.uk/shared_files/olcl/ESACCI-OC-L3S-CHLOR_A-MERGED-1M_MONTHLY_4km_GEO_PML_OC4v6-200003-fv2.0.nc to test if the pixel indices obtained by petascope when translating Lat / Lon values are correct.