Skip to content

Commit

Permalink
Merge pull request #184 from asfadmin/master
Browse files Browse the repository at this point in the history
Release V6.3.1
  • Loading branch information
SpicyGarlicAlbacoreRoll authored Apr 5, 2023
2 parents 751e7cb + d34b7e6 commit 03708e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-->

------
## [v6.3.0](https://github.com/asfadmin/Discovery-asf_search/compare/v6.2.0...v6.3.0)
## [v6.3.1](https://github.com/asfadmin/Discovery-asf_search/compare/v6.3.0...v6.3.1)
### Changed
- `validate_wkt()` now returns both wrapped and unwrapped wkts along with repair reports.
- asf-search now sends the wrapped wkt to CMR when using the `intersectsWith` keyword
- Changed `CMR_PAGE_SIZE` constant from 500 to 250

------
## [v6.3.0](https://github.com/asfadmin/Discovery-asf_search/compare/v6.2.0...v6.3.0)
### Added
- Temporal/perpendicular baseline values for stacks of SLC `BURST` products can now be calculated
- `BURST` product temporal/perpendicular baseline stacking now supported
- Added searchable burst keyword params, `relativeBurstID`, `absoluteBurstID`, and `fullBurstID`
### Changed
- `validate_wkt()` now returns both wrapped and unwrapped wkts along with repair reports.
- asf-search now sends the wrapped wkt to CMR when using the `intersectsWith` keyword
- Removed `burstAnxTime`, `timeFromAnxSeconds`
- Added `azimuthAnxTime`, `azimuthTime`

Expand Down
2 changes: 1 addition & 1 deletion asf_search/constants/INTERNAL.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
CMR_GRANULE_PATH = f'/search/granules.{CMR_FORMAT_EXT}'
CMR_COLLECTIONS_PATH = f'/search/collections.{CMR_FORMAT_EXT}'
CMR_HEALTH_PATH = f'/search/health'
CMR_PAGE_SIZE = 500
CMR_PAGE_SIZE = 250
EDL_HOST = 'urs.earthdata.nasa.gov'
EDL_CLIENT_ID = 'BO_n7nTIlMljdvU6kRRB3g'

Expand Down

0 comments on commit 03708e7

Please sign in to comment.