是否可以在 CloudSQL 中使用 postgis_raster 扩展?
Is it possible to use postgis_raster extension in CloudSQL?
我正在尝试将栅格的 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 的任何支持,但我找不到任何关于它的具体信息。现在我想我只是将我的栅格转换为点 shapefile。任何帮助将不胜感激。
你说得对 postgis_raster。尽管如此,还是有一个Extension support: postgis_raster in the Public Issue Tracker。您可以在该线程中关注相关进展。
我正在尝试将栅格的 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 的任何支持,但我找不到任何关于它的具体信息。现在我想我只是将我的栅格转换为点 shapefile。任何帮助将不胜感激。
你说得对 postgis_raster。尽管如此,还是有一个Extension support: postgis_raster in the Public Issue Tracker。您可以在该线程中关注相关进展。