Skip to content

Commit

Permalink
changed swot nalt collections to use swot linestring strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jun 27, 2023
1 parent 90f9c05 commit c325e3d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

## [Released] - 2023-06-27

### Added
### Changed
- Changed stratgy to swot_linstring for SWOT_L2_NALT_GDR_SSHA_1.0 SWOT_L2_NALT_IGDR_SSHA_1.0 SWOT_L2_NALT_OGDR_SSHA_1.0
### Deprecated
### Removed
### Fixed
### Security

## [Released] - 2023-06-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion config-files/SWOT_L2_NALT_GDR_SSHA_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"footprint": {
"strategy": "periodic",
"strategy": "swot_linestring",
"t": "0:0,0:*",
"s1": "0:*,0:0",
"b": "*:*,0:*",
Expand Down
2 changes: 1 addition & 1 deletion config-files/SWOT_L2_NALT_IGDR_SSHA_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"footprint": {
"strategy": "periodic",
"strategy": "swot_linestring",
"t": "0:0,0:*",
"s1": "0:*,0:0",
"b": "*:*,0:*",
Expand Down
2 changes: 1 addition & 1 deletion config-files/SWOT_L2_NALT_OGDR_SSHA_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"footprint": {
"strategy": "periodic",
"strategy": "swot_linestring",
"t": "0:0,0:*",
"s1": "0:*,0:0",
"b": "*:*,0:*",
Expand Down

0 comments on commit c325e3d

Please sign in to comment.