|
sgsPy
structurally guided sampling
|
Functions | |
| OGRGeometry * | getAccessPolygon (vector::GDALVectorWrapper *p_access, std::string layerName, double buffInner, double buffOuter) |
| bool | checkExtent (double x, double y, double xMin, double xMax, double yMin, double yMax) |
| bool | checkAccess (OGRPoint *p_point, OGRGeometry *p_geometry) |
| bool | checkExisting (double x, double y, existing::Existing &existing) |
| bool | checkNotNan (raster::GDALRasterWrapper *p_raster, double *IGT, double xCoord, double yCoord, bool force) |
| std::tuple< vector::GDALVectorWrapper *, std::vector< std::vector< double > >, std::vector< std::vector< std::vector< double > > > > | systematic (raster::GDALRasterWrapper *p_raster, double cellSize, std::string shape, std::string location, vector::GDALVectorWrapper *p_existing, vector::GDALVectorWrapper *p_access, std::string layerName, double buffInner, double buffOuter, bool force, bool plot, std::string filename) |