We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
query_orbit_by_dt
See dbekaert/RAiDER#576
_select_orbit defined at https://github.com/scottstanie/sentineleof/blob/master/eof/scihubclient.py#L88 has no orbit_type parameter, but it's called with that parameter at https://github.com/scottstanie/sentineleof/blob/master/eof/scihubclient.py#L168 . This results in a TypeError: ScihubGnssClient._select_orbit() got an unexpected keyword argument 'orbit_type' exception for scenes for which no precision orbit is available.
_select_orbit
TypeError: ScihubGnssClient._select_orbit() got an unexpected keyword argument 'orbit_type'
The text was updated successfully, but these errors were encountered:
add failing test for #39
ceba5f3
Very sorry about that. I've pushed a fix #40
It'll be up on pypi shortly, and i'll bump the conda-forge version once that's in.
Sorry, something went wrong.
0bc154c
No branches or pull requests
See dbekaert/RAiDER#576
_select_orbit
defined at https://github.com/scottstanie/sentineleof/blob/master/eof/scihubclient.py#L88 has no orbit_type parameter, but it's called with that parameter at https://github.com/scottstanie/sentineleof/blob/master/eof/scihubclient.py#L168 . This results in aTypeError: ScihubGnssClient._select_orbit() got an unexpected keyword argument 'orbit_type'
exception for scenes for which no precision orbit is available.The text was updated successfully, but these errors were encountered: