GithubHelp home page GithubHelp logo

marcua / djeocoder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tdanford/djeocoder

2.0 3.0 0.0 1.35 MB

A standalone geocoder, derived from the OpenBlock use of GeoDjango.

Python 100.00%

djeocoder's Introduction

Overview

An attempt to understand the geocoder built into the OpenBlock software well enough that it can be pulled out as a standalone project.

http://developer.openblockproject.org/

Right now, the geocoder depends on having a Postgis-enabled Postgres database running on the same machine, with the 'blocks' and 'intersections' tables included, as set up by the Openblock installation process.

Ultimately, we want the code to be able to run independent of any Openblock installation, or possibly even of Postgis itself (through dependence on a freely-availably Python library like GDAL).

This is all shamelessly ripped off of the public Everyblock code (in particular, the 'ebpub' application inside OpenBlock).

A project started during the Boston OpenBlock hackday:

http://blog.openblockproject.org/post/1300839360/come-hack-on-openblock-in-boston-on-oct-30th

Code

.
|-- README.md
`-- djeocoder
    |-- __init__.py
    |-- djeocoder.py
    |-- postgis.py
    `-- test.py
    `-- parser
        |-- README.md
        |-- __init__.py
        |-- abbr_state.txt
        |-- cities.py
        |-- make_cf_tests.py
        |-- numbered_streets.py
        |-- parsing.py
        |-- states.py
        |-- suffixes.py
        |-- suffixes.txt
        `-- tests.py

djeocoder's People

Contributors

marcua avatar tdanford avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

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.