gdal 相关问题

GDAL(地理空间数据抽象库)是一个用于读取和编写栅格地理空间数据格式的库。

GeoTiff 栅格数据转换为 Delta Lake / Parquet 格式?

我们的组织最近一直在使用 Databricks 进行 ETL 和数据集开发。然而,我发现栅格数据集的库/功能非常有限。有几个光栅/Sp...

回答 2 投票 0

Tippcanoe 的大数据

Geojson 点 我有大量 GeoJSON 格式的点几何数据,并且希望从这些数据生成 MVT。问题是我需要高缩放级别才能清楚地显示数据样本...

回答 1 投票 0

使用 PyQGIS 将矢量和栅格图层导出到 GeoPackage (gpkg)

如何将列表中的图层(形状文件和 GTiff)导出到一个 gpkg 文件中? 它分别适用于矢量和栅格图层,但输出中仅保存一种类型的图层。 我意识到了什么

回答 1 投票 0

GDAL/ogr2ogr/ogrinfo 每次运行都会产生无效指针错误

按照此处描述的步骤安装 ogr2ogr 后 https://mothergeo-py.readthedocs.io/en/latest/development/how-to/gdal-ubuntu-pkg.html 当我运行 ogr2ogr 或 ogrinfo 时,我得到以下信息...

回答 2 投票 0

尝试安装mapbox-tileset时使用GDAL_CONFIG环境变量错误提供gdal-config的路径

运行 pip install mapbox-tilesets 时,在收集 rasterio 过程中,我在 Windows 10 计算机上收到以下错误,特别是在构建轮子的要求时出现错误。

回答 2 投票 0

如何更改rasterio的rio.reproject_match函数(python)中的重采样方法?

我想将光栅2的分辨率和原点应用于光栅1。我找到了光栅的 “rio.reproject_match”函数。这正确地进行了转换,但我无法更改

回答 1 投票 0

Anaconda 上的 GDAL 安装问题(gdalinfo.exe 入口点未找到错误)

我正在努力让 GDAL 在 Windows 上的 Anaconda 环境中工作。尽管多次尝试,gdalinfo --version 始终返回入口点错误,从而阻止 GDAL 运行。 ...

回答 1 投票 0

java.lang.UnsatisfiedLinkError: 'int org.gdal.gdalconst.gdalconstJNI.GDT_Int8_get()' 在 docker 中使用 org.gdal 和 osgeo/gdal 时

