Skip to content

Commit

Permalink
Merge pull request #20 from Schpidi/master
Browse files Browse the repository at this point in the history
Adding links to geotiff.js and COG-Explorer
  • Loading branch information
cholmes authored Jun 19, 2018
2 parents fc4f6f1 + 2ec79c3 commit feb8c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ <h2>Software</h2>
<li><a href="http://geotrellis.io">GeoTrellis</a> has not yet implemented, but has <a href="https://github.com/locationtech/geotrellis/issues/2284">detailed their plans</a> to do so.</li>
<li><a href="http://www.orfeo-toolbox.org">Orfeo ToolBox</a> All Orfeo ToolBox applications can read cloud optimized geotiffs through GDAL (simply prefix file url with /vsicurl/), and Monteverdi, the Orfeo ToolBox image viewer, can navigate in remote cloud optimized geotiff out of the box.</li>
<li><a href="https://github.com/mapbox/rio-tiler">Rio-tiler</a> Rasterio plugin creates web tiles from Cloud Optimized GeoTIFF's. Used to create serverless landsat tiles server with <a href="https://github.com/mapbox/landsat-tiler">landsat-tiler</a>.</li>
<li><a href="https://geotiffjs.github.io/">geotiff.js</a> is a small library to parse TIFF files for visualization or analysis including Cloud Optimized GeoTIFFs. It is written in pure JavaScript, and is usable in both the browser and node.js applications.</li>
<li><a href="https://geotiffjs.github.io/cog-explorer">COG-Explorer</a> is a browser app to visualize Cloud Optimized GeoTIFFs, for example from the Landsat-8 archive on S3, based on <a href="https://geotiffjs.github.io/">geotiff.js</a>.</li>
</ul>

<p>Most any software that relies on GDAL should support Cloud Optimized GeoTIFF's without much effort. Things like
Expand Down

0 comments on commit feb8c46

Please sign in to comment.