GeoDataFrames.jl

Simple geographical vector interaction built on top of ArchGDAL

MIT License

Stars
65
Committers
6

Bot releases are visible (Hide)

GeoDataFrames.jl - v0.3.8 Latest Release

Published by github-actions[bot] 10 months ago

GeoDataFrames v0.3.8

Diff since v0.3.7

Merged pull requests:

  • Fix CRS being Nothing. (#62) (@evetion)

Closed issues:

  • Feature request: Reading from CSV (#61)
GeoDataFrames.jl - v0.3.7

Published by github-actions[bot] about 1 year ago

GeoDataFrames v0.3.7

Diff since v0.3.6

Merged pull requests:

  • Bump actions/checkout from 2 to 3 (#52) (@dependabot[bot])
  • Bump actions/cache from 1 to 3 (#53) (@dependabot[bot])
  • Bump codecov/codecov-action from 2 to 3 (#54) (@dependabot[bot])
  • Bump actions/checkout from 3 to 4 (#57) (@dependabot[bot])
  • Allow writing 3d geometry. (#60) (@evetion)

Closed issues:

  • Pointer 'hDefn' is NULL in 'OGR_F_Create' (#56)
  • Exported 3D Point Geometeries Get Flattened (3D -> 2D) (#59)
GeoDataFrames.jl - v0.3.6

Published by github-actions[bot] over 1 year ago

GeoDataFrames v0.3.6

Diff since v0.3.5

Closed issues:

  • Use AG.identifydriver instead of curated list of supported drivers (#51)

Merged pull requests:

  • support sqlite (#50) (@maxfreu)
GeoDataFrames.jl - v0.3.5

Published by github-actions[bot] almost 2 years ago

GeoDataFrames v0.3.5

Diff since v0.3.4

GeoDataFrames.jl - v0.3.4

Published by github-actions[bot] almost 2 years ago

GeoDataFrames v0.3.4

Diff since v0.3.3

GeoDataFrames.jl - v0.3.3

Published by github-actions[bot] almost 2 years ago

GeoDataFrames v0.3.3

Diff since v0.3.2

Merged pull requests:

  • CompatHelper: bump compat for ArchGDAL to 0.10, (keep existing compat) (#48) (@github-actions[bot])
GeoDataFrames.jl - v0.3.2

Published by github-actions[bot] almost 2 years ago

GeoDataFrames v0.3.2

Diff since v0.3.1

Closed issues:

  • Support metadata such as crs (#44)
  • Store geometry column names in dataframe metadata (#46)

Merged pull requests:

  • Add and support metadata for geometrycolumns and crs. (#47) (@evetion)
GeoDataFrames.jl - v0.3.1

Published by github-actions[bot] almost 2 years ago

GeoDataFrames v0.3.1

Diff since v0.3.0

Closed issues:

  • Pointer 'hDS' is NULL in 'GDALDatasetH'. (#45)
GeoDataFrames.jl - v0.3.0

Published by github-actions[bot] over 2 years ago

GeoDataFrames v0.3.0

Diff since v0.2.4

Merged pull requests:

  • Support GeoInterface geometry column(s). (#41) (@evetion)
GeoDataFrames.jl - v0.2.4

Published by github-actions[bot] over 2 years ago

GeoDataFrames v0.2.4

Diff since v0.2.3

GeoDataFrames.jl - v0.2.3

Published by github-actions[bot] over 2 years ago

GeoDataFrames v0.2.3

Diff since v0.2.2

GeoDataFrames.jl - v0.2.2

Published by github-actions[bot] over 2 years ago

GeoDataFrames v0.2.2

Diff since v0.2.1

Closed issues:

  • No NULL/missing support when reading (#11)

Merged pull requests:

  • Added documentation (#37) (@evetion)
  • Fix maximum number of open files (#39) (@evetion)
GeoDataFrames.jl - v0.2.1

Published by github-actions[bot] over 2 years ago

GeoDataFrames v0.2.1

Diff since v0.2.0

Closed issues:

  • isempty export (#27)

Merged pull requests:

  • Compatibility with latest ArchGDAL. (#33) (@evetion)
GeoDataFrames.jl - v0.2.0

Published by github-actions[bot] over 2 years ago

GeoDataFrames v0.2.0

Diff since v0.1.6

Closed issues:

  • Default projection (#9)

Merged pull requests:

  • default CRS to nothing instead of EPSG:4326 (#28) (@visr)
  • use user provided driver rather than extension (#29) (@visr)
  • use import as syntax (#30) (@visr)
GeoDataFrames.jl - v0.1.6

Published by github-actions[bot] almost 3 years ago

GeoDataFrames v0.1.6

Diff since v0.1.5

Merged pull requests:

  • Add support for (U)Int8,UInt16,UInt32. (#26) (@evetion)
GeoDataFrames.jl - v0.1.5

Published by github-actions[bot] over 3 years ago

GeoDataFrames v0.1.5

Diff since v0.1.4

Merged pull requests:

  • Upgrade to AG 0.7 (#21) (@evetion)
GeoDataFrames.jl - v0.1.4

Published by github-actions[bot] over 3 years ago

GeoDataFrames v0.1.4

Diff since v0.1.3

Closed issues:

  • read layer (#15)

Merged pull requests:

  • Add warning on multiple layer file. (#20) (@evetion)
  • Support writing exotic types. (#22) (@evetion)
GeoDataFrames.jl - v0.1.3

Published by github-actions[bot] over 3 years ago

GeoDataFrames v0.1.3

Diff since v0.1.2

Closed issues:

  • forward arguments to read (#14)

Merged pull requests:

  • CompatHelper: bump compat for "DataFrames" to "1.0" (#12) (@github-actions[bot])
  • Pass on keywords arguments in read to ArchGDAL (#16) (@evetion)
GeoDataFrames.jl - v0.1.2

Published by github-actions[bot] over 3 years ago

GeoDataFrames v0.1.2

Diff since v0.1.1

Closed issues:

  • Change some args in write to be keyword? (#8)
GeoDataFrames.jl - v0.1.1

Published by github-actions[bot] almost 4 years ago

GeoDataFrames v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Add GeoformatTypes to reproject example (#7) (@rafaqz)