-
gbdxtools==0.13.4
Used gbdx.search.catalog returns no results but using the same request in postman and using the requests library works and returns results.
```
gbdx.catalog.search(startDate="2017…
-
I'm using the geotiff function to save an area of an image.
When I call CatalogImage.geotiff without supplying the proj keyword I get a Coordinate system in the resulting file:
```
Size is 142…
-
The GBDX API includes a POST request that allows you to search for all workflows run by a given user over a given lookback period (in hours). The base URL is https://geobigdata.io/workflows/v1/workflo…
-
The maximum allowable timeout for a task via gbdxtools is too low. It is currently set to a maximum of 40,000 seconds (~11 hrs)
(https://github.com/DigitalGlobe/gbdxtools/blob/0707695f8a620b46d31826…
-
I've been using gbdxtools to query the catalog and create GeoJSONs containing the footprints and metadata. I then want to get access to the underlying data, but I'm at a bit of a loss as to how to act…
-
I'm getting an AssertionError with the following code.
```python
nc_catid = '104001002D01DB00'
nc_bounds = (35.9251, -75.6215, 35.9366, -75.6053)
nc_aoi = CatalogImage(nc_catid).aoi(bbox=nc_bound…
-
Hello,
I am receiving two different results when attempting to get a Bounding box chip with the idaho.get_chip service. Both images are in IDAHO format on the platform
Image #1: Succeeds to do…
-
https://github.com/DigitalGlobe/mltools/tree/master/examples/polygon_classify_random_forest
I'm able to acquire other images, but not '1040010014800C00' which is relied upon in the tutorial.
I get…
-
i inherited this code and don't see much reason it shouldnt work
```
start_year = 2010
for key, value in geom_dict:
for year in range(start_year,2018):
for sensor in ["GE01","QB02"…
-
When using gbdxtools with the **staging.geobigdata.io** environment, doing a `gbdx.catalog.get('10200100132C5700')` will return:
```
{"status": "401 Unauthorized", "message": "Authentication Failed.…