Commit Graph

  • f106aaafd0 update mapping.json Oliver Tonnhofer 2013-05-21 14:39:34 +0200
  • 0041b01856 support zorder fields Oliver Tonnhofer 2013-05-21 14:39:24 +0200
  • 1f34a2311e handle insterts into columns with ':' in name Oliver Tonnhofer 2013-05-21 14:36:19 +0200
  • 9993fb51c6 use buffered channel for freeNodes cache Oliver Tonnhofer 2013-05-21 13:24:55 +0200
  • 86a1b85f02 reduce getBunch calls Oliver Tonnhofer 2013-05-21 13:06:49 +0200
  • c66d075d3b add null db for --dry-run Oliver Tonnhofer 2013-05-21 12:14:05 +0200
  • 0473597fa6 do not use protobuf for delta encoded nodes Oliver Tonnhofer 2013-05-21 11:34:14 +0200
  • 87ae24686a renamed database variable Oliver Tonnhofer 2013-05-21 09:50:55 +0200
  • 18eadb0f51 refactored nodes/ways/relation writing in to wtire package Oliver Tonnhofer 2013-05-21 09:50:10 +0200
  • ff5e3e96aa refactored parser/cache code into reader package Oliver Tonnhofer 2013-05-21 09:07:37 +0200
  • f00e2fa383 use seprarate slice for nodes and coords in parser Oliver Tonnhofer 2013-05-21 08:52:14 +0200
  • bf3f233765 refactored InsertBuffer/DbWriter Oliver Tonnhofer 2013-05-21 07:52:03 +0200
  • 564344096b add field test/update filter test Oliver Tonnhofer 2013-05-21 07:08:24 +0200
  • c4fb0d8a21 make chanels buffered Oliver Tonnhofer 2013-05-17 17:08:50 +0200
  • 2b15732a5f silence missing node/ways warnings Oliver Tonnhofer 2013-05-17 17:08:33 +0200
  • bec1509975 filter inplace Oliver Tonnhofer 2013-05-17 16:28:16 +0200
  • c3383fc8b1 fixed filter test Oliver Tonnhofer 2013-05-17 15:55:31 +0200
  • 60a7d80993 refactoring of the mapping package Oliver Tonnhofer 2013-05-17 15:44:50 +0200
  • 81d818a0c4 fixed cache tests Oliver Tonnhofer 2013-05-17 15:33:36 +0200
  • 03dc885462 reorganized cache package Oliver Tonnhofer 2013-05-17 15:30:22 +0200
  • 853a45296f combine internal.proto and model.proto Oliver Tonnhofer 2013-05-17 15:16:24 +0200
  • 0833105371 move binary package into cache package Oliver Tonnhofer 2013-05-17 15:10:59 +0200
  • 65a38c0ba3 add exclude_tags filter Oliver Tonnhofer 2013-05-17 15:07:03 +0200
  • 37b228f54e supress errors for incomplete rings Oliver Tonnhofer 2013-05-17 13:05:59 +0200
  • decb17cb4c mark/skip inserted ways from mulitpolygon relations; reproject relation geometries Oliver Tonnhofer 2013-05-17 12:06:50 +0200
  • 2776061ba7 insert relations into db Oliver Tonnhofer 2013-05-17 11:42:19 +0200
  • dc59e013fe add simple query tool Oliver Tonnhofer 2013-05-17 10:29:23 +0200
  • 051ad58a3c update cache test for updated error handling Oliver Tonnhofer 2013-05-17 10:28:51 +0200
  • f4e9d2c841 make chache dir on Open() if missing Oliver Tonnhofer 2013-05-17 10:28:32 +0200
  • 9b72f02381 improve error handling in cache; add NotFound error Oliver Tonnhofer 2013-05-16 15:48:22 +0200
  • 5b7f6b1780 update tags and rel.Members list in BuildRelation Oliver Tonnhofer 2013-05-16 15:15:58 +0200
  • 516da08599 first mulitppolygon builder Oliver Tonnhofer 2013-05-16 12:17:21 +0200
  • 881e138c13 cache relation members Oliver Tonnhofer 2013-05-15 14:32:13 +0200
  • 0e70f383d9 fixed memory leak in geos WKB/WKT calls Oliver Tonnhofer 2013-05-15 13:49:41 +0200
  • c907b6afd0 refactored main write routine a bit Oliver Tonnhofer 2013-05-15 13:25:29 +0200
  • 5c174a3ff6 import nodes into db Oliver Tonnhofer 2013-05-15 13:21:31 +0200
  • 32373dec32 refactored database package structure Oliver Tonnhofer 2013-05-15 13:00:42 +0200
  • 0d2be27981 make schema configurable from -connection url Oliver Tonnhofer 2013-05-15 11:47:06 +0200
  • 6167e89f3c use db.Ping for connection check Oliver Tonnhofer 2013-05-15 11:06:35 +0200
  • 36341c7575 refactored fields mapping Oliver Tonnhofer 2013-05-15 11:05:02 +0200
  • c875284b8c write wkb/area to postgis Oliver Tonnhofer 2013-05-15 09:49:38 +0200
  • 6aaa753eb8 make fields in table mapping a list Oliver Tonnhofer 2013-05-15 08:15:33 +0200
  • bcb5c9e9f3 insert into multiple tables Oliver Tonnhofer 2013-05-14 16:15:35 +0200
  • 8ea0572410 fixed cache/diff test Oliver Tonnhofer 2013-05-14 11:54:39 +0200
  • d51cda1ffc move config package into mapping package Oliver Tonnhofer 2013-05-14 10:04:11 +0200
  • 560f659b5b convert first column value Oliver Tonnhofer 2013-05-14 09:56:11 +0200
  • 84bc8e0fb1 flush deltacoordscache after -read Oliver Tonnhofer 2013-05-14 09:26:28 +0200
  • aea54fd050 limit max open files for leveldbs Oliver Tonnhofer 2013-05-13 15:28:39 +0200
  • 00405b232b build linestring and/or polygons depending on the mapping Oliver Tonnhofer 2013-05-13 15:19:39 +0200
  • 460f386a24 use delta encoding for way.Ref Oliver Tonnhofer 2013-05-13 14:24:57 +0200
  • 77b999274d add first mapping from json config Oliver Tonnhofer 2013-05-13 13:58:44 +0200
  • cba18797e9 removed go vet warnings Oliver Tonnhofer 2013-05-13 10:55:08 +0200
  • 319927d47f update deltaCacheBunchSize Oliver Tonnhofer 2013-05-13 10:40:18 +0200
  • bbff114629 add -memprofile option Oliver Tonnhofer 2013-05-13 10:21:12 +0200
  • ee13f30435 write to diff cache in batches Oliver Tonnhofer 2013-05-13 09:54:00 +0200
  • 7345090a79 fixed two errors reported by -race Oliver Tonnhofer 2013-05-13 09:53:38 +0200
  • c3cb785484 enable deltacoordscache optimizations only for linear imports Oliver Tonnhofer 2013-05-13 08:08:52 +0200
  • 7a6bedb2e5 handle errors in putCoordsPacked Oliver Tonnhofer 2013-05-13 07:39:38 +0200
  • 1e361975e2 add back sorting of delta nodes Oliver Tonnhofer 2013-05-13 07:39:00 +0200
  • e924de90af use buffered chan for ref cache Oliver Tonnhofer 2013-05-13 07:37:32 +0200
  • e6e7fddcc5 Merge branch 'master' of bitbucket.org:olt/goposm Oliver Tonnhofer 2013-05-13 07:37:04 +0200
  • 094e5c4ace use delta encoding for ref cache Oliver Tonnhofer 2013-05-13 07:36:54 +0200
  • a7d23978b9 first diff xml parser code Oliver Tonnhofer 2013-05-12 18:50:36 +0200
  • 40a67247a4 add BenchmarkWKB Oliver Tonnhofer 2013-05-12 12:38:09 +0200
  • b57829d95a add IsValid function Oliver Tonnhofer 2013-05-12 12:37:55 +0200
  • fead6749e5 update stats output Oliver Tonnhofer 2013-05-10 13:55:14 +0200
  • a396cd2fb0 add GOPOSM_DBIMPORT_BATCHSIZE env variable Oliver Tonnhofer 2013-05-10 11:22:17 +0200
  • 614be84a95 add -diff option; write to diffCache from extra goroutines Oliver Tonnhofer 2013-05-10 11:21:00 +0200
  • 25b16b437c make bunchSize configurable with GOPOSM_DELTACACHE_BUNCHSIZE env Oliver Tonnhofer 2013-05-10 11:18:15 +0200
  • 69ee95fa27 use idToKeyBuf in diff and delta cache Oliver Tonnhofer 2013-05-10 11:11:29 +0200
  • 27de965bd5 do not log minor errors Oliver Tonnhofer 2013-05-10 10:57:06 +0200
  • bf05807b99 do not try to create public schema Oliver Tonnhofer 2013-05-10 10:29:44 +0200
  • 24c928a102 only create schema when it does not exists Oliver Tonnhofer 2013-05-10 10:26:37 +0200
  • ea40987895 check errors during db.Init and db.InsertWays Oliver Tonnhofer 2013-05-10 10:26:13 +0200
  • 271982009f add -connection commandline Oliver Tonnhofer 2013-05-10 10:09:52 +0200
  • 78c5777918 skip ways with one node Oliver Tonnhofer 2013-05-10 10:08:31 +0200
  • f87e5285d1 fixed transformation of node slice Oliver Tonnhofer 2013-05-10 10:08:00 +0200
  • 1a4a137a8e check connection on Open Oliver Tonnhofer 2013-05-10 10:01:47 +0200
  • e517f5f3fc first postgis writer Oliver Tonnhofer 2013-05-08 16:45:14 +0200
  • 2f8a72777c fix bunchId when storing coords directly Oliver Tonnhofer 2013-05-08 15:45:03 +0200
  • 8ad66f762f fixed long/lat mixup in unpackNodes Oliver Tonnhofer 2013-05-08 15:44:34 +0200
  • 905df4f3e6 tweak leveldb blockrestartinterval Oliver Tonnhofer 2013-05-08 09:10:56 +0200
  • 166a6dff02 do not use varint for leveldb key but int64 Oliver Tonnhofer 2013-05-07 13:56:32 +0200
  • cc28221bb8 add GOPOSM_LEVELDB_ env vars Oliver Tonnhofer 2013-05-07 11:42:27 +0200
  • 0ad07b34b2 add GOPOSM_SKIP_ env vars Oliver Tonnhofer 2013-05-07 11:42:05 +0200
  • 2ffd4bbdaa update stats output for larger numbers Oliver Tonnhofer 2013-05-07 11:41:39 +0200
  • 95470f1f2a print stats on separate line when running with GOGCTRACE Oliver Tonnhofer 2013-05-07 10:52:05 +0200
  • 768d04ad56 add first simple tag filtering Oliver Tonnhofer 2013-05-07 10:13:09 +0200
  • 79db75e51a do not synchronize writes to "complete" bunches Oliver Tonnhofer 2013-05-07 09:14:58 +0200
  • 42dbbb654a fixed tests after move of packages Oliver Tonnhofer 2013-05-07 07:56:09 +0200
  • d7ce2053d2 Merge branch 'master' of bitbucket.org:olt/goposm Oliver Tonnhofer 2013-05-07 07:51:58 +0200
  • a7f58cbfe1 add test for DeltaaCoordsCache; fixed missing inserted nodes Oliver Tonnhofer 2013-05-07 07:51:50 +0200
  • b50fd9a04f add geos wrapper Oliver Tonnhofer 2013-05-06 19:24:49 +0200
  • f435614f5c add first sql example Oliver Tonnhofer 2013-05-06 19:14:37 +0200
  • 828f96e1d7 clean up binary package Oliver Tonnhofer 2013-05-06 16:54:19 +0200
  • d88b372ff2 fixed import Oliver Tonnhofer 2013-05-06 16:49:48 +0200
  • a1433c49ca mv model package inside binary package Oliver Tonnhofer 2013-05-06 16:21:00 +0200
  • eb046f1d19 move osmpbf package to parser Oliver Tonnhofer 2013-05-06 16:18:29 +0200
  • 1897a0d30d add proj.wgsToMerc/mercToWgs functions Oliver Tonnhofer 2013-05-06 16:17:35 +0200
  • d159ccac0e add PointWKB function Oliver Tonnhofer 2013-05-06 16:17:07 +0200