Giter VIP home page Giter VIP logo

tailor's People

Contributors

bertday avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

amitra

tailor's Issues

Connect to Postgres via environment variables

Tailor was developed against Postgres.app, which is easy to connect to. You don't need to supply your macOS username or password. It just works.

On Windows, the Postgres installer creates a Postgres user called postgres with a password postgres by default. Tailor doesn't currently provide a way to pass in a database username or password (nor any other database connection details). Adding this would ease the setup process for Windows users.

Address match lines don't look right when using full addresses

moverden wrote in on Discord that Tailor was only generating a single address match line and shared a screenshot. Looks like they are using full addresses (i.e. with city, state, ZIP).

Looking into this, noticed that primary address fields are accidentally hard-coded on these lines in the create table address_match_lines statement:

Look into using SQLite instead of Postgres

Running a database server locally is biggish overhead for a sporadic analysis tool. Look into using SQLite + SpatiaLite + bundling dependencies, so that:

  1. Tailor is easier to install
  2. Tailor uses fewer system resources (i.e. Postgres isn't always on)
  3. The database is easier to connect to (Windows users especially are reporting trouble with password auth, etc.)

Look into bundling GDAL

Tailor uses ogr2ogr (npm package, not the GDAL tool) to load geodata. This requires systemwide GDAL to be installed, which can be a pain (especially on Windows).

There's a different npm package, gdal3.js, which has GDAL statically linked, so there's no need to install system software. Could this replace ogr2ogr?

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.