Henry Rodman

Results 28 comments of Henry Rodman

+1 for a `flatten_dates` arg to `stackstac.stack`, though it will be important to make sure the the raster `nodata` and `stackstac.stack` `fill_value` parameters are being used correctly.

Hi! Is `pyrasterframes` still incompatible with GDAL 3.X?

Thanks @pomadchin - I successfully created the symlink and now everything is working. I am running GDAL 3.4.0 on Ubuntu 20.04 and used this command: ``` sudo ln -s /usr/lib/libgdal.so.30.0.0...

+1 for inheriting rasterio environment! This week I came across a weird case where I needed to read data from two S3 sources, each with different access credentials (a company...

@Samweli I modified the run_tests.sh script a little bit and ran the tests on all of the versions that run in this package's CI: ```sh #!/usr/bin/env bash QGIS_IMAGE=qgis/qgis QGIS_IMAGE_V_3_16=release-3_16 QGIS_IMAGE_V_3_20=release-3_20...

Sounds good, @Samweli. I want to add a unit test case with a mock server that requires authentication. I am trying to work out a solution there but need to...

Hi, @Samweli! Do we need to pass the authentication parameters here? https://github.com/stac-utils/qgis-stac-plugin/blob/main/src/qgis_stac/api/network.py#L100 **update for clarity** I believe we need to pass the authentication credentials into `pystac_client.Client.open`. I have a STAC...

I opened a fork and made a change that enables API header authentication via the QGIS authentication manager: https://github.com/stac-utils/qgis-stac-plugin/commit/fd446f68bba400fddd04390e0bd60fc5ab201dab Right now it would only work for an API Header type...

Cross-posting this from #207: https://github.com/stac-utils/qgis-stac-plugin/issues/207#issuecomment-1295249084 @philvarner I added a pathway to pass headers to `pystac.Client.open` on a fork of this repo. It's not feature complete but works if you have...

@remicres yes that is how I tested it. It is not a very intuitive workflow, but if you know which key/value pairs you need for API Header authentication it works...