GeoDataFrames.jl icon indicating copy to clipboard operation
GeoDataFrames.jl copied to clipboard

Simple geographical vector interaction built on top of ArchGDAL

Results 35 GeoDataFrames.jl issues
Sort by recently updated
recently updated
newest added

As per [#113](https://github.com/evetion/GeoDataFrames.jl/issues/113)

When writing a DataFrame to a .shp file you get this error when the field name is too long: ```julia ERROR: GDALError (CE_Failure, code 6): Failed to add field named...

Rasters has a nice single point of entry, which is the Raster() function: these all work to define a raster: ```julia ras = Raster(path2file) ras = Raster(rand(X(1:10), Y(1:11))) ras =...

As deleteat! doesn't work.

bug

The version selection links on the docs are broken and go to evetion.nl/stable instead of (https://www.evetion.nl/GeoDataFrames.jl/stable/). This is only in the dev version of the docs. These links therefore lead...