An open API service indexing awesome lists of open source software.

https://github.com/acao/geoblaze-gsoc

Compute Soil Organic Carbon for any AOI in the world using FAO data! An example of client side raster analysis using geoblaze
https://github.com/acao/geoblaze-gsoc

climate-science geospatial geotiff

Last synced: 3 months ago
JSON representation

Compute Soil Organic Carbon for any AOI in the world using FAO data! An example of client side raster analysis using geoblaze

Awesome Lists containing this project

README

        

# Geoblaze Soil Organic Carbon Example

![Screenshot of a computation](public/screenshot.png)

This simple demo project demonstrates the power of browser side raster analysis using [`geoblaze`](https://geoblaze.io), a project not dissimilar in aim from libraries like [`rasterstats`](https://pythonhosted.org/rasterstats/) for python, but with the ready-made ability to fetch data using geotiff range requests

- no tile server
- no servers at all
- ok, there is a proxy for the geotiff GET range requests, but that's because the FAO google storage bucket has same origin CORS enabled