You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In validate_dict there is this check:
# If the version is before 1.0.0-rc.1, substitute extension short IDs for their schemas.
if stac_version_id < "1.0.0-rc.1":
Should this not be 'if stac_version_id < "1.0.0-rc.2":' ?
In the 1.0.0-rc.1 examples I downloaded from Radiant Earth, stac extensions are still using the shortened identifiers like 'eo' or 'projection'.
The text was updated successfully, but these errors were encountered:
jonhealy1
changed the title
Change how 1.0.0-rc.1 extensions are handled
Change how validating 1.0.0-rc.1 extensions are handled
May 5, 2021
In validate_dict there is this check:
# If the version is before 1.0.0-rc.1, substitute extension short IDs for their schemas.
if stac_version_id < "1.0.0-rc.1":
Should this not be 'if stac_version_id < "1.0.0-rc.2":' ?
In the 1.0.0-rc.1 examples I downloaded from Radiant Earth, stac extensions are still using the shortened identifiers like 'eo' or 'projection'.
The text was updated successfully, but these errors were encountered: