Elias Carvalho

Results 11 issues of Elias Carvalho

This PR implements NarrowTypes transform. closes #75

This PR adds a constructor to `HyperSphere` that accepts an `AbstractVector`. This constructor is needed because of this function: ```julia function _inrange(tree::BallTree{V}, point::AbstractVector, radius::Number, idx_in_ball::Union{Nothing, Vector{Int}}) where {V} ball =...

I'm not sure if this method returns a table, a `AbstractColumns` object or a row iterator, because the documentation doesn't make that very clear. For example: ```julia # Code 1:...

The Polygon in this shapefile does not have a closed `LinearRing`: https://drive.google.com/file/d/11UWltt3HKgGKyAI7wCyhFa65khLEVAXT/view?usp=sharing Does this mean the shapefile is invalid? Should Shapefile.jl throw an error when this happens? Thanks in advance...

Checklist: - [x] Update constructors - [x] Update show methods - [x] Update functions - [x] Update implementations - [x] Review Point/Vec constructors - [ ] Update exports - [...

1 - GeoJSON.jl writes table columns in arbitrary order; 2 - Shapefile.jl saves Chains and Polygons as Multi; 3 - The default number type in GeoJSON.jl is `Float32`, set this...

documentation

The Unitful implementation of `isapprox(::AbstractArray, ::AbstractArray)` function has some differences compared to the LinearAlgebra implementation. Link: https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/src/generic.jl#L1879-L1891 For example, the comparison in Unitful is: ```julia d

The Shapefile.jl and GeoJSON.jl packages implement the Tables.jl interface, so it would be interesting if KML.jl does as well. Would this be in the development plans for KML.jl? Thanks in...

I made a list of some plot methods that I use that don't work with units. MWE: ```julia using GLMakie using Unitful using StaticArrays using GLMakie.GeometryBasics #--------- # SCATTER #---------...

bug
units