我正在尝试将栅格的postgreSQL数据库导入到CloudSQL中,以便从云中对它们进行栅格分析。我在努力 CREATE EXTENSION postgis_raster; 但是得到以下错误 ERROR: could not open extension control file "/share/extension/postgis_raster.control": No such file or
directory 我假设CloudSQL上<
我对postgres/postgis很陌生,我正试图弄清楚如何用postgis制作一个空瓷砖光栅。我想要生成一个包含5000 x 2000单元格的空栅格,稍后我想查询它,以便在x/y位置找到一个特定的单元格,或者在位置x/y处添加一个单元格值,我将基本上在将来向空栅格中添加单个单元格值(例如,随时间在细胞中报告动物目击情况,查询性能是非常重要的,栅格每个瓷砖的范围大约是100×100单元
ERROR: could not open extension control file "/usr/share/postgresql/9.1/extension/postgis.control":No such file or directory
当我尝试CREATE EXTENSION postgis;时得到的是什么?