Michael Krabbe Borregaard
Michael Krabbe Borregaard
I have ```julia ignorenan_minimum{F
There seems to be an issue with plotting polygons that themselves consist of several polygons. Here is a dataset with multipolygons ```julia julia> regions = Shapefile.shapes(Shapefile.Table("regions1984.shp")); julia> julia> regions[1] Polygon(15493...
Hi, when I do geographical stuff, our sampling units are very frequently laid out as a spatial grid. This can be represented very compactly (e.g. https://github.com/EcoJulia/SpatialEcology.jl/blob/mkb/dev/src/DataTypes.jl#L19-L26 / https://github.com/EcoJulia/SpatialEcology.jl/blob/mkb/dev/src/DataTypes.jl#L40-L43 or https://github.com/FugroRoames/SpatialGrids.jl...
@tpoisot @richardreeve @kescobo I'm currently planning the "VizCon" in Berlin, the second installment of a meeting to advance plotting (and networking) in Julia. Last time it was really successful. I...
Right now `Assemblage` and to some degree `ComMatrix` accepts the input in a long range of formats, and tries to guess the format from the data. Instead the constructors should...
suggested by @kescobo
Just curious - what's the relationship/overlap/complementarity of this package and the uncertainty machinery in https://github.com/JuliaPhysics/Measurements.jl?
How does one input trees - is there no newick parser?
I posted this originally as a question here https://discourse.julialang.org/t/slow-arithmetic-on-views-of-sparse-matrices/3644 and got some useful feedback. It seems though that this functionality could be built into julia proper. Arithmetic on views of...