我正试图将光栅的postgreSQL数据库导入CloudSQL,以便从云中对它们进行光栅分析。我正在试用
CREATE EXTENSION postgis_raster;
但是得到以下错误
ERROR: could not open extension control file "/share/extension/postgis_raster.control": No such file or
directory
我假设CloudSQL上不支持postgis_raster,但我找不到任何关于它的具体信息。现在我想我只会将我的光栅转换为点形状文件。如有任何帮助,我们将不胜感激。
您对postgis_raster的看法是正确的。尽管如此,还是有一个扩展支持:公共问题跟踪器中的postgis_raster。您可以关注该线程中的相关发展。