1# Generated by using Rcpp::compileAttributes() -> do not edit by hand
2# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
3
4.sameSRS <- function(x, y) {
5    .Call(`_terra_sameSRS`, x, y)
6}
7
8.SRSinfo <- function(s) {
9    .Call(`_terra_getCRSname`, s)
10}
11
12.getLinearUnits <- function(s) {
13    .Call(`_terra_getLinearUnits`, s)
14}
15
16.geotransform <- function(fname) {
17    .Call(`_terra_geotransform`, fname)
18}
19
20.gdalinfo <- function(filename, options, oo) {
21    .Call(`_terra_ginfo`, filename, options, oo)
22}
23
24.sdinfo <- function(filename) {
25    .Call(`_terra_sd_info`, filename)
26}
27
28.gdalversion <- function() {
29    .Call(`_terra_gdal_version`)
30}
31
32.metadata <- function(filename) {
33    .Call(`_terra_metatdata`, filename)
34}
35
36.sdsmetadata <- function(filename) {
37    .Call(`_terra_sdsmetatdata`, filename)
38}
39
40.parsedsdsmetadata <- function(filename) {
41    .Call(`_terra_sdsmetatdataparsed`, filename)
42}
43
44.gdaldrivers <- function() {
45    .Call(`_terra_gdal_drivers`)
46}
47
48.set_gdal_warnings <- function(level) {
49    invisible(.Call(`_terra_set_gdal_warnings`, level))
50}
51
52.gdalinit <- function(path) {
53    invisible(.Call(`_terra_gdal_init`, path))
54}
55
56.precRank <- function(x, y, minc, maxc, tail) {
57    .Call(`_terra_percRank`, x, y, minc, maxc, tail)
58}
59
60.setGDALCacheSizeMB <- function(x) {
61    invisible(.Call(`_terra_setGDALCacheSizeMB`, x))
62}
63
64.getGDALCacheSizeMB <- function() {
65    .Call(`_terra_getGDALCacheSizeMB`)
66}
67
68.get_proj_search_paths <- function() {
69    .Call(`_terra_get_proj_search_paths`)
70}
71
72.set_proj_search_paths <- function(paths) {
73    .Call(`_terra_set_proj_search_paths`, paths)
74}
75
76