TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Smaller Satellite Images

44 点作者 marklit6 个月前

4 条评论

kelseyfrog6 个月前
Better compression schemes for GeoTIFFs is great and all - I&#x27;m not going to complain about that; however, I&#x27;d like to add a little more context from a data engineering perspective especially for data in transit.<p>As we all know, the best way to speed up some processes is by avoiding the step entirely, and as much as better compression schemes for GeoTIFFs shrink transport sizes, avoiding transfer of rasters reduces the cost to zero. Internally tiled GeoTIFFs (Cloud Optimized GeoTIFFs[1] in particular) allow portions of GeoTIFFs to be read using range reads instead. This can dramatically reduce transfer costs when only sections of the raster are required and pair well when used with vector data for look ups. In the specific case used by the author, omitting water-only tiles would potentially cut transfer costs by half.<p>Additionally, if using multi-spectral imagery, band re-ordering can be an important subsequent optimization if certain indices are known in advance to be used dis-proportionally more. There&#x27;s a lot of fun to be had in optimizing the heck out of imagery data and this barely scratches the surface.<p>1. <a href="https:&#x2F;&#x2F;cogeo.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cogeo.org&#x2F;</a>
jarl-ragnar6 个月前
I followed a similar approach recently to create map layers with Sentinel-2 imagery.<p>Webp encoded tiles extracted from the CoGs available on AWS then embedded within a pmtiles file.<p>I was seeing almost an order of magnitude reduction in file size compared to the CoGs with no visible image degradation.
unwind6 个月前
Ah, the &quot;My Workstation&quot; guy. I wonder if that text could be factored out and linked to in a sidebar or something (it&#x27;s in every article I&#x27;ve seen from him, here).
评论 #42300006 未加载
mistrial96 个月前
webp ?