Giter Site home page Giter Site logo

poi's Introduction

What is this

It takes places from somewhere, processes this places, gives you opportunity to cluster them and exports as areas - clustered groups of this places.

Two main goals

Phase no 1 : Prepare

During this goal you have several steps available.

Import

Import your data from somewhere. Currently CSV import (tsv) is available

Validate

Data should be valid, isn't it? If data is invalid we shouldn'r process that.

Filter

Places that are not of interest to us we should exclude. As a difference to previous subtask this is not an error when we find something that is just not matchin filter criteria. It's just something filtered-out.

Locate

Using cache or locator places has to be assigned with lat and long to localise them.

Phase no 2 : Cluster

Starting point

Places that you have now are valid, filtered, located places. We may have them after whole Phase no#1 steps. Or you may import data from import area. There you have two files needed to import. Places and Areas. Both files (.json) should be provided here as a start.

Cluster them

The main goal now is to assign every place to it's area. First you have to have area. Add new area please! Then you can assign places to it. Just type "1,2,3" to the input edit next to area and places with numbers 1,2,3 will be assigned to this area.

Save your work

Don't forget to save your work, especially when you are going somewhere for more than 5 minutes. It has to be done this way:

  1. Click "Save ALL" button at top
  2. There are 2 files that has been created, you have info about that after saving
  3. Donwload both files to your PC

poi's People

Contributors

lukaszkuczynski avatar

Watchers

James Cloos avatar  avatar

poi's Issues

simple js form validation

Following little forms should have validation:

  • new area (fields: nr,name)
  • assign place to area (field : ids)
    should have validation "not empty"

Area printable to html

Given template and area I am able to produce html with area

  • print using thymeleaf?
  • query google maps for static map
  • cache map in .. filesystem

ids unique

places and areas should have unique ids during session

can configure filter/validator using env var

having some key in properties
filter.status.must=${FILTER_STATUS_MUST}
filter.status.not=${FILTER_STATUS_NOT}

I will create using BeanFactory some beans being filters and validators
env var will have comma-separated lists to apply

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.