Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed swot nalt collections to use swot linestring strategy #18

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading