Before you submit a pull request, please fill in the following:
Related Issue(s):
Closes #418
Description:
I added a skip-resolve flag for copy that lets users decide whether or not to resolve links to their full pystac object representation. Some other options for this names are: skip-unresolved-links or ignore-links
EDIT: name is now no-resolve-links
PR checklist:
[x] Code is formatted (run scripts/format).
[x] Code lints properly (run scripts/lint).
[x] Tests pass (run scripts/test).
[x] Documentation has been updated to reflect changes, if applicable.
Before you submit a pull request, please fill in the following:
Related Issue(s): Closes #418
Description: I added a
skip-resolve
flag for copy that lets users decide whether or not to resolve links to their full pystac object representation. Some other options for this names are:skip-unresolved-links
orignore-links
EDIT: name is now
no-resolve-links
PR checklist:
scripts/format
).scripts/lint
).scripts/test
).