https://github.com/gabriel-russo/sensoriamento-remoto-c-cpp
Utilitários e algoritmos de processamento escritos em C/C++ para processar rasters em geral
https://github.com/gabriel-russo/sensoriamento-remoto-c-cpp
c cpp gdal geoprocessamento geoprocessing gis raster remote-sensing sensoriamento-remoto
Last synced: 2 months ago
JSON representation
Utilitários e algoritmos de processamento escritos em C/C++ para processar rasters em geral
- Host: GitHub
- URL: https://github.com/gabriel-russo/sensoriamento-remoto-c-cpp
- Owner: gabriel-russo
- License: mit
- Created: 2025-08-12T01:29:22.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-09-06T04:48:54.000Z (11 months ago)
- Last Synced: 2026-04-18T09:43:18.075Z (3 months ago)
- Topics: c, cpp, gdal, geoprocessamento, geoprocessing, gis, raster, remote-sensing, sensoriamento-remoto
- Language: C++
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sensoriamento Remoto com C/C++
## Dependências
- Compilador Clang++: `sudo apt install clang`
- Ferramenta de formatação do Clang - `sudo apt install clang-format`
- GDAL: `sudo apt install libgdal-dev`
### raster.cpp
- [GDAL](https://gdal.org/en/stable/download.html)
### rgb.cpp
- [GDAL](https://gdal.org/en/stable/download.html)
### numero_digital.cpp
- [GDAL](https://gdal.org/en/stable/download.html)