Skip to content

Help Document? #28

@pingyangtiaer

Description

@pingyangtiaer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions