哪个是最新版本的osm2pgsql for Windows 64-bit

问题描述 投票:2回答:2

我在这里使用一些早期版本的Windows 64位下载表格:dl.dropboxusercontent.com/u/63393258/osm2pgsql_testRelease.zip来自这个网站:awcull.com/2015/09/30/postgis-osm2pgsql-windows.html

但是当我从download.geofabrik.de/下载整个欧洲导入大型pbf时崩溃了

我厌倦了这个狗屎...我尝试了苗条和非苗条模式,我尝试修改缓存大小,到目前为止没有任何工作。我们的服务器有32 GB的RAM。哪里可以下载适用于Windows 64位的最新osm2pgsql版本?或者,您建议在Windows Server 2012 64位上进行自己的构建。谢谢。

我上次崩溃时运行osm2pgsql的命令是:

PS C:\OSM\rendering> osm2pgsql -U postgres -m -d osm -p osm -E 3857 -s -C 25000 -S C:\OSM\osm2pgsql\default.style C:\OSM\Data\europe-latest.osm.pbf

它崩溃了标准的Windows对话框,说“应用程序停止了blablabla”,详细信息如下:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: osm2pgsql.exe
  Application Version:  0.0.0.0
  Application Timestamp:    53ea21fd
  Fault Module Name:    ntdll.dll
  Fault Module Version: 6.3.9600.18438
  Fault Module Timestamp:   57ae642e
  Exception Code:   c00000fd
  Exception Offset: 0000000000030d02
  OS Version:   6.3.9600.2.0.0.272.7
  Locale ID:    1033
  Additional Information 1: 33ad
  Additional Information 2: 33ad00700702b0ab4dc632df7667ec82
  Additional Information 3: 2ebb
  Additional Information 4: 2ebbf5b91303f76c5b7f75f6255100fa

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=280262

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

现在我正在尝试没有“-C”选项,但我打赌它会再次崩溃......

PS C:\OSM\rendering> osm2pgsql -U postgres -m -d osm -p osm -E 3857 -s -S C:\OSM\osm2pgsql\default.style C:\OSM\Data\europe-latest.osm.pbf
windows 64bit osm2pgsql
2个回答

0
投票

Necromancing。

最新版本(持续集成)总是可以在AppVeyor上找到。 您需要获取当前构建(或者历史记录是git-commit哈希的历史构建)。

https://ci.appveyor.com/project/openstreetmap/osm2pgsql

=> Environment arch x64
=> Artifacts tab
=> Donwload osm2pgsql_Release_x64.zip

该链接可能会中断,所以如果确实如此,则需要google“appveyor osm2pgsql”, 它通常应该是第一个结果。

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