Scott Henderson
Scott Henderson
Just wanted to note this is a duplicate of https://github.com/conda-incubator/conda-lock/issues/196
For what it's worth I've noticed this behavior on microsoft planetary computer (https://planetarycomputer.microsoft.com/compute, `JUPYTER_IMAGE=pcccr.azurecr.io/public/planetary-computer/python:2022.05.11.0`) ``` rasterio 1.2.10 py38h667dea4_5 conda-forge gdal 3.4.2 py38hdd69c9e_6 conda-forge rioxarray 0.11.1 pyhd8ed1ab_0 conda-forge ``` Figured it...
> I cannot share the data, because of legal reasons. @Meresmata check out https://github.com/cogeotiff/rio-faux
> Probably should write a regression test. @scottyhq, any good sample Sentinel-1 GRD files with a stable link that you know of? GRDs are really big. `xarray-sentinel` has a minimized...
^ Agreed that RTC is generally the better choice for analysis! GRD may be okay for certain analyses though, especially in flat terrain. @weiji14 GCPs to well-known CRS must make...
Works fine for me with latest versions. This is a duplicate of #124. @letmaik it's likely older versions of pystac/stackstac that somehow are getting picked up in your environment. A...
Sharing some notes on a recent foray into managing both types of secrets in github. 1) cloud-account keys as github secrets and 2) configuration secrets in encrypted text files with...
@Eisbrenner - could you please try running the same code on intake-xarray master? `pip install git+https://[email protected]/intake/intake-xarray.git@master`
upstream failture in `test_http_read_netcdf_dask`, this line in particular `assert isinstance(ds._file_obj, xr.backends.h5netcdf_.H5NetCDFStore)` related to backend refactoring https://github.com/pydata/xarray/pull/4809 We're trying to test that if we specify engine='h5netcdf' in the `intake.open_netcdf()`, that backend/engine...
Hi @goriliukasbuxton , short answer is yes, but right now you have to combine these different assets yourself due to the different ground-sample-distance (10m versus 20m postings). Currently working on...