- Practical GIS
- Gábor Farkas
- 264字
- 2021-07-02 22:49:12
Rasters are boring
To put it simply--absolutely not. Well, maybe in QGIS a little bit, but rasters have potential far beyond the needs of an average GIS analysis. First of all, rasters do not need to be in two-dimensional space. There are 3D rasters called voxels, which can be analyzed in their volume or cut to slices, visualized in a whole, in slices, or as isosurfaces for various values (Appendix 1.1).
Furthermore, cells don't have to be squares. It is common practice to have different resolutions in different dimensions. Rasters with rectangular cells are supported by QGIS, and many other open source GIS clients. Rasters don't even need to have four sides. The distortions (we can call it sampling bias in some cases, mostly in statistics) caused by four-sided raster cells can be minimized with hexagons, regular shapes with the most sides capable of a complete coverage:

Okay, but can rasters only store a single thematic? No, rasters can have multiple bands, and we can even combine them to create RGB visualizations. Finally, as we contradicted almost every rule of the raster data model, do individual cells need to coincide (have the same resolution)? Well, technically, yes, but guess what? There are studies about a multi-resolution image format, which can store rasters with different sizes in the same layer. It's now only a matter of professional and business interest to create that format.
- JavaFX Essentials
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Integrating Facebook iOS SDK with Your Application
- Cybersecurity Attacks:Red Team Strategies
- OpenCV with Python Blueprints
- Practical Microservices
- Learning Grunt
- Test-Driven iOS Development with Swift
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- C Primer Plus(第6版)中文版【最新修訂版】
- Node.js應(yīng)用開發(fā)
- MySQL從入門到精通
- Android項(xiàng)目實(shí)戰(zhàn):博學(xué)谷
- FORTRAN程序設(shè)計(jì)權(quán)威指南
- Python High Performance(Second Edition)