I found this tool very impressive and tried to use it. However, I couldn't quite understand it very much. Is there a detail document for it?
e.g.
When I looked into generating the pseudo invariant feature pixels (pif.py), I don't quite understand the lines:
for full_filename, cropped_filename in zip(full_candidate_filenames, candidate_filenames):
subprocess.check_call(['gdal_translate', '-projwin', '545000', '4136000', '601000', '4084000', full_filename, cropped_filename])
for full_filename, cropped_filename in zip(full_reference_filenames, reference_filenames):
subprocess.check_call(['gdal_translate', '-projwin', '545000', '4136000', '601000', '4084000', full_filename, cropped_filename])
What does it exactly mean?
Appreciate your help.
Peter
I found this tool very impressive and tried to use it. However, I couldn't quite understand it very much. Is there a detail document for it?
e.g.
When I looked into generating the pseudo invariant feature pixels (pif.py), I don't quite understand the lines:
for full_filename, cropped_filename in zip(full_candidate_filenames, candidate_filenames):
subprocess.check_call(['gdal_translate', '-projwin', '545000', '4136000', '601000', '4084000', full_filename, cropped_filename])
for full_filename, cropped_filename in zip(full_reference_filenames, reference_filenames):
subprocess.check_call(['gdal_translate', '-projwin', '545000', '4136000', '601000', '4084000', full_filename, cropped_filename])
What does it exactly mean?
Appreciate your help.
Peter