Wykres commitów

69 Commity (master)

Autor SHA1 Wiadomość Data
lukasmartinelli c0b5849557 Use same bright style as on CDN for compare visual 2016-08-12 14:21:27 +02:00
lukasmartinelli 7edc7b96e2 Compare with our public CDN version not Mapbox 2016-08-12 12:12:05 +02:00
lukasmartinelli b1c62946b0 Make world job configurable 2016-06-22 22:09:30 +02:00
lukasmartinelli 0c9fa9f610 Remove unneeded verify function in test 2016-06-17 10:15:48 +02:00
lukasmartinelli 995408ada3 Give merge-jobs more time 2016-06-15 14:34:49 +02:00
lukasmartinelli 6815417217 Give RabbitMQ more time to startup 2016-06-15 14:15:00 +02:00
lukasmartinelli 29bf38b256 Explicitely pass AWS access key to export-worker 2016-06-15 13:35:26 +02:00
lukasmartinelli a62509a50a Add RabbitMQ heartbeat by default 2016-06-15 11:09:54 +02:00
lukasmartinelli 989881b1d8 Give PostGIS more time to startup 2016-06-14 20:39:15 +02:00
lukasmartinelli d6da42c012 Ensure older Docker Compose version works 2016-06-14 20:01:22 +02:00
lukasmartinelli 6dbd02b2a6 Remove mock-s3 problem child 2016-06-14 19:47:06 +02:00
lukasmartinelli 62322ce10b Remove integration test from Docker setup 2016-06-14 16:20:30 +02:00
lukasmartinelli 86095244c0 Add Python integration test 2016-06-14 14:06:34 +02:00
stirringhalo d7e3b6b91d Fix old osm_id
Not sure if this tool is being used, but this is to fix old osm_id to id
2016-05-28 20:22:20 -04:00
Lukas Martinelli 662c49b61e Remove duplicate key value pairs 2016-04-25 18:58:30 +02:00
Lukas Martinelli bfa6b53889 Deal with type mappings in generate_taginfo 2016-04-25 18:52:41 +02:00
lukasmartinelli 8a5ddd985b Update place_point table to create points 2016-04-25 13:43:16 +02:00
Lukas Martinelli 25ed827079 Exclude osm_id 0 from QA report 2016-04-21 20:28:55 +02:00
Lukas Martinelli 0d12a061cf Merge pull request #262 from osm2vectortiles/feature/improved-mapping
Ensure no excess data in PostGIS db
2016-04-21 15:24:16 +02:00
Lukas Martinelli 71c402944e Rename column names in mapping-qa-report 2016-04-21 13:53:39 +02:00
Lukas Martinelli 03aa73fd83 Add osm water_point to qa report 2016-04-21 13:19:50 +02:00
Lukas Martinelli e107babb60 Merge pull request #260 from osm2vectortiles/feature/mapping-qa-analysis
Used Features vs Mapped Features Analysis Report
2016-04-21 13:17:19 +02:00
Lukas Martinelli 1fb08b671f Move create-extracts into src dir as it is part of the end product 2016-04-20 21:33:15 +02:00
lukasmartinelli 09ee97382d Fix small formatting issues 2016-04-20 21:10:49 +02:00
lukasmartinelli 124d468230 Fix weird SQL issue with report.sql 2016-04-20 17:54:54 +02:00
lukasmartinelli 50602a4352 Try create TSV report of QA analysis 2016-04-19 22:57:52 +02:00
ImreSamu 1e7f20ff5e QA script : analyse osm2vectortiles ! check: imposm3mapped vs. used osm_id-s
draft code; current know limitation
* current  imposm3 mapping osm_id is not uniq :  "type_mappings" without "use_single_id_space": true,

expected output ( hungary osm extract )

           tid           | allrec | usedrec |                                 osmlist                                 |               layerlist               | percent
