We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c282e commit 2b10ef1Copy full SHA for 2b10ef1
pystac/stac_object.py
@@ -505,9 +505,9 @@ def from_dict(
505
d : The dict to parse.
506
href : Optional href that is the file location of the object being
507
parsed.
508
- root : Optional root of the catalog for this object.
509
- If provided, the root's resolved object cache can be used to search for
510
- previously resolved instances of the STAC object.
+ root : Optional root catalog for this object.
+ If provided, the root of the returned STACObject will be set
+ to this parameter.
511
migrate: Use True if this dict represents JSON from an older STAC object,
512
so that migrations are run against it.
513
preserve_dict: If False, the dict parameter ``d`` may be modified
0 commit comments