@TheMrCam made a really useful thing for @hobuinc – a @CesiumJS provider that uses @cogeotiff for an on-the-fly terrain provider. No more needing to process and stage elevation data that's already sitting around in COGs. See landrushing.github.io/martin… and contact us if interested.
To help you navigate the expanding universe of cloud-native geospatial technologies, we’re excited to introduce the Cloud-Optimized Geospatial Formats Guide. Visit the guide to get started guide.cloudnativegeo.org
How to retrieve pixel values from multiple rasters at a given coordinate in 1 line of code.
It's easy. No @Esri , no #Python.
Every interactive map, given a map click, needs this basic feature. Here's a full write up:
postholer.com/articles/Faste…#geospatial@GdalOrg#bash
#GDAL 3.7.0 is released: lists.osgeo.org/pipermail/gd… . It includes JSON output for ogrinfo, TileDB vector support, reading of FileGeodatabase raster datasets, @sozip (Seek optimized ZIP) read/write support and many other enhancements and fixes.
Once again the most widely downloaded GIS software on the planet is reduced to begging for funding, in an amount that would barely equip a small county office with the leading proprietary brand. Please give. 🙄
blog.qgis.org/2023/01/16/cro…
I'm not sure I agree with this! I guess we have to do a better job at explaining what is a COG and what we can do with it.
Let me start: COG is not a XYZ static tiles storage (well it can be, but it's not its best feature)
I'm not sure I agree with this! I guess we have to do a better job at explaining what is a COG and what we can do with it.
Let me start: COG is not a XYZ static tiles storage (well it can be, but it's not its best feature)
A keynote from our CTO: 'Can We Please Stop Littering #GIS Protocols???'. Read on to learn how he argues that WMS, WCS, #ArcGIS image server and Cloud Optimized Geotif are harmful the field of GIS. 🤔
medium.com/@daniel_819/can-w…
We're formalizing Cloud Optimized GeoTIFF as an official OGC Standard, and seeking public comment on the standard. COG allows for efficient streaming and partial downloading of imagery on the web and enables fast data viz and processing workflows. bit.ly/3A5bVDN
gdal3.js - a port of @GdalOrg applications (gdal_translate, ogr2ogr, gdal_rasterize, gdalwarp, gdaltransform) to WebAssembly. github.com/bugra9/gdal3.js