raster-foundry / raster-foundry

The Raster Foundry web application.

Home Page:https://www.rasterfoundry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just use the whole tif for histograms if it's smaller than the overview size requirement

jisantuc opened this issue · comments

Problem description

tifs smaller than 256x256 can't be used to create scenes, since gdaladdo doesn't think they need overviews, and then we freak out and think we don't have an appropriate overview for histogram generation. But they do! They're tiny! We can just use the whole tif.

Replication Steps

  • Try to process an upload for a tif smaller than 256x256 (one can be provided)
  • It should fail on scene POST

Expected Behavior or Output

Upload processing completes successfully