Rafael Schouten

Results 1516 comments of Rafael Schouten

Basically we have `DimSlices` here already for this, but we don't use this for `eachslice` on `AbstractDimArray` to be consistent with Base. We use it for `DimStack` where `Slices` limits...

@simeonschaub do you have thoughts on what the expected return type of `eachslice` is, and if it matters much?

Yeah, it makes sense. I think this wording of the docs is the main problem, it specifically says it returns a `Slices` object for `AbstractArray`: ```julia help?> eachslice search: eachslice...

You mean if its a single `String` we should return ` (Symbol(str),)` ?

I think making them all as much as possible _identical_ is really important too. Like the same keywords, args etc wherever we can. Even the docs should be basically the...

Would be good to have a list somewhere to fully understand the "mostly"part

Shapefile only has the `force` keyword: https://github.com/JuliaGeo/Shapefile.jl/blob/9d286a139d74607d45b27cb30a72c7c28c33377e/src/writer.jl#L100 GeoJSON has `geometrycolumn` but no `force` keyword: https://github.com/JuliaGeo/GeoJSON.jl/blob/6aefd67e8a187a8cb447aa82a624f712078732fa/src/io.jl#L54-L55| FlatGeoBuf.jl has no write support at all GeoParquet has bbox as a vector argument, (should...

GeoDataframes has a lot more, with `crs` and `geometrycolumn` but not `force`, I'm assuming that means you can just overwrite files @evetion ? Maybe thats better, idk (terra has `overwrite=false`...