我想容器化一个SpringBoot应用程序并使用gdal。 为此,我在 pom.xml 中使用 org.gdal 格达尔 我想容器化一个 SpringBoot 应用程序并使用 gdal。 为此,我在我的 pom.xml 中使用 <dependency> <groupId>org.gdal</groupId> <artifactId>gdal</artifactId> <version>3.8.0</version> </dependency> 和 FROM osgeo/gdal:ubuntu-full-3.6.3 在Dockerfile中。 但是看起来 org.gdal 引用了一个不存在的常量。我稍后会描述它。但首先是源代码的关键部分: Dockerfile: FROM maven:3.9.5-amazoncorretto-21 as build WORKDIR /app COPY target/converter-service-1.0.0-SNAPSHOT.jar app.jar RUN mkdir -p target/extracted RUN java -Djarmode=layertools -jar app.jar extract --destination target/extracted FROM osgeo/gdal:ubuntu-full-3.6.3 ENV GDAL_DATA="/usr/share/gdal" ENV GDAL_DRIVER_PATH="/usr/lib/x86_64-linux-gnu/gdalplugins" ENV PROJ_LIB="/usr/share/proj" ENV PATH="/usr/share/gdal:${PATH}" WORKDIR app RUN apt update && apt install -y openjdk-21-jre-headless ARG EXTRACTED=/app/target/extracted COPY --from=build ${EXTRACTED}/dependencies/ ./ COPY --from=build ${EXTRACTED}/spring-boot-loader/ ./ COPY --from=build ${EXTRACTED}/snapshot-dependencies/ ./ COPY --from=build ${EXTRACTED}/application/ ./ ENTRYPOINT ["java", "-Djava.library.path=/usr/share/java/", "org.springframework.boot.loader.launch.JarLauncher" ] Java代码 package my; import org.springframework.stereotype.Service; import org.gdal.gdal.gdal; import org.gdal.gdalconst.gdalconstConstants; ... @Service public class Grib2ToGeoTiffService { static { gdal.AllRegister(); } @PostConstruct private void postConstruct() { convert( ResourceUtils.getFile("classpath:file.grib2"), new File("/tmp/output") ); } public boolean convert(File gribFile, File geotiffOutputDir) throws Exception { if (!gribFile.exists()) { log.error("File does not exist: '{}'", gribFile.getAbsolutePath()); return false; } var gribType = getGribType(gribFile.getName()); log.info("Grib type '{}' for '{}'", gribType, gribFile.getName()); Dataset dataset = gdal.Open(gribFile.getAbsolutePath(), gdalconstConstants.GA_ReadOnly); if (dataset == null) { log.warn("Unable to open file: " + gribFile.getAbsolutePath()); return false; } int bandCount = dataset.getRasterCount(); Map<String, Settings> settingsMap = getSettingsMap(gribType); for (int bandId = 1; bandId <= bandCount; bandId++) { if (settingsMap.containsKey(Integer.toString(bandId))) { processBand(dataset, bandId, geotiffOutputDir, gribType, settingsMap); } } dataset.delete(); return true; } } 应用程序在容器中运行后出现以下错误: Caused by: java.lang.UnsatisfiedLinkError: 'int org.gdal.gdalconst.gdalconstJNI.GDT_Int8_get()' at org.gdal.gdalconst.gdalconstJNI.GDT_Int8_get(Native Method) ~[gdal-3.8.0.jar:na] at org.gdal.gdalconst.gdalconstConstants.<clinit>(gdalconstConstants.java:14) ~[gdal-3.8.0.jar:na] at my.service.Grib2ToGeoTiffService.convert(Grib2ToGeoTiffService.java:121) ~[classes/:1.0.0-SNAPSHOT] ... 代码中对应的行是: Dataset dataset = gdal.Open(gribFile.getAbsolutePath(), gdalconstConstants.GA_ReadOnly); 我从正在运行的容器中导出了gdal.h,但找不到常量。 以下是该文件的摘录,其中定义了常量: ... /*! Pixel data types */ typedef enum { /*! Unknown or unspecified type */ GDT_Unknown = 0, /*! Eight bit unsigned integer */ GDT_Byte = 1, /*! Sixteen bit unsigned integer */ GDT_UInt16 = 2, /*! Sixteen bit signed integer */ GDT_Int16 = 3, /*! Thirty two bit unsigned integer */ GDT_UInt32 = 4, /*! Thirty two bit signed integer */ GDT_Int32 = 5, /*! 64 bit unsigned integer (GDAL >= 3.5)*/ GDT_UInt64 = 12, /*! 64 bit signed integer (GDAL >= 3.5)*/ GDT_Int64 = 13, /*! Thirty two bit floating point */ GDT_Float32 = 6, /*! Sixty four bit floating point */ GDT_Float64 = 7, /*! Complex Int16 */ GDT_CInt16 = 8, /*! Complex Int32 */ GDT_CInt32 = 9, /* TODO?(#6879): GDT_CInt64 */ /*! Complex Float32 */ GDT_CFloat32 = 10, /*! Complex Float64 */ GDT_CFloat64 = 11, GDT_TypeCount = 14 /* maximum type # + 1 */ } GDALDataType; ... 导致错误的原因是什么?也许 <dependency> <groupId>org.gdal</groupId> <artifactId>gdal</artifactId> <version>3.8.0</version> </dependency> 和 FROM osgeo/gdal:ubuntu-full-3.6.3 不兼容还是我做错了什么? 在互联网上进行一些研究后,我发现了讨论: https://openradar.discourse.group/t/attributeerror-module-osgeo-gdalconst-has-no-attribute-gdt-int8/333 该常量似乎出现在3.7版本中 所以我将 JNI 库降级为: <dependency> <groupId>org.gdal</groupId> <artifactId>gdal</artifactId> <version>3.6.0</version> </dependency> 有问题的java代码此后开始工作。

