Documentation
¶
Index ¶
Constants ¶
View Source
const SIZE_OF_FLOAT32 = 4
View Source
const SIZE_OF_INT16 = 2
View Source
const SIZE_OF_UINT16 = 2
Variables ¶
View Source
var CWGS84WKT *C.char = C.CString(`GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9108"]],AUTHORITY["EPSG","4326"]]","proj4":"+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs `)
View Source
var CncDimLevelValues *C.char = C.CString("NETCDF_DIM_lev_VALUES")
View Source
var CncDimTimeValues *C.char = C.CString("NETCDF_DIM_time_VALUES")
View Source
var CsubDS *C.char = C.CString("SUBDATASETS")
View Source
var CtimeUnits *C.char = C.CString("time#units")
View Source
var GDALTypes map[C.GDALDataType]string = map[C.GDALDataType]string{0: "Unkown", 1: "Byte", 2: "UInt16", 3: "Int16",
4: "UInt32", 5: "Int32", 6: "Float32", 7: "Float64",
8: "CInt16", 9: "CInt32", 10: "CFloat32", 11: "CFloat64",
12: "TypeCount"}
Functions ¶
func DrillDataset ¶
func DrillDataset(in *pb.GeoRPCGranule) *pb.Result
func ExtractGDALInfo ¶
func ExtractGDALInfo(in *pb.GeoRPCGranule) *pb.Result
func WarpRaster ¶
func WarpRaster(in *pb.GeoRPCGranule, debug bool) *pb.Result
Types ¶
Click to show internal directories.
Click to hide internal directories.