Skip to content

Releases: Runalyze/dem-reader

DEM reader v1.2.0

18 Oct 13:39
Compare
Choose a tag to compare
  • Support for PHP 8.0

DEM reader v1.1.0

09 Jun 19:58
Compare
Choose a tag to compare

New provider for SRTM 1-arc second GeoTIFF files.

DEM reader v1.0.4

25 Sep 21:12
Compare
Choose a tag to compare

Fix detection of unknown values in SRTM4Provider: 65535 can appear as unknown value as well. So far, only +/-32678 and values below -32678 were recognized.

DEM reader v1.0.3

26 Aug 20:45
Compare
Choose a tag to compare

Bugfix for bilinear interpolation.

Should have used a pre-release convention like v0.1.0 instead of v1.0.0 until this reader is used and integrated in Runalyze completely.

DEM reader v1.0.2

26 Aug 18:22
Compare
Choose a tag to compare

Fixing coding standards that broke the build of v1.0.1.

DEM reader v1.0.1

26 Aug 18:09
Compare
Choose a tag to compare

This patch release fixes the AbstractFileProvider to accept path/to/files as well as path/to/files/ as argument (the first one failed in v1.0.0).

DEM reader v1.0.0

26 Aug 17:06
Compare
Choose a tag to compare

First stable release of DEM reader, coming with SRTM4Provider only.