回答 1 投票 0

Django / GeoDjango 在 Ubuntu / Dokku 上找不到 GDAL 库

我们收到“django.core.exceptions.ImproperlyConfigured:找不到 GDAL 库”,这是 GeoDjango 的常见安装问题。 开发环境为Win10,GDAL库已解析...

回答 2 投票 0

在 python 中使用 gdal 将栅格导出到 tif 时重新加载 tif 时出错

我想通过以下步骤将处理后的栅格图层(即 np 数组)导出为 tif,在使用驱动程序创建 out.tif 栅格后,我无法将创建的 tif 文件加载回 python 中。我

回答 2 投票 0

GDAL,ogr2ogr“找不到 proj.db”错误

我尝试从 Natural Earth 的世界 shp 文件中提取某些国家/地区。 我目前使用的是Windows 10,所以我安装了Python 3.7、gdal来使用ogr2ogr。 我在通讯中输入了以下代码...

回答 4 投票 0

GDALWARP如何输出ISEA(二十面体斯奈德等积)投影栅格?

使用 gdalwarp 生成 ISEA“二十面体斯奈德等面积”GEOTIFF/光栅。 使用 PROJ/GDAL 无法生成二十面体投影吗? 制作 ISEA“二十面体斯奈德等于...

回答 1 投票 0

Go GDAL 绑定:在 TileDB-Go 中使用 lukeroth/gdal 时,CPLErr 没有字段或方法“Err”

我已在我的系统上安装了 GDAL 和 TileDB 以及所有必要的依赖项。然而,当我尝试运行使用 lukeroth/gdal 和 TileDB-Go 绑定的 Go 项目时,我遇到了

回答 1 投票 0

GDAL ogr2ogr 将 OSM 数据导入 PostGIS 时花费的时间太长

我正在尝试使用 GDAL 和 ogr2ogr 将整个星球 OSM (OpenStreetMap) 数据导入到 PostGIS 数据库中。然而,这个过程已经持续了6天,仍然没有结束。 在这里’...

回答 1 投票 0

Gdal.translate 生成纬度轴颠倒的地图

我正在尝试处理特定集水区的英国 MET 天气服务的降雨雷达图像。 在使用 gdal 对其进行地理配准之前,我将多个 png 文件中的图像拼接在一起。

回答 1 投票 0

虚拟环境中的 GDAL 与 PostgresSQL 11

我创建了一个虚拟Python环境并在其中安装了GDAL-Wheel: 当我运行 python 程序时,我收到以下消息: 错误 1:项目:proj_identify:C:\Program Files\PostgreSQL \s...

回答 0 投票 0

使用 tifffile 读取 xyz GeoTIFF 文件

我想用 tifffile 读取地形文件(GeoTIFF)。我设法将 xyz 数据提取为 numpy 数组,但使用 gdal。使用 tifffile,我无法提取 x 和 y 坐标。 他...

回答 1 投票 0

为什么我在尝试使用 postgis 时出现此错误

当我进行迁移时,出现此错误。 (项目) PS D:\University\FYP inal_project\land_management_system> python manage.py makemigrations 回溯(最近一次调用最后一次): 文件“...

回答 1 投票 0

计算两个矢量图层之间的几何差异

下面的difference函数计算两个向量层之间的布尔差异,依赖于两个私有函数difference_recursive和inner_difference_recursive。一个人会如何...

回答 1 投票 0

如何设置 USE_PATH_FOR_GDAL_PYTHON=YES 环境变量以将 PATH 提供给 os.add_dll_directory()

多年来我一直在 anaconda 上通过 python 运行 GDAL,没有任何问题。今天,当我尝试导入 gdal 时,出现以下错误代码: 在 Windows 上,Python >= 3.8 时,不再导入 DLL...

回答 2 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.