We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Geospatial web services using little-known GDAL features and modern Perl middleware

Formal Metadata

Title
Geospatial web services using little-known GDAL features and modern Perl middleware
Title of Series
Part Number
86
Number of Parts
193
Author
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
GDAL has a little-known feature vsistdout_redirect, which is a virtual file system driver that can redirect standard output to any GDAL virtual file. This feature is exploited in GDAL 2.1 Perl bindings to make streaming objects possible. Streaming objects are objects, which belong to a class, which implement 'write' and 'close' subroutines. Such objects happen to be important in modern Perl web middleware, code that are based on PSGI - Perl Web Server Gateway Interface Specification. In this talk I will present a suite of new Perl modules, which implement OGC geospatial web services. I have two of these modules already in production use, one for raster tile service and one for feature service. In this talk I will present and discuss how GDAL and Perl have made it easy to develop and extend these services. Ari Jolma (Private)
Keywords