Skip to content

Commit

Permalink
sar to sat namespace for rcm-ard
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-lu committed Nov 1, 2024
1 parent 5349265 commit e179939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RCM-ARD/src/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from paginator import *
from s3_operations import *
from stac_to_geocore_rcm-ard import *
from stac_to_geocore_rcm_ard import *



Expand Down
2 changes: 1 addition & 1 deletion RCM-ARD/src/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
logger = Logger()

from s3_operations import *
from stac_to_geocore_rcm-ard import *
from stac_to_geocore_rcm_ard import *
from dynamo_operations import update_item_finished


Expand Down
2 changes: 1 addition & 1 deletion RCM-ARD/src/stac_to_geocore_rcm_ard.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def item_to_features_properties(params, geocore_features_dict, item_dict, coll_i
geometry_str = f"POLYGON(({west} {south}, {east} {south}, {east} {north}, {west} {north}, {west} {south}))"

#EO filters / SAR properties
orbit_state = item_properties.get('sar:orbit_state', 'None')
orbit_state = item_properties.get('sat:orbit_state', 'None')
polarizations = item_properties.get('sar:polarizations', 'None') #list
polarizations_str = polarization_to_string(polarizations)
eoFilters = [
Expand Down

0 comments on commit e179939

Please sign in to comment.