Giter Site home page Giter Site logo

okffi-geocoder's People

Contributors

jaakkokorhonen avatar jukra avatar rekola avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

okffi-geocoder's Issues

Missing postcode

The following address has no postcode:
Pappilantie 1, Kurikka, Suomi

Itella database has a row with no house number, and that should match with this road

has_irregular_house_numbers column missing in sql file

Current downloadable sql file doesn´t seems to include "has_irregular_house_numbers" column in geocoder table even though it is used in API.pm module.

[Sat Nov 22 10:42:09.745389 2014] [:error] [pid 5296] DBD::mysql::st execute failed: Unknown column 'has_irregular_house_numbers' in 'field list' at /var/www/okffi-geocoder/geocoder-perl/API.pm line 161.\n

Data should be downloadable in some more compatible format

Geocoding data is available in MySQL dump format, but because this MySQL dump contains geographical data in binary format, it is not easy to import the data into other database management systems (e.g. PostgreSQL + PostGIS).

I believe ESRI Shapefile might be most compatible format and there are a lot of free tools (e.g. ogr2ogr) which can convert shapefiles to other formats or import them into a database.

Could you provide data in some more compatible format in addition to MySQL dump?

Sample PostGIS compatible geo data point in HEX-format below:

select st_geomfromtext('POINT(24.94 60.171)', 4326);
                  st_geomfromtext                   
----------------------------------------------------
 0101000020E6100000713D0AD7A3F03840D9CEF753E3154E40

Disambiguate repository name

The current repository name "geocoder" is ambiguous as numerous "geocoders" already exist. Should we rename this as "okffi-geocoder"?

Missing postcode

The following address has no postcode:
Aleksis Kiven katu 1 Helsinki
Should pick the closest housenumber from Itella database "Aleksis Kiven katu 3 - 9"

Document how to rebuild database

Document where to download the source data, how to process it, how to import it. (I see there has been an earlier discussion about maybe using the ogr2ogr tool in this.)

Street with space in name not found

Search for "Väinö Auerin katu" returns no results in geocoder or autocomplete.

Search for "Väinö Auerin katu 1" works correctly in geocoder but returns "Väinö Auerin katu 11" in autocomplete.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.