Skip to content

Commit

Permalink
Merge pull request #147 from azavea/fix/rde/sat-extension-id
Browse files Browse the repository at this point in the history
Change SAT extension name in Extensions for consistency.
  • Loading branch information
lossyrob authored Aug 17, 2020
2 parents bbae5a2 + 13b4f26 commit b4e612d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pystac/extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Extensions:
POINTCLOUD = 'pointcloud'
PROJECTION = 'projection'
SAR = 'sar'
SATELLITE = 'sat'
SAT = 'sat'
SCIENTIFIC = 'scientific'
SINGLE_FILE_STAC = 'single-file-stac'
TILED_ASSETS = 'tiled-assets'
Expand Down
2 changes: 1 addition & 1 deletion pystac/validation/schema_uri_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class DefaultSchemaUriMap(SchemaUriMap):
Extensions.SAR: ({
STACObjectType.ITEM: 'extensions/sar/json-schema/schema.json'
}, None),
Extensions.SATELLITE: ({
Extensions.SAT: ({
STACObjectType.ITEM: 'extensions/sat/json-schema/schema.json'
}, None),
Extensions.SCIENTIFIC: ({
Expand Down

0 comments on commit b4e612d

Please sign in to comment.