NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I did setup a private OSM Website following https://github.com/openstreetmap/openstreetmap-website and also the editor iD. I will let people edit the data through the editor iD, so they will use the tags that are predefined in the editor. How could I know how many features of a specific tag (for example highway) there are in the server? Can I do it through rails console or need another software? Thanks.

asked 13 Feb '20, 21:40

carlosguedes's gravatar image

carlosguedes
9191016
accept rate: 0%


You can probably query the database through the console, but I wouldn't know how.

The usual tool for these stats is taginfo, so you could set up your own instance.

permanent link

answered 13 Feb '20, 23:19

H_mlet's gravatar image

H_mlet
5.4k1781
accept rate: 13%

thank you, I just realized that the rails console is not the best way of doing it, but through the psql console. I will reformulate my question.

(21 Feb '20, 19:21) carlosguedes

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×362
×191
×29

question asked: 13 Feb '20, 21:40

question was seen: 1,374 times

last updated: 21 Feb '20, 19:21

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum