GIScience / ohsome-now-stats-service

This is the REST service for the ohsomeNow stats.
https://stats.now.ohsome.org/api/
GNU Affero General Public License v3.0
4 stars 1 forks source link

most used hashtag is empty string #29

Closed Hagellach37 closed 11 months ago

Hagellach37 commented 11 months ago

there is a weird situation for which the most used hashtag for the time range specified below is just an empty string

https://demo.contributions-stats.ohsome.org/api/mostUsedHashtags?startdate=2023-06-27T00:00:00.000Z&enddate=2023-07-19T20:57:20.000Z&limit=10

https://demo.contributions-stats.ohsome.org/dashboard#hashtags=&start=2023-06-27T00:00:00.000Z&end=2023-07-19T20:57:20.000Z&interval=PT1H

image

Hagellach37 commented 11 months ago

This has been solved upstream.

The reason for this bug was that contributions without hashtags were inserted into the database.