GeoArrays.jl

Simple geographical raster interaction built on top of ArchGDAL, GDAL and CoordinateTransformations

MIT License

Stars
49
Committers
13

Bot releases are visible (Hide)

GeoArrays.jl - v0.7.0

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

GeoArrays v0.7.0

Diff since v0.6.0

Closed issues:

  • KeyError: key Int64 not found on Int Array type (#42)
  • Plot example doesn't work in Julia 1.6.4 (#83)
  • Plots example from README is broken. coords method conflict (#86)

Merged pull requests:

  • CompatHelper: bump compat for GeoStatsBase to 0.23, (keep existing compat) (#82) (@github-actions[bot])
  • Renamed coord variable to c to enable plotting (#84) (@maarten-keijzer)
  • Set struct in concrete. (#85) (@evetion)
  • Make fields concrete without parametrization. (#87) (@evetion)
  • Fix plot() example by qualifying module for coords. (#88) (@evetion)
GeoArrays.jl - v0.6.0

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

GeoArrays v0.6.0

Diff since v0.5.1

Closed issues:

  • Method for cropping geoarrays (#39)
  • BBox is Float or Int (#77)

Merged pull requests:

  • Crop GeoArrays (#78) (@KrOstir)
  • [breaking] Less strict in types which we accept and unified indices/coords behaviour. (#79) (@evetion)
GeoArrays.jl - v0.5.1

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

GeoArrays v0.5.1

Diff since v0.5.0

Closed issues:

  • Read single band from raster (#72)

Merged pull requests:

  • Update README (#75) (@KrOstir)
  • Fix for band selection > 1. (#76) (@evetion)
GeoArrays.jl - v0.5.0

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

GeoArrays v0.5.0

Diff since v0.4.1

Closed issues:

  • Read single band from raster (#72)
  • Subsetting GeoArray (#73)

Merged pull requests:

  • Add band keyword. Implemented similar. (#74) (@evetion)
GeoArrays.jl - v0.4.1

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

GeoArrays v0.4.1

Diff since v0.4.0

Merged pull requests:

  • CompatHelper: bump compat for "ArchGDAL" to "0.7" (#71) (@github-actions[bot])
GeoArrays.jl - v0.4.0

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

GeoArrays v0.4.0

Diff since v0.3.4

GeoArrays.jl - v0.3.4

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

GeoArrays v0.3.4

Diff since v0.3.3

Closed issues:

  • GeoArrays Plot example not producing the suggested output (#55)

Merged pull requests:

  • Enable streaming support by using DiskArrays. (#62) (@evetion)
GeoArrays.jl - v0.3.3

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

GeoArrays v0.3.3

Diff since v0.3.2

Upgraded packages for better compatibility.

Closed issues:

  • Allow ranges in getindex (#49)

Merged pull requests:

  • added support for Ranges in Geo Arrays (#54) (@Dsantra92)
  • CompatHelper: bump compat for "GeoStatsBase" to "0.14" (#56) (@github-actions[bot])
  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#58) (@github-actions[bot])
GeoArrays.jl - v0.3.2

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

GeoArrays v0.3.2

Diff since v0.3.1

  • Support for latest GeoStats API, which should fix some downgrading issues
  • Upped minimum required Julia version to 1.4

Closed issues:

  • In GeoArrays.read, ERROR: UndefVarError: allregister not defined (#26)
  • coords for 3D (#33)
  • Installation error (#46)

Merged pull requests:

  • CompatHelper: bump compat for "ArchGDAL" to "0.5" (#48) (@github-actions[bot])
  • Upped Julia version to 1.4 for GeoStats. (#52) (@evetion)
GeoArrays.jl - v0.3.1

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

GeoArrays v0.3.1

Diff since v0.3.0

  • Updated to latest ArchGDAL and include GDAL jll build

Merged pull requests:

  • Upgrade to latest ArchGDAL with GDAL jll build. (#44) (@evetion)
GeoArrays.jl - v0.3.0

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

GeoArrays v0.3.0

Diff since v0.2.2

  • Implemented bbox! method
  • CRS is now compatible with GeoFormatTypes for easy integration in the JuliaGEO ecosystem

Closed issues:

  • Abstracting projections (#9)
  • Check flipudfor correctness in all cases (#29)

Merged pull requests:

  • RFC: Allow extracting full range of x and y coordinates (#27) (@mauro3)
  • Updated crs field to make use of GeoFormatTypes. Breaking change. (#37) (@evetion)
  • Added bbox! method. Generalized crs! and eased GeoArray creation. (#38) (@evetion)
GeoArrays.jl - v0.2.2

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

GeoArrays v0.2.2

Diff since v0.2.1

  • Fixed flipud! and rotation parameters in geotransform
  • Depends on new GeoStatsBase, now requires Julia 1.3

Merged pull requests:

  • Fixed flipud! and a geotransform conversion. (#32) (@evetion)
GeoArrays.jl - v0.2.1

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

GeoArrays v0.2.1

Diff since v0.2.0

  • Added equalsoperator to decrease repetition
  • Fixed deps in Project.toml so interpolation keeps working

Closed issues:

  • In GeoArrays.read, ERROR: UndefVarError: allregister not defined (#26)

Merged pull requests:

  • Unified checking whether two s are geographically equal. (#30) (@evetion)
GeoArrays.jl - v0.2.0

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

GeoArrays v0.2.0

Diff since v0.1.7

  • Fixed interpolation for GeoArrays from GDAL with negative spacing
  • Only depends on ArchGDAL now, instead of mixing GDAL with it. This should solve weird pre-compilation errors on Linux
GeoArrays.jl - v0.1.7

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

GeoArrays v0.1.7

Diff since v0.1.6

Closed issues:

  • OutOfMemoryError using interpolate! (#23)

Merged pull requests:

  • CompatHelper: bump compat for "RecipesBase" to "0.8" (#24) (@github-actions[bot])
  • Install TagBot as a GitHub Action (#25) (@JuliaTagBot)
GeoArrays.jl - v0.1.6

Published by julia-tagbot[bot] almost 5 years ago

  • Include bounding box(es) functions
GeoArrays.jl - v0.1.5

Published by julia-tagbot[bot] almost 5 years ago

  • Added plotting
GeoArrays.jl - v0.1.4

Published by julia-tagbot[bot] almost 5 years ago

  • Migrated to GDAL3 (#11)
  • Fixed README filename issue (#21 by @Crghilardi)
GeoArrays.jl - v0.1.3

Published by julia-tagbot[bot] almost 5 years ago

v0.1.3 (2019-12-23)

Diff since v0.1.2

Merged pull requests:

  • Fix your compat entries to allow automerging (#20) (DilumAluthge)
GeoArrays.jl - v0.1.2

Published by julia-tagbot[bot] almost 5 years ago

v0.1.2 (2019-12-21)

Diff since v0.1.1

Closed issues:

  • add methods for arithmetic operators? (#13)

Merged pull requests: