Releases: evetion/GeoArrays.jl
Releases · evetion/GeoArrays.jl
v0.3.0
GeoArrays v0.3.0
- Implemented bbox! method
- CRS is now compatible with GeoFormatTypes for easy integration in the JuliaGEO ecosystem
Closed issues:
Merged pull requests:
v0.2.2
GeoArrays v0.2.2
- Fixed flipud! and rotation parameters in geotransform
- Depends on new GeoStatsBase, now requires Julia 1.3
Merged pull requests:
v0.2.1
GeoArrays v0.2.1
- Added
equals
operator 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:
v0.2.0
GeoArrays v0.2.0
- 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
GeoArrays v0.1.7
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
- Include bounding box(es) functions
v0.1.5
- Added plotting
v0.1.4
- Migrated to GDAL3 (#11)
- Fixed README filename issue (#21 by @Crghilardi)
v0.1.3
v0.1.3 (2019-12-23)
Merged pull requests:
- Fix your compat entries to allow automerging (#20) (DilumAluthge)
v0.1.2
v0.1.2 (2019-12-21)
Closed issues:
- add methods for arithmetic operators? (#13)
Merged pull requests:
- [WIP] add math operators (#19) (Crghilardi)