NIrav Modi
NIrav Modi

Reputation: 6962

Nominatim Openstreet map search based on Canada Postal Code

I have installed Nominatim in my ubuntu 12.0.4 OS. I have downloaded North America- Canada osm map data from http://download.geofabrik.de/north-america/canada.html url and installed in postgresql.

Now the problem is that I have searched 3485 postalcodes in my nominatim site but only 72 postal codes founded.

I want to know Why nominatim Postal Code search is not working? or any other osm data need to install for Postal Codes searching?

Or How can I search on nominatim based on Postal code?

Any suggestion related to search based on Canada postal codes is helpful for me.

Upvotes: 2

Views: 1590

Answers (2)

scruss
scruss

Reputation: 1160

There's no free, definitive source of postal codes, as Canada Post maintains that it's a copyrighted product. geocoder.ca no longer supplies updates to its free-to-use postal code list, perhaps in response to the settlement of Canada Post's lawsuit against them.

Geocoder's last update to the free-to-use list is from late 2015, and can be downloaded here (gzipped CSV).

Upvotes: 0

scai
scai

Reputation: 21469

Does OSM's nominatim instance return more postcode results? It uses some additional external resources for address lookups, for example TIGER for North America. As long as you haven't imported this data for you instance you will find less results than OSM's instance.

Keep in mind that addresses in OSM are far from being complete and the address coverage varies from country to country. Moreover, Nominatim has still some problems with postcodes in general.

Upvotes: 3

Related Questions