Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago authored Oct 18, 2023
1 parent c8c3bb5 commit 56f7d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h2>Tools</h2>

<h2>Libraries</h2>
<ul>
<li><a href="http://gdal.org">GDAL</a> was the project that started Cloud Optimized GeoTIFF's, by leveraging the <a href="https://gdal.org/doxygen/cpl__vsi_8h.html">vsicurl driver</a>, so both reading and writing COG's is well supported. See the <a href="https://trac.osgeo.org/gdal/wiki/CloudOptimizedGeoTIFF#HowtoreaditwithGDAL">GDAL Wiki</a> for how to read COG files with GDAL.
<li><a href="http://gdal.org">GDAL</a> was the project that started Cloud Optimized GeoTIFF's, by leveraging the <a href="https://gdal.org/api/cpl.html#cpl-vsi-h">vsicurl driver</a>, so both reading and writing COG's is well supported. See the <a href="https://trac.osgeo.org/gdal/wiki/CloudOptimizedGeoTIFF#HowtoreaditwithGDAL">GDAL Wiki</a> for how to read COG files with GDAL.
<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://github.com/mapbox/rasterio">Rasterio</a> wraps the powerful features of GDAL in idiomatic Python functions and classes. Their latest release <a href="https://blog.mapbox.com/build-for-the-cloud-with-rasterio-3254d5d60289">includes a number of features</a> to optimize cloud geotiff access. See their <a href="https://gist.github.com/sgillies/7e5cd548110a5b4d45ac1a1d93cb17a3">Advanced Rasterio Features Notebook</a> for truly excellent documentation on working with COG's.</li>
<li><a href="http://geotrellis.io">GeoTrellis</a> is a scalable Scala geospatial library, that can create and read Cloud Optimized GeoTIFF's. Head over to the <a href="https://geotrellis.readthedocs.io/en/latest/guide/core-concepts.html?highlight=cloud%20optimized#cloud-optimized-geotiffs">documentation.</a> And check out <a href="https://twitter.com/echeipesh"> Eugene Cheipesh's</a> <a href="https://www.slideshare.net/EugeneCheipesh/cloud-optimized-geottiffs-enabling-efficient-cloud-workflows">FOSS4G-NA 2018 talk on COGs.</a>
Expand Down

0 comments on commit 56f7d76

Please sign in to comment.