Conversation
|
🍱 Your pull request preview is ready Please use this preview to check your changes. Ideally use the test documentation template and document your test results by commenting on the PR. This will speed up the review process for everyone. FYI, once this PR is merged, you can use the iD Editor Preview to test your changes in interaction with all other changes. |
|
For reference, those are the fields that are added indirectly: I wonder: Should this have more of the "important tags" from https://wiki.openstreetmap.org/wiki/Key:monitoring:weather#Important_Tags? Actually, I just played around with postpass to see if that is usable. The queries are not ideal, but it produces a few numbers… Show numbers
|
Test-DocumentationPreview links & Sidebar ScreenshotsNodeAreaSearchInfo-
|
|
@novolife LGTM. Let me know if you want to release this as is or look at the additional fields mentioned in #1558 (comment) first. Both is fine with me. |
|
I'm happy to add these fields, at least name and ele seem to be common information. But the question is, are these fields really as important as the wiki says? Honestly, I am not so familiar with weather. |
|
@gmgeo it looks like you know a bit about weather stations because I think you edited the wiki page. Could you check this preview? One thing I wonder is, if we should add those |
|
close/reopen to get preview up |
| @@ -0,0 +1,5 @@ | |||
| { | |||
| "key": "ref:wigos", | |||
| "type": "text", | |||
There was a problem hiding this comment.
is it deliberate it is type: text, not type: identifier?
see https://github.com/ideditor/schema-builder?tab=readme-ov-file#type
| @@ -0,0 +1,5 @@ | |||
| { | |||
| "key": "ref:wmo", | |||
There was a problem hiding this comment.
do we really need ref:wmo ?
after reading https://wiki.openstreetmap.org/wiki/Key:ref:wigos it seems to being replaced by ref:wigos and does not even have own key page at wiki
There was a problem hiding this comment.
I am not expert on this topic and either way it would be nice if wiki would be less confusing about this
| "cosmic_ray": "Cosmic Ray", | ||
| "dissolved_oxygen": "Dissolved Oxygen", | ||
| "flow_rate": "Flow_rate", | ||
| "glonass": "GLONASS", |
There was a problem hiding this comment.
how monitoring glonass is a weather station thing?
(I may be wrong, and maybe it is entirely within range of what weather stations do)
| "pyranometer": "Pyranometer", | ||
| "pyrgeometer": "Pyrgeometer", | ||
| "pyrheliometer": "Pyrheliometer", | ||
| "radar": "Radar", |
There was a problem hiding this comment.
| "radar": "Radar", | |
| "radar": "Weather Radar", |
?
| "forward_scatter_sensor": "Forward Scatter Sensor", | ||
| "grass_minimum_thermometer": "Grass Minimum Thermometer", | ||
| "humidity_sensor": "Humidity Sensor", | ||
| "hygrometer": "Hygrometer", |
There was a problem hiding this comment.
seems not listed at https://wiki.openstreetmap.org/wiki/Key:monitoring:weather
have you confirmed that all tags being added are documented at OSM Wiki and there are not controversial in some way?
|
I am really overwhelmed by this PR. Personally I would prefer more and smaller PRs, that would be easier to review and merge. (when there is one problematic thing it blocks entire PR, which happens more easily when adding entire pile of things) |
| "moreFields": [ | ||
| "ref/wmo", |
There was a problem hiding this comment.
| "moreFields": [ | |
| "ref/wmo", | |
| "moreFields": [ | |
| "{man_made/monitoring_station}", | |
| "ref/wmo", |
or is not inheriting ref deliberate?
|
If my proposed changes are dumb (which is possible): just explain why it makes no sense. But at least about type: identifier, I am fairly sure. |
|
@novolife Is this PR abandoned or do you plan on handling comments? |
|
ping @novolife |
|
closing as abandoned, see #2178 |
|
see also #2178 (comment) |







Description, Motivation & Context
man_made=monitoring_station+monitoring:weather=yesWeather stations are very common in the world.
Related issues
Links and data
Relevant OSM Wiki links:
https://wiki.openstreetmap.org/wiki/Key:monitoring:weather
Relevant tag usage stats:
11,051 (monitoring:weather + man_made)
Checklist and Test-Documentation Template
Read on to get your PR merged faster…
Follow these steps to test your PR yourself and make it a lot easier and faster for maintainers to check and approve it.
This is how it works:
After you submit your PR, the system will create a preview and comment on your PR:
Once the preview is ready, use it to test your changes.
Now copy the snippet below into a new comment and fill out the blanks.
Now your PR is ready to be reviewed.