Lazaro Alonso

Results 108 issues of Lazaro Alonso

Probably a very naive question. But, is it possible to obtain the shortest distance between two points (geodesic) with this package and if so, how? A second question will be,...

Hi, I was trying again shadepoints and I did it figure out a way to get the corresponding `aggregation` array as well as the corresponding `x`,`y` coordinates. Is there a...

It looks like the link here not longer works: https://yeesian.com/ArchGDAL.jl/dev/quickstart/ ``` julia> dataset = AG.readraster("/vsicurl/http://landsat-pds.s3.amazonaws.com/c1/L8/037/034/LC08_L1TP_037034_20160712_20170221_01_T1/LC08_L1TP_037034_20160712_20170221_01_T1_B4.TIF") ERROR: GDALError (CE_Failure, code 11): HTTP response code: 404 ```

bug
documentation

### Package Version Optimisers v0.2.10, ForwardDiff v0.10.33, Flux v0.13.7 ### Julia Version 1.8 ### OS / Environment OS ### Describe the bug The example from Optimisers using ForwardDiff compared with...

bug
gradients

I'm running a set of functions, at the moment I don't have a proper MWE (and not sure how exactly get the same error), but I would like to know...

Maybe include here all the feedback provided during makiecon, so we can have a clear idea of what is already possible and what is not. @piever ?

The following kinda works? ```Julia using GLMakie, DataFrames, AlgebraOfGraphics df = DataFrame(; x = repeat(repeat(1:10, inner=10), outer =2), y = repeat(repeat(1:10, outer =10), outer =2), val= rand(200), l = [fill("a",...

this adds some more user friendly docs. From personal experience is always hard to come back and search for the thing that I need, hopefully this is makes things easier...

Doing the following outputs a reasonable error? Any hints? Doing a similar function without AxisKeys works, however the advantage of using the `time` dimension is lost, which I would like...