-
-
Tried to query multiple beam modes in one query but only got one beam mode or all of them.
Tried:
```
x = EodmsAPI('RCM')
x.query(start='2019-07-01', end='2020-10-20', geometry='Data/CG_EODMS_…
-
**Describe the bug**
`asf_search.exceptions.ASFSearch4xxError` thrown when `asf.search(platform=asf.SENTINEL1, start=start, end=end)` spans `datetime.datetime(year=2021, month=12, day=7, hour=10, m…
-
When ordering with the --record-id option (only) the order was placed without having set the --submit-order option.
e.g. eodms -c RCM --record-id 6887647
-
I am running eodms from a conda shell in Win 10 with python 3.10 and after executing `eodms -c RCM --order-id myid` the download initiates as intended and all the ordered files are created, but the…
-
Got a KeyError when I tried to query NAPL.
eodms -c NAPL -g query_aoi.geojson --verbose
2022-09-14 22:45:06 | eodmsapi.cli | DEBUG | Connecting to EODMS
Enter EODMS username: cmancuso
Ente…
-
Tried to query eodms api for R2 dataset and limit query to SGF (-pt), SCWA (-bm) with no success. Could be an issue with EODMS itself since I sometimes have similar issues when querying EODMS for thei…
-
When querying with the polarization filter I get 0 results but if I remove the filter, I get 932 results which most of them have the desired polarization HH+HV.
`eodms -c RCM -s 2019-08-01 -e 2020-…
-
### Snippet
`from eodms_rapi import EODMSRAPI`
`# Create the EODMSRAPI object`
`rapi = EODMSRAPI('eodms-username', 'eodms-password')`
`# Add a point to the search`
`feat = [('intersects', "PO…
-
### ISSUE
Listing collections errors out
### CAUSE
New version of underlying WES product changed this.
### SOLUTION
Add HTTP AUTH to this call.
### JUSTIFICATION
While the vendor …