09-11, 14:00–14:30 (America/Chicago), Grand A
GeoBlaze is a blazing fast raster analysis engine written in pure JavaScript. You can run computations ranging from basic statistics (min, max, mean, median, and mode) to band arithmetic and histograms in a web browser or on NodeJS.
GeoBlaze is a blazing fast raster analysis engine written in pure JavaScript. With geoblaze, you can run computations ranging from basic statistics (min, max, mean, median, and mode) to band arithmetic and histogram generation in either a web browser or a node application.
presentation
This presentation will go over recent updates to GeoBlaze, including improved anti-meridian support and virtual resampling. We will also discuss the roadmap for the next couple years.
use cases
GeoBlaze can be used wherever vectors and rasters meet. You can use it to calculate the hectares of wheat in a country, the change in daily median earth temperature, and identify wildfires in satellite imagery.
environment
Because geoblaze is written in pure JavaScript it can be run in various environments, on an EC2 server, Lambda function, Cloudflare worker, or in the browser. It performs calculations using the CPU, so it is not restricted only to environments where a GPU is available.
notable dependencies
GeoBlaze is built on top of the following open-source projects: dufour-peyton-intersection, georaster, geotiffjs, and calc-image-stats.