pelias / docker

Run the Pelias geocoder in docker containers, including example projects.
MIT License
339 stars 226 forks source link

new whole planet build result deviation #323

Closed MALKARAJ closed 9 months ago

MALKARAJ commented 1 year ago

Hi Team i ran the whole planet build twice and there is some deviation in the results compared with pelias dashboard my planet build addressandvenue

whole planet build wholeplanet

there is larger deviation in address , venue data

this is the pelias.json file


`{
  "logger": {
    "level": "info",
    "timestamp": false
  },
  "esclient": {
    "apiVersion": "7.5",
    "hosts": [
      { "env": "development",
    "host": "127.0.0.1",
    "port": 8000,
  "auth": "username:password"

       }
    ]
  },

  "schema":{

"indexName": "pelias_05_08_2022" 
  },
  "elasticsearch": {
    "settings": {
      "index": {
        "refresh_interval": "10s",
        "number_of_replicas": "0",
        "number_of_shards": "1"
      }
    }
  },
  "acceptance-tests": {
    "endpoints": {
      "docker": "http://api:4000/v1/"
    }
  },
   "imports": {
    "adminLookup": {
      "enabled": true
    },
    "geonames": {
      "datapath": "/data/geonames",
      "countryCode": "ALL"
    },
    "openstreetmap": {
      "download": [
        { "sourceURL": "https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf"}
      ],
      "leveldbpath": "/tmp",
      "datapath": "/data/openstreetmap",
      "import": [{
        "filename": "planet-latest.osm.pbf"
      }]
    }
  ,
    "openaddresses": {
      "datapath": "/data/openaddresses",
      "files": [  

      ]
    },
       "polyline": {
      "datapath": "/data/polylines",
      "files": [ "planet-latest-valhalla.polylines.0sv" ]
    },

    "whosonfirst": {
      "datapath": "/data/whosonfirst",
      "importPostalcodes": true
    },
    "transit": {
      "datapath": "/data/transit",
      "feeds": [
        {
          "layerId": "bikeshare",
          "url": "https://gbfs.biketownpdx.com/gbfs/en/station_information.json",
          "filename": "BIKETOWN-hubs.json",
          "agencyId": "BIKETOWN",
          "agencyName": "BIKETOWN",
          "layerName": "bikeshare"
        },
        {
          "layerId": "stops",
          "url": "http://developer.trimet.org/schedule/gtfs.zip",
          "filename": "TRIMET-stops.txt",
          "agencyId": "TRIMET",
          "agencyName": "TriMet",
          "layerName": "Stop"
        },
        {
          "layerId": "stops",
          "url": "http://www.c-tran.com/images/Google/GoogleTransitUpload.zip",
          "filename": "C-TRAN-stops.txt",
          "agencyId": "C-TRAN",
          "agencyName": "C-TRAN",
          "layerName": "Stop"
        },
        {
          "layerId": "stops",
          "url": "http://oregon-gtfs.com/gtfs_data/rideconnection-or-us/rideconnection-or-us.zip",
          "filename": "RIDECONNECTION-stops.txt",
          "agencyId": "RIDECONNECTION",
          "agencyName": "Ride Connection",
          "layerName": "Stop"
        },
        {
          "layerId": "stops",
          "url": "http://oregon-gtfs.com/gtfs_data/sandy-or-us/sandy-or-us.zip",
          "filename": "SAM-stops.txt",
          "agencyId": "SAM",
          "agencyName": "SAM",
          "layerName": "Stop"
        },
        {
          "layerId": "stops",
          "url": "http://data.trilliumtransit.com/gtfs/wilsonville-or-us/wilsonville-or-us.zip",
          "filename": "SMART-stops.txt",
          "agencyId": "SMART",
          "agencyName": "SMART",
          "layerName": "Stop"
        },
        {
          "layerId": "stops",
          "url": "http://oregon-gtfs.com/gtfs_data/swanisland-or-us/swanisland-or-us.zip",
          "filename": "SWAN-stops.txt",
          "agencyId": "SWAN",
          "agencyName": "Swan Island",
          "layerName": "Stop"
        }
      ]
    },
    "interpolation": {
      "download": {
        "tiger": {
          "datapath": "/data/tiger",
          "states": [
            { "state_code": 41, "county_code": 67, "name": "Washington County, OR" },
            { "state_code": 41, "county_code": 51, "name": "Multnomah County, OR" },
            { "state_code": 41, "county_code": 5,  "name": "Clackamas County, OR" },
            { "state_code": 41, "county_code": 71, "name": "Yamhill County, OR" },
            { "state_code": 41, "county_code": 47, "name": "Marion County, OR" },
            { "state_code": 41, "county_code": 53, "name": "Polk County, OR" },
            { "state_code": 53, "county_code": 11, "name": "Clark County, WA" }
          ]
        }
      }
    } 
}
}
`

this is the polylines source : https://data.geocode.earth/osm/2022-35/planet-latest-valhalla.polylines.0sv.gz

is there any thing need to be done in pelias.json file or url source ?

`

MALKARAJ commented 1 year ago

planet_build_deviation

MALKARAJ commented 1 year ago

Hi @missinglink kindly guide me on this issue please

MALKARAJ commented 1 year ago

HI Team anyone available for clarification