Skip to content

Releases: evetion/GeoArrays.jl

v0.3.0

24 May 20:06
07281c0
Compare
Choose a tag to compare

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)

v0.2.2

08 Apr 08:02
6f83bb1
Compare
Choose a tag to compare

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)

v0.2.1

06 Apr 14:03
a3fa921
Compare
Choose a tag to compare

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)

v0.2.0

15 Mar 17:04
b2657b6
Compare
Choose a tag to compare

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

v0.1.7

10 Feb 14:04
b865e6f
Compare
Choose a tag to compare

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)

v0.1.6

30 Dec 21:58
v0.1.6
fbad3a1
Compare
Choose a tag to compare
  • Include bounding box(es) functions

v0.1.5

30 Dec 17:09
v0.1.5
333eb15
Compare
Choose a tag to compare
  • Added plotting

v0.1.4

29 Dec 16:18
v0.1.4
172be14
Compare
Choose a tag to compare

v0.1.3

23 Dec 16:24
v0.1.3
Compare
Choose a tag to compare

v0.1.3 (2019-12-23)

Diff since v0.1.2

Merged pull requests:

v0.1.2

22 Dec 13:08
v0.1.2
26a73f7
Compare
Choose a tag to compare

v0.1.2 (2019-12-21)

Diff since v0.1.1

Closed issues:

  • add methods for arithmetic operators? (#13)

Merged pull requests: