Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mogasw/rasterix
The swiss army knife for geospatial raster data.
https://github.com/mogasw/rasterix
gdal gis qt raster
Last synced: 29 days ago
JSON representation
The swiss army knife for geospatial raster data.
- Host: GitHub
- URL: https://github.com/mogasw/rasterix
- Owner: mogasw
- License: gpl-2.0
- Created: 2018-05-15T10:09:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T15:46:41.000Z (over 6 years ago)
- Last Synced: 2024-08-04T03:03:33.015Z (4 months ago)
- Topics: gdal, gis, qt, raster
- Language: C++
- Size: 1.77 MB
- Stars: 30
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Geospatial - rasterix - Rasterix is a cross-platform utility built around the GDAL library and the Qt framework designed to process geospatial raster data. (Image Classification & DIP Software)
README
![logo](logo.png?raw=true "logo")
# rasterix
*The swiss army knife for geospatial raster data.*Rasterix is a **cross-platform** utility built around the **GDAL** library and the **Qt** framework designed to process geospatial raster data. It can perform most of the tasks already implemented in various GDAL command line utilities, but using a friendly graphical user interface.
Its plugin based architecture makes it extensible and future proof.
At the moment, rasterix can perform the following tasks:
* **Display** raster files with pan and zoom capabilities;
* **Convert** files to different formats;
* **Resize** rasters while preserving georeferenced metadata;
* **Reproject** rasters (with warp) to different projections / coordinate systems;
* Extract **Contour maps** from raster bands;
* Override **no data** values;
* Compute **height maps** with different methods;
More plugins / capabilities will be implemented in the future, so please stay tuned.![Imgur](https://i.imgur.com/fOzbeGr.jpg)
# Downloads
Vist the Releases section [here](https://github.com/mogasw/rasterix/releases/) for pre-built binary packages for Windows (.zip), Linux (.AppImage) and macOS (.dmg). These are all 64 bit binaries.# Compilation instructions
## Compilers
Rasterix has been compiled successfully with GCC 7+, MinGW-64 5, and MSVC 2017. Other compilers / versions *may* work but were not tested by us.## Dependencies
* **GDAL** version 2.2.x or newer and its dependencies;
* **Qt** version 5.9 or newer;
The project is based on the **qmake** system. A .pro file is provided so that the whole project can be compiled using **Qt Creator**.Before attempting to compile, some configuration is required. In particular, please review the file **gdal.pri** to ensure the GDAL library path is correctly set for your compiler.