Git Product home page Git Product logo

esn-edit's Introduction

ESN-Edit

ESN-Edit is a simple OSM editor, focused on etymology. It allows you to choose a way or relation, and it gives you a suggestion for a Wikidata entry.

Running the app

There are a few steps required to run this app

  1. Create a .env file

    Your .env file should look something like this:

    BASE_URL= base url for OSM, for example https://master.apis.dev.openstreetmap.org
    CONSUMER_KEY=Your oauth consumer key
    CONSUMER_SECRET=Your oauth consumer secret

    You can go to https://www.openstreetmap.org/user/username/oauth_clients/new to register a new application and get your own CONSUMER_KEY and CONSUMER_SECRET

  2. Install all the dependencies npm install

  3. Start the development server npm start

    Alternatively you can build by replacing start with build to create a production build.

Process

The editor currently is very basic, after fetching the road it tries to remove some common parts of a street name and then runs a Wikidata search.

esn-edit's People

Contributors

dependabot[bot] avatar robinlinde avatar wjtje avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

wjtje

esn-edit's Issues

Relation members update

If you edit a relation, does the name:etymology:wikidata tag is also applied to the relation members (just the ways of the street, of course) ?

In EqualStreetNames data process, I use all the relation member that have role=outer or role=street but it might probably need some checks more strict to be sure you can update the members too (could be manual confirmation in your UI).

New Wikidata UI

  • Search box for users
  • Allow changing language
  • More details about results
  • Pagination?

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.