-------------------------+--------+---------+-------------------------------------------------------------------------+---------------------------------------+---------
 osm_admin_linestring    |  11284 |     813 | {osm_admin_linestring}                                                  | {admin_layer}                         |    7.20
 osm_aero_*              |    643 |     643 | {osm_aero_linestring,osm_aero_polygon}                                  | {aeroway_layer}                       |  100.00
 osm_airport_*           |    119 |     119 | {osm_airport_point,osm_airport_polygon}                                 | {airport_label_layer}                 |  100.00
 osm_barrier_*           |  22880 |   22880 | {osm_barrier_linestring,osm_barrier_polygon}                            | {barrier_line_layer}                  |  100.00
 osm_building_*          | 604304 |  604304 | {osm_building_polygon_gen0,osm_building_polygon}                        | {building_layer}                      |  100.00
 osm_housenumber_*       | 108376 |  108376 | {osm_housenumber_point,osm_housenumber_polygon}                         | {housenum_label_layer}                |  100.00
 osm_landuse_*           |  79337 |   79337 | {osm_landuse_polygon,osm_landuse_polygon_gen0,osm_landuse_polygon_gen1} | {landuse_overlay_layer,landuse_layer} |  100.00
 osm_mountain_peak_point |   3235 |    3235 | {osm_mountain_peak_point}                                               | {mountain_peak_label_layer}           |  100.00
 osm_place_*             |  12269 |    6921 | {osm_place_geometry}                                                    | {place_label_layer}                   |   56.41
 osm_poi_*               | 120793 |   75108 | {osm_poi_point,osm_poi_polygon}                                         | {poi_label_layer}                     |   62.18
 osm_rail_station_point  |   2990 |    2990 | {osm_rail_station_point}                                                | {rail_station_label_layer}            |  100.00
 osm_road_geometry       | 522469 |  522469 | {osm_road_geometry}                                                     | {road_layer,road_label_layer}         |  100.00
 osm_water_linestring    |  31075 |   20458 | {osm_water_linestring}                                                  | {waterway_layer,waterway_label_layer} |   65.83
 osm_water_polygon_*     |  10496 |   10496 | {osm_water_polygon_gen1,osm_water_polygon}                              | {water_layer,water_label_layer}       |  100.00
(14 rows)

ref: https://github.com/osm2vectortiles/osm2vectortiles/issues/258
2016-04-19 18:32:16 +02:00
lukasmartinelli 9edd9551c5 Update more fields in extracts #247 2016-04-13 19:11:39 +02:00
lukasmartinelli 951b506b09 Add hash url to compare-visual tool 2016-04-12 21:24:57 +02:00
Manuel Roth 67955d2941 Remove unused test.txt file 2016-04-12 21:19:27 +02:00
lukasmartinelli 5da4611f15 Implement vector tile compare 2016-04-12 20:57:46 +02:00
ImreSamu d51f07d4d3 temporary Docker Node fix -> node:5 2016-04-09 00:57:15 +02:00
Manuel Roth 3fb52ca610 Add package.json to compare tool 2016-04-08 11:07:37 +02:00
lukasmartinelli 697d520771 Merge branch 'master' into feature/dirty-tile-jobs 2016-04-01 14:11:43 +02:00
lukasmartinelli 3345338c3c Remove tessera performance tests only used for thesis 2016-04-01 11:24:40 +02:00
lukasmartinelli eab9b5a950 Remove never used visual comparison tool 2016-04-01 11:24:24 +02:00
lukasmartinelli 14a9a365a5 Move generate-jobs to src 2016-03-29 13:59:09 +02:00
lukasmartinelli 37c4b918c6 Add RabbitMQ container 2016-03-29 13:44:22 +02:00
lukasmartinelli a8a3faa901 Support pyramid job generation 2016-03-29 13:00:18 +02:00
lukasmartinelli 7c7d2b5e0b Print jobs to line 2016-03-29 11:26:28 +02:00
lukasmartinelli 54f6f0b899 Rename job generation 2016-03-29 10:35:09 +02:00
lukasmartinelli bd9652cf1d Extend create_jobs.py for list batch jobs 2016-03-22 16:53:58 +01:00
Lukas Martinelli c47450da34 Merge pull request #170 from osm2vectortiles/feature/automate-city-extracts
Feature/automate city extracts
2016-03-08 16:40:07 +01:00
Manuel Roth a447bcd04d Replace constant zoom level with local variable 2016-03-08 16:25:07 +01:00
Zsolt Ero cadd3e63b4 npm versions 2016-03-08 13:56:49 +01:00
Manuel Roth 373ad14fc3 Add city extends to create-extracts bash script 2016-03-08 13:35:44 +01:00
Lukas Martinelli d8a9c42e78 Use bigger upload chunk size 2016-03-04 13:13:29 +01:00
Lukas Martinelli 2e944216ef Fix s3cmd typo 2016-03-04 13:09:01 +01:00
Lukas Martinelli 08d9a401af Add config file (with invalid keys) 2016-03-04 13:04:08 +01:00
Lukas Martinelli 50f1b9cb36 Upload extracts to S3 2016-03-04 13:01:09 +01:00