GeoArrays.jl Versions Save

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

v0.8.5

4 months ago

GeoArrays v0.8.5

Diff since v0.8.4

Merged pull requests:

  • CompatHelper: bump compat for GeoStatsBase to 0.39, (keep existing compat) (#148) (@github-actions[bot])
  • Move GeoStatsBase into an ext. (#153) (@evetion)

v0.8.4

7 months ago

GeoArrays v0.8.4

Diff since v0.8.3

Merged pull requests:

  • Bump actions/cache from 1 to 3 (#132) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#133) (@dependabot[bot])
  • Bump codecov/codecov-action from 2 to 3 (#134) (@dependabot[bot])
  • CompatHelper: bump compat for GeoStatsBase to 0.33, (keep existing compat) (#136) (@github-actions[bot])
  • Crop fix 2 (#139) (@alex-s-gardner)
  • Bump actions/checkout from 3 to 4 (#142) (@dependabot[bot])
  • Upgrade GeoStatsBase compat and fix interpolation. (#147) (@evetion)

Closed issues:

  • Crop returns incorrect result (#137)
  • Upstream changes break GeoArrays (#146)

v0.8.3

11 months ago

GeoArrays v0.8.3

Diff since v0.8.2

Closed issues:

  • ranges produces wrong length of vector (#129)

Merged pull requests:

  • Use length instead of dx to prevent rounding errors (#130) (@evetion)

v0.8.2

1 year ago

GeoArrays v0.8.2

Diff since v0.8.1

Merged pull requests:

  • Update README.md (#127) (@alex-s-gardner)
  • CompatHelper: add new compat entry for PrecompileTools at version 1, (keep existing compat) (#128) (@github-actions[bot])

v0.8.1

1 year ago

GeoArrays v0.8.1

Diff since v0.8.0

v0.8.0

1 year ago

GeoArrays v0.8.0

Diff since v0.7.13

Closed issues:

  • Support metadata (#107)
  • return indices as CartesianIndex (#115)
  • Add guidence in ReadMe as differneces (strengths/weaknesses) between GeoArrays.jl and Raster.jl (#116)
  • Should bbox return an Extent? (#122)
  • Support for warp? (#123)
  • add support of coords to return a StepRangeLen (#125)

Merged pull requests:

  • Added warp, ranges. (#126) (@evetion)

v0.7.13

1 year ago

GeoArrays v0.7.13

Diff since v0.7.12

Closed issues:

  • affine! or f! funciton (#120)

Merged pull requests:

  • Add convert, affine! and broadcast methods. (#121) (@evetion)

v0.7.12

1 year ago

GeoArrays v0.7.12

Diff since v0.7.11

v0.7.11

1 year ago

GeoArrays v0.7.11

Diff since v0.7.10

Merged pull requests:

  • CompatHelper: bump compat for ArchGDAL to 0.10, (keep existing compat) (#117) (@github-actions[bot])

v0.7.10

1 year ago

GeoArrays v0.7.10

Diff since v0.7.9

Closed issues:

  • Suggest renaminginterpolate! to fill! (#109)

Merged pull requests:

  • Add profile tool. Fix tests, add GeoInterface dep. (#110) (@evetion)
  • Subsample geoarrays before plotting, based on plotsize. (#114) (@evetion)