-
Something about the new new `load_url` implementation leaks file descriptors. The result is that after a period of usage python reports an `OSErr` complaining about too many open files. The amount w…
-
Has something changed? I can not download files from my s3 bucket using this function.
-
Good day,
I am tying to process (`AOP_Strip_Processor`) some images issuing a simple workflow using the following code:
```python
#Order images function (Loop/Map over the images and do fan…
-
`Workflow.status()` is looking for `return r.json()['state']` within the response. `state` doesn't exist in the following response I caught by debugging: `'{"status": "404 Not Found", "message": "Not …
-
Getting this:
``` python
>>> from gbdxtools import CatalogImage
>>> img = CatalogImage('104001001BA7C400')
Traceback (most recent call last):
File "", line 1, in
File "/home/a/miniconda3/en…
-
I'm attempting to `import gbdx` but this breaks due to `from rasterio.io import MemoryFile` in the `ipe.py` file within gbdx. The following error is thrown.
`No module named 'rasterio.io'`
-
Hello, I was looking at upgrading gbdxtools to 0.14.3 since I saw that ACOMP has been enabled for CatalogImage. However, I noticed that it wants to downgrade pycurl to the version that was causing the…
-
I'm not able to install `gbdxtools` on my Mac using a fresh `conda` environment. It seems to be some issue with `pyproj`, as noted in https://github.com/jswhit/pyproj/issues/103 and https://github.com…
-
This works:
location = 's3://gbd-customer-data/58600248-2927-4523-b44b-5fec3d278c09/platform-stories/trial-runs/test/10400100238BDE00/'
rename1 = gbdx.Task('gdal-cli')
rename1.inputs.data = loca…
-
Hello there!
I have a process which calls CatalogImage() numerous times. It is calling the same image with different bounding boxes making little chips of the big image.
It runs 19 times fine, o…