Skip to content

Releases: ChHarding/TouchTerrain_for_CAGEO

bugfix for how gdal undefined values are handled

25 Jan 02:10
Compare
Choose a tag to compare
changed how undefined gdal values create numpy NaNs

as testing with == didn't work for -3.402823e+38 as gdal_undef,  I now test for 
< gdal_undef+0.00001 for negative undefs and > gdal_undef-0.00001 for positive undefs

v1.24

16 Jan 23:27
Compare
Choose a tag to compare

bug fix - fixed a x/y dimension mixup that resulted in incorrect print resolution

v1.23

03 Jan 22:49
f8f3a8e
Compare
Choose a tag to compare
update GMTED resolution

Optional Google Maps key

26 Sep 00:06
2b334d3
Compare
Choose a tag to compare

If a file called GoogleMapsKey.txt in the serve folder contains a valid google maps key, it will be inlined into index.html which should result in a proper Google Map. Not having this file will result in a Google Map that's crappy but still works. Having a invalid key will result in no map at all.

Added DEM geotiff to zipfolder

19 Sep 22:57
a4c2b46
Compare
Choose a tag to compare
  • the DEM supplied by Google Earth Engine is now added to the files in the zipped folder. It's called DEM.tif
  • fixed a bug where the printresolution was wrong in some cases of multi tiles

Public Release after fix for antialising artifacts

31 Aug 21:10
Compare
Choose a tag to compare
put back TouchTerrainEarthEngine.py after removing it by accident for…

… 1.19

Bryson's fix

29 Aug 19:14
Compare
Choose a tag to compare

Fixed antialiasing artifacts (line) that would sometimes show up. Google Earth Engine defaults to using nearest neighbor for resampling/projection, was changed to bi-linear.
(Thanks to Bryson Hicks)

For standalone, I added printres = -1 which will not resample the original raster DEM from file but instead create a model at the original raster resolution.

v1.18

04 Apr 23:06
Compare
Choose a tag to compare
v1.18

Jan 2018

24 Jan 21:42
Compare
Choose a tag to compare

tile size limited to 200mm, printres limited to >0.2mm

Halloween

27 Oct 19:55
Compare
Choose a tag to compare
Halloween Pre-release
Pre-release

version for Shane