Martijn Visser
Martijn Visser
I rebased it here: https://github.com/visr/juliaup/tree/night It was a bit tricky due to the (nice) refactor of `build.rs` in this PR, integrating for instance da7b0034060e8bc4b24fc8a5c7a02e8bb09330e1 from master, but I think it's...
@vchuravy I updated my branch to current main in #384.
Sorry, this can be closed.
Thats great! I tried out that branch but haven't been able to load netCDF-4 data so far. Here is a simple example with one 2D array and two dimensions, created...
Though I think this is cool and interesting, I can't really commit to leading such an effort at this point. Before this issue I'd never even looked at the `h5dump`...
Awesome work indeed! For me also most of the files I use in practice now load. For one of the files that didn't, I tried to get to the bottom...
Ah sorry, I assumed it would be easy to generate the files from the text files I attached to the issue. For netcdf there is `ncgen` to do the inverse...
In case you're interested in chunking, it might be good to look at https://github.com/meggart/DiskArrays.jl. [Zarr.jl](https://github.com/JuliaIO/Zarr.jl/blob/master/src/ZArray.jl) and [NetCDF.jl](https://github.com/JuliaGeo/NetCDF.jl) both use it for chunking. There is also some older discussion in https://discourse.julialang.org/t/common-interface-for-chunked-arrays/26009,...
> The first step is definitely changing MetaPoint into Meta{Point} to have a Meta{Any} type. This sounds like a good move to me. It would be breaking, though I guess...
I'd like to add that `Feature` here is nothing more than the typed `Meta` approach suggested, but being worked out outside GeometryBasics for now, in https://github.com/visr/GeoJSONTables.jl/pull/3. For construction, in most...