Scott Staniewicz
Scott Staniewicz
Hi, this might be an issue stemming from a scihub decision, but do you know why when using the `date` filtering keyword, it would return results that don't fully cover...
Is there any interest in having the results of these queries viewable by more than just yourself? The simplest way to me seems to just to use the "In channel"...
A few times I've wanted to do something like this: ```julia f = h5open("file.h5") ds = f["array"] newdata = ds .+ 5 ``` But currently that errors: ```julia julia> ds...
When I use jld write in a loop, it seems to ruin the ability of `Threads.@threads` to distribute work. This might be a Julia 1.3 bug, but reporting it here...
Hi I really like this project and how usable it is. I have a use case right now where I want to keep the .hgt files from a polygon rather...
#### What happened: I'm converting a file that was creating using h5py and the dimension scales API. When there is a phony dimension, I am unable to do `ds.to_netcdf(output_file, engine="h5netcdf")`,...
### Description Hi, is it possible to make the abc labels slightly offset to the left from the axis? This would probably be a negative position. I was hoping to...
Changed the neighborhood map test to match the c++ functionality. Also changed the test so that 1 pixel out of the window is 0 (not a neighbor). Another quick way...
This script gives a way to view each pixel's `nmap` result over an SLC (or a temporal average of SLC powers). You can zoom in and click on a pixel,...