GeoDataFrames.jl
GeoDataFrames.jl copied to clipboard
Simple geographical vector interaction built on top of ArchGDAL
`DataFrame`s have a `metadata` field which we could exploit to hold: - `GI.geometrycolumn` - `GI.crs` or a CRS lookup table if geometries have integer CRS codes - `RTree`s or similar...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Is there any interest in an extension package to support plotting GeoDataFrames with GeoMakie? Not being able to nicely plot GeoDataFrames directly with GeoMakie has been a small pain point...
Now it gives the following error ```julia MethodError: Cannot `convert` an object of type Type{Missing} to an object of type ArchGDAL.OGRFieldType ```
Looks like the `GeoDataFrames.write` function can probably be simplified a lot now that https://github.com/yeesian/ArchGDAL.jl/pull/315 is merged. (Still needs to be tagged) https://github.com/evetion/GeoDataFrames.jl/blob/v0.3.0/src/io.jl#L59-L155
This is an upstream problem in ArchGDAL but I'm opening it here (since this package seems to be aimed at making ArchGDAL's weird pointer-based types friendlier to work with). Here's...
Or document them. As reported by https://discourse.julialang.org/t/what-is-the-state-of-rasterization-and-rasterstats-in-julia/72366/25.
As reported by https://discourse.julialang.org/t/what-is-the-state-of-rasterization-and-rasterstats-in-julia/72366/25.
if add a new layer to the existing geopackage, it will replace the current geopackage