Alex Gardner

Results 99 issues of Alex Gardner

replaces pull request (https://github.com/FluxML/model-zoo/pull/363) with updated Project.toml and Manifest.toml as requested by (https://github.com/FluxML/model-zoo/pull/363#issuecomment-1187706682) DataLoader type no longer includes nobs. nobs has been moved to MLUtils (https://github.com/FluxML/model-zoo/pull/362#issuecomment-1186043037) replace: `[@info](https://github.com/info) "Dataset MNIST:...

L4 & 5 imagery is plagued by banding issues that are especially noticeable over low contrast snow and ice surfaces. This causes the feature tracking to lock onto banding discontinuities...

In the initial preprocessing of the imagery (e.g. application of the Wallis filter) we need to add an option for L7 filtering which requires filling the missing data stripes with...

If I want to solve a 12 parameter model: ``` A = rand(100,12) b = rand(100,1) x = A\b ``` works just fine in Julia or matlab. But the following...

I'm running into issues trying to use gdal_translate with GDAL.jl using GDAL 3.4.0, released 2021/11/04 from the terminal I can run the following without issue `gdal_translate -of COG NETCDF:"/path/to/file.nc":v /path/to/file.tif`...

When supplying `dest` kwarg to `ArchGDAL.unsafe_gdalbuildvrt` i would expect the .vrt file to be written to `dest` but this is not the case. Is this the expected behavior? ``` using...

bug
enhancement

## Details It seems that all "Edit on GitHub" (icon in upper right of each page) links are broken in docs-stable and docs-dev : https://docs.juliaplots.org/stable/ https://docs.juliaplots.org/dev/

bug

Addresses #3364

doc

Is there a path to HDF5.jl supporting tab completion? It would be very powerful for navigating opened h5 files but I'm guessing there is a good reason that it doesn't...

feature-request