RasterProvider
RasterProvider is the easy-to-use library for use in server and desktop application. It indexes
raster data covering large areas on the Earth, enables spatial querying of that data, and returns raw bitmaps. The engine is mainly written in C# and based on the .Net framework. Some project part is written in C++ for higher efficiency.
RasterProvider is published under
Microsoft Permissive License (Ms-PL) v1.1.
Getting Started
Features
- indexing a large continues area of raster data
- fast and efficient querying of raster data in specific resolution
Future work
- examples of using will be prepared
- console application for raster data management will be developed
Authors
- Jan Kožusznik (
)
- Jan Martinovič (
)
- Eduard Sojka (
)
Code for converting Bitmap to our byte[] was written by Petr Gajdoš.
Acknowledgment