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
- Host: GitHub
- URL: https://github.com/acao/geoblaze-gsoc
- Owner: acao
- Created: 2023-07-02T18:48:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T17:48:31.000Z (11 months ago)
- Last Synced: 2025-01-16T21:35:49.969Z (5 months ago)
- Topics: climate-science, geospatial, geotiff
- Language: TypeScript
- Homepage: https://geoblaze-gsoc.vercel.app
- Size: 451 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geoblaze Soil Organic Carbon Example

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