|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
These functions use GDAL (at least version 2) to read and write raster GIS files in several formats. More...
#include <assert.h>#include <cstdio>#include <cmath>#include <vector>#include <iostream>#include <fstream>#include <sstream>#include <string>#include <cpl_conv.h>#include <cpl_error.h>#include <cpl_string.h>#include <gdal.h>#include <gdal_alg.h>#include <gdal_priv.h>#include "2di_point.h"#include "cme.h"#include "coast.h"#include "simulation.h"#include "spatial_interpolation.h"Go to the source code of this file.
Data Structures | |
| class | stringstream |
| STL class. More... | |
These functions use GDAL (at least version 2) to read and write raster GIS files in several formats.
TODO 001 A more detailed description of these routines.
Definition in file gis_raster.cpp.