Skip to content

Commit

Permalink
Merge pull request #146 from azavea/fix/rde/sat-extension-id
Browse files Browse the repository at this point in the history
Fix extension ID for Satellite extension.
  • Loading branch information
lossyrob authored Aug 17, 2020
2 parents f4ab91c + b3a3988 commit bbae5a2
Showing 1 changed file with 1 addition and 1 deletion.
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 = 'satellite'
SATELLITE = 'sat'
SCIENTIFIC = 'scientific'
SINGLE_FILE_STAC = 'single-file-stac'
TILED_ASSETS = 'tiled-assets'
Expand Down

0 comments on commit bbae5a2

Please sign in to comment.