FOSS4G 2023

Daniel J. Dufour

Daniel Dufour is the CEO of GeoSurge, a geospatial tech company with a focus on data compression, natural language processing, remote sensing, and visualization. He created or co-created several open-source geospatial projects, including geotiff.io, georaster, georaster-layer-for-leaflet, geoblaze, geowarp, proj4-fully-loaded, and proj-turbo.

The speaker's profile picture

Sessions

06-28
13:30
30min
Algorithm Talk: How to Re-project a Raster at Warp Speed
Daniel J. Dufour

We will discuss the algorithms inside geowarp, a high-performance and very low-level JavaScript library for reprojection, resampling and cropping of data from GeoTIFFs and other rasters. This talk will be at the abstract algorithmic level and is suitable for everyone. Here are some of the various algorithms that we will discuss:
- proj-turbo: fit an unknown reprojection function to a simple affine transformation
- fast-min/fast-max: calculating the range of your raster data leveraging the theoretical limits of the data types
- near-vectorize: automatically determining the optimal resampling algorithm based on relative pixel size
- dufour-peyton-intersection: calculate the pixels of an arbitrary raster inside an arbitrary polygon
- various resampling techniques including nearest, bilinear, vectorization, and box-based statistical methods

State of software
UBT D / N113 - Second Floor
06-28
15:00
30min
State of GeoRasterLayer (for Leaflet)
Daniel J. Dufour

We will discuss the state of GeoRasterLayer, a JavaScript library that renders GeoTIFFs directly on a LeafletJS map without a server. This will include an introduction of new features, including the following:
- shifting warping off the main thread to a pool of web workers
- improved support for extent calculations by increasing vertex density of polygon representations of bounding boxes
- high-resolution support by using geowarp

We will also look to the future and discuss the following:
- support for raster types other than GeoTIFF/COG
- geozarr support
- similar integrations into other web mapping libraries

Audience feedback and ideas will be most welcome!

State of software
Lumbardhi