geotiffjs / geotiff.js

geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.
https://geotiffjs.github.io/
MIT License
859 stars 179 forks source link

test data file no_pixelscale_or_tiepoints.tiff no longer available #355

Open bjornharrtell opened 1 year ago

bjornharrtell commented 1 year ago

--2023-04-01 22:28:17-- https://s3.amazonaws.com/wdt-external/no_pixelscale_or_tiepoints.tiff Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.166.32, 54.231.235.64, 52.216.54.88, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.166.32|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2023-04-01 22:28:17 ERROR 403: Forbidden.

DanielJDufour commented 1 year ago

hello. firstly, big fan of your work on flatgeobuf :-)

I received a notification on this issue and because the file is rather small, I just uploaded the file to https://github.com/GeoTIFF/test-data/blob/main/files/no_pixelscale_or_tiepoints.tiff. I noticed the file isn't currently being used, so commenting out for now sounds like a good idea. However, if/when we are ready to use it, updating the commit hash referenced in https://github.com/geotiffjs/geotiff.js/blob/master/test/data/setup_data.sh#L84 will make it automatically downloaded along with the other files in GeoTIFF/test-data.

bjornharrtell commented 1 year ago

@DanielJDufour thanks! Had some time over and noticed this while trying to upgrade dependencies here. :) I'll see if I can revive that effort later. I unfortunately think some things are starting to break at Node 18 (web-workers and more?). But so, https://github.com/geotiffjs/geotiff.js/pull/356 should be merged and this closed?

DanielJDufour commented 1 year ago

sounds good to me

bjornharrtell commented 1 year ago

But who can do that? :)

DanielJDufour commented 1 year ago

@constantinius