Hello
I want to increase the processing block size and offset for HICO from size (200, 512) to size (1800, 512) and offset to (1800, 0) also.
Could you help me?
Processing data block size and offset
-
- Posts: 3
- Joined: Mon Jun 24, 2019 11:10 am
- company / institution: Indian Institute of Technology
- Location: Chennai
- fsteinmetz
- Site Admin
- Posts: 315
- Joined: Fri Sep 07, 2018 1:34 pm
- company / institution: Hygeos
- Location: Lille, France
- Contact:
Re: Processing data block size and offset
Dear Karthick,
The blocks size and offset are related to how Polymer processes the input product block by block. I guess you'd rather want to process a subset of the image, is that correct? If so, you can pass the options sline, eline, scol and ecol to process a subset of the image.
Example:
Level1_HICO('H....L1B_ISS', sline=100, eline=200, scol=300, ecol=400) # to process lines 100 to 200 and columns 300 to 400
Cheers,
François
The blocks size and offset are related to how Polymer processes the input product block by block. I guess you'd rather want to process a subset of the image, is that correct? If so, you can pass the options sline, eline, scol and ecol to process a subset of the image.
Example:
Level1_HICO('H....L1B_ISS', sline=100, eline=200, scol=300, ecol=400) # to process lines 100 to 200 and columns 300 to 400
Cheers,
François
-
- Posts: 7
- Joined: Mon Jul 29, 2019 10:51 am
- company / institution: UiT, Norway
- Location: Tromso
Re: Processing data block size and offset
Hi,
Is it possible to mention Latitude and Longitude instead of line and columns to process the subset?
Asim
Is it possible to mention Latitude and Longitude instead of line and columns to process the subset?
Asim
- fsteinmetz
- Site Admin
- Posts: 315
- Joined: Fri Sep 07, 2018 1:34 pm
- company / institution: Hygeos
- Location: Lille, France
- Contact:
Re: Processing data block size and offset
No, it is not possible currently. You would require an external script to extract the coordinates from a range of latitude/longitude.
Cheers,
François
Cheers,
François