I worked on Norse and Orchard in Golden Colorado. The area could use some mapping love.
Info from:
I worked on Norse and Orchard in Golden Colorado. The area could use some mapping love.
Info from:
I am going to make some improvements to the Walla Walla Washington area over the next week. I’ve just found the Rapid editor uses the Microsoft Building Footprint data to suggest features. That’s excellent. Speeds things up significantly.
I worked on Lloy street today in Portage MI. It could use some mapping love. Streets are there but not much else.
Porage GIS: https://mi-portage.civicplus.com/177/GIS-City-Maps
Today while looking at the hand drawn parcel maps that the county provides I learned the creek that runs through my neighborhood has changed it’s name. On the maps it’s called Sulphur Spring Creek. On all the other maps I’ve seen, road signs, and from what we locals call it, it’s just Sulphur Creek. There’s even a nature center / animal rescue that is named for the creek. They don’t use the spring in their name either.
OK… after getting the comment re sulfurous springs, I did some digging. I haven’t found any historic proof of the claim in this article from last year, but …
“Nestled in the Hayward hills, the Sulphur Creek Nature Center is home to dozens of birds, amphibians, reptiles and mammals, including a coyote and a fox. The site straddles a small section of Sulphur Creek, named after the sulphur water bubbling up from nearby springs. In 1970, H.A.R.D. acquired the property, then a wellness retreat, and transformed it into the animal sanctuary it is today.”
The “spring” part of the creek is shown to be at the current location of the nature center. The other creeks that feed into it have been conflated into all being “Sulphur Creek” I suppose.
https://tricityvoice.com/sulphur-creek-nature-center-completes-renovation/
在中国大陆,OSM 要素的缺失是众所周知的事实。然而,具体的缺失程度如何?哪些要素相对完善、哪些要素更加稀少?“一片空白”的区域又主要分布在哪里?当前,社区对此的认识大多是定性的,少有具体的数据支撑。自己动手,丰衣足食。为此,本文旨在尝试构建一种定量化的评价指标,用于界定某个地区的“空白”程度,比较不同类型要素的缺失程度,此即该地区 OSM 要素的完备性。
然而,何为“完备”实际上是非常主观的判断,对于相同的地理区域,不同需求的数据使用者可能会有不同的判断。例如,一个城市的路网和公共交通被绘制得十分详尽,或是植被和用地类型被划分得尤其清晰,就足够“完备”了么?对 POI 有兴趣的数据使用者可能不会这么觉得。然而,调查的进行仍是需要一个标准,哪怕是比较粗略的标准。
思考过后,本文决定将“完备”的定义对象设定在中国大陆具有一定工商业活动和人口聚集规模的最小行政单位——乡、镇和街道等——所应当存在的设施,如道路、学校、医院、建筑等,设定由行政节点和边界、道路交通、公共和商业设施、建筑和土地利用四个维度构成的 OSM 基础要素“完备度”评价指标。这些基础要素既与当地居民的日常生活息息相关,亦与不同绘图者的兴趣有所重合,希望能给各位社区同好寻找补充目标提供小小帮助。
此项工作由个人一时兴起完成,思虑不周之处,还请各位海涵。本文展示的是此项工作的先期结果,涵盖中国大陆 31 个省、市、自治区中的 9 个。后续工作倘若顺利预计会在农历新年前后完成。待全部工作完成以后,本文使用的脚本、示例及数据将会以 GPL-3.0 协议共享于 GitHub,有相关兴趣的读者可以自行取用。报告本身欢迎以 CC BY 4.0 协议转载 。如有不当之处,敬请通过评论和私信指出,我会尽量及时更正。
2026/01/25 更新:
本文的续篇2025 年中国大陆乡镇 OSM 要素完备度分析报告(二)已经发布,本篇中展示的结果已和全国结果同步更新
根据评论区和其他群组中的讨论,更新后的结果采纳了部分意见,主要修订了判定行政节点相关的结果,具体参见本篇的章节 2.1
本文统计时使用的脚本统计脚本和统计数据已开源于 GitHub,感兴趣的读者可以自行取用,并以 GPL-3.0 协议进行二次开发
2026/02/13 更新:
本文的统计结果有了相应的可视化网站,各位可以在此更直观地了解兴趣地区的完备度得分,在此感谢项目发起者 @ztzthu
在修复了原统计脚本中的部分 bug (如将学校节点统计成派出所等),并补充了部分未匹配到的乡镇节点的坐标之后,本文修订了相关的统计结果;修订后的统计结果的时效性仍是 2025 年末,与修订前的统计得分相比可能有个位数的差别,平均分略有升高,但满分乡镇的数量略有降低
本文的统计对象限于中国大陆各乡级行政区划的行政中心周边区域,而非整个乡级行政区划的下辖范围,其原因是:
具体地,考虑中国大陆普通乡镇的规模,本文将周边区域限定在行政中心所在节点的 1 km 和 3 km 之内,前者用于搜寻人口密集区所需要的建筑、居民道路、医院、学校和商店等设施,后者则用于搜寻可能离行政中心更远的政府机关、大型道路和各种用地类型等。对于行政中心所在坐标,根据 中国大陆地区行政区划标注指北 的建议,其在 OSM 应以 place=suburb 或 place=town 标注,因此本文的想法是通过 overpass 接口进行匹配。然而,由于存在 place 节点未被标记,或 name 标签中名称不清晰的情况,完全依赖 OSM 获取乡镇列表及其坐标显然是不合适的。为此,本文将 GitHub 上存档的 2024 年中国全国 5 级行政区划 列表作为参考,使用 overpass 接口尝试匹配 OSM 数据库中相应的节点并从中获取行政中心的位置信息。对于未能匹配到相应节点的乡镇,则由其他地理信息平台(如高德 API)补充其行政中心的位置信息。
The Belgian OSM community is importing buildings from governmental data into OSM for some years now. In December I was supposed to present a analysis about this process regarding the import of buildings data from the PICC, the source of data for the Walloon region.
Unfortunately I got sick and I could not present. Anyway, here are some key numbers about this process not only for Wallonia but for Belgium.
In Belgium, there are 3 different sources of government data for buildings, each one for the 3 regions of Belgium: Flanders, Wallonia, Brussels. All these sources are integrated in what we call the “building import tool”: the web application buildings.osm.be. People who want to use this tool are encouraged to learn about the import process and to conflate (merge) with existing buildings. In many places indeed, there are already buildings in OSM and integration of every single imported building with existing ones is the preferred way, rather than “delete and replace”. We also ask to not blindly trust official data and to always look if current data in OSM does not bring interesting added value in terms of accuracy and/or local knowledge. After all, it is one of the key force of OpenStreetMap.
Having imported thousands of buildings myself in the past 3 years using this tool, I found some weird situations in the government data: oddities in house numbering, strange shapes of buildings compared to aerial imagery, etc. Honestly, these are very rare situations, but still it might be interesting to report it to the administration. What is more frequent are update of buildings compared to official data: during the import, by comparing with the aerial imagery or local knowledge, one can find some new buildings, or demolished ones, or some changes in the building outline.
For other opinions, see this thread: https://community.openstreetmap.org/t/feedback-about-the-buildings-import-process-for-the-picc/138241
In regards that the tool https://wiki.openstreetmap.orgdata.link works best with smaller administerey areas I will break it down on the municipality level(Kommun in Swedish) we have 290 in Sweden.
To be served a table which have the following data:
| municipality(kommun) | Amount of linked lakes | Total amount of lakes | Precentage |
|---|---|---|---|
| Total amount of municipality(kommun) | Total amount of linked lakes | Total amount of lakes | Total Precentage |
Kategori:Insjöar i Sverige efter kommun
I will then query each municipality(kommun) using Sophox in the SPARQL language on each municipality(kommun) (by name). I will then get a list of QID of all the wikidata lakes that I then can use to ask Sophox if any element has that wikidata QID. If anyone has that
They are inported some time the last 10 years from the national database of lakes and bodies of water called VISS Bots created the articles on Swedish wikipedia from this database and this is the reason we now can link the data from OSM to the wikipedia articles through the wikidata QID on the water=lake polygons(enclosed ways/areas and multipolygons).
Hi! I’m @likeToTravel, and I suck at writing, so I’m gonna go straight to the point:
?c= in the link. Or, just go to…turn, especially turn:lanes=*& turn:lanes:*=*.To my hikers, OSM Destination Signs.
Sono entrato da poco nel magico mondo di open street map, e sto cercando di mappare il mio quartiere in maniera più precisa possibile di capirne sempre di più, ma non posso fare altro che chiedermi sono solo a mappare nella mia città? esistono mappatori di Palermo con i quali è possibile scambiare opinioni e consigli ?
I´m trying to start a project to learn SPARQL to be able to get on how many of the 63 00 lakes which are in swedish wikipedia/wikidata has their wikidata tag on the OSM element. If the OSM element contains the wikidata tag we can show the proper zoomed polygon in the template sidebar on the articles in all their glory, instead of just a coordinate from wikidata. Mall:Insjöfakta Sverige is the template which makes this possible, please share it for other purposes to use the maplinked feature on other WMF Wikipedias than sv.wikipedia.org!
https://en.wikipedia.org/wiki/Wikipedia:Why_mapframe_maps%3F
Honestly, I have been reading everybody’s diary entries and diving in and looking at all the different areas and detail and I forgot how I even got here! NO idea but I am very intrigued I do not know how much I will have to contribute but I’m determined to figure this all out! I’m fresh meat here amd have never heard of openstreetmap until I landed in the middle of Nigeria very far from home…safe travels and Merry Christmas from Michigan 🇺🇸💋
Love and Light Aphrodite888
I was doing some Unmapped Small Town USA work this evening, and realized that I had tagged a bunch of probable grain silos in other areas as buildings, specifically in Arbela, MO, and Granger, MO, so I’ve gone back in and corrected those to more accurately reflect their purpose. Apologies to Arbela and Granger!
Otherwise, Dover, KY showed up on Unmapped Small Town USA. There’s some great progress already, but still more to do, so I’m taking advantage of some holiday downtime to fill in more buildings.
Otherwise, I hope you have a lovely Christmas Eve, if that is your custom, and a lovely Christmas Day, if that is your custom. If not, I hope you have a very Merry Thursday. :)
Suite à la découverte du projet “Surveillance under Surveillance” grâce à @apitux, je cartographie les systèmes de videoprotection et de videosurveillance dans le Haut-Mâconnais.
Pour voir le résultat (impressionnant) : suivre de lien.
It is both weird and cool to see the map of my community change in apps I use regularly. Before I started actively updating things in OSM I didn’t recognize all the places OSM is used.
Last November, I [Re]Introduced Ultra v3 which introduced a bunch of new features. Today, I’m happy to share what’s changed in Ultra over the past year.
Since my last update, I’ve implemented the following features in Ultra:
In January of 2025, Ultra updated to the freshly released MapLibre v5, introducing globe support!
View Example
Since then, further MapLibre changes have enabled a host of new styling features including:
color-relief styling from raster DEM sourcesline-dasharray supportI’ve added two sprite-related features to facilitate map styling:
As a principle, I’ve always tried to use open-source software over proprietary software for any of my digital needs. I’ve personally found open source to be both more accurate and more sensible to use than proprietary alternatives.
One of the very few aspects of my life that had still not adopted open source was maps. I always used both Waze and Google Maps for everything. But whenever I looked at the maps, it felt like something was missing. I looked around, checked the environment, and realized how much of my surroundings simply wasn’t reflected on the screen.
I wanted to fix it, but… Google Maps doesn’t allow you to just add things. And while Waze does have an editor, it’s extremely locked down for the average user. So, I looked up online alternatives.
I discovered OpenStreetMap two months ago, and I found myself in awe of the sheer amount of detail… Far more than Google Maps or Waze could offer. It just so happened that I was on a trip to Barcelona, and I was using CoMaps to navigate. Using CoMaps proved extremely reliable, especially for public transportation. I never missed a metro, I found all my destinations quickly, and it was very easy to get around.
Still riding the Barcelona high, I opened CoMaps back at home and was fairly shocked to see that my neighborhood didn’t exist at all… Where the heck is it?!
So, I got on my computer, logged into OpenStreetMap for the first time, and started using the iD editor. In just a few hours, the rough outline of my neighborhood was there.
Soon enough, I found myself mapping for hours. Even during lectures, I’d have an OSM tab open for casual mapping. Then it escalated. I started bringing my laptop everywhere I traveled to map things on the go. I began using StreetComplete to add missing metadata. I took pictures and videos. Then I started recording GPS traces. And now I’m even considering setting up a full LiDAR mapping mount for my car…
OSMWrapped is a fun tool that visualizes your personal OpenStreetMap (OSM) mapping statistics — including edits made, countries mapped, and active mapping days.
Today I’m celebrating one full year of mapping every single day! 🎉🥳
Grateful for the OSM community and the joy of contributing, one edit at a time.
Cheers!
93/93
So, as it turns out, Mapmas is best-effort. ;)
I came down with something Thursday night, and I’m just now starting to feel sufficiently decent. I housed 3/8 of a pizza last night, which means my appetite is back. I mostly took it easy, but I did have a little energy to start tracing out a lot of Mechanicsburg, Virginia, United States, which was posted a few days ago on the Unmapped Small Town USA Mastodon account.
Appalachia is beautiful: rolling mountains, verdant woods, small houses and farms dotting the countryside. I’ve had the privilege of traveling through Virginia and West Virginia in the past, and it’s even more gorgeous in person. Lush tree coverage, though, does make it a little challenging to trace buildings when imagery is from spring/summer, so that was tough at times. I’ve noticed the houses in the region are also more likely to have tight corners, or a roof line that turns and then juts out a half meter or so, which can look like slight distortion on imagery, but is actually part of the geometry. I took some liberties, but I did my best!
I also struggled with finding independent sources for things like street names. It looks like Virginia state highways use the same numbers across the state, but are disjoint, and correspond to different local roads in different areas. So State Route 653 in Bland County, for example, is Osborne Drive in Mechanicsburg. This particular fact shows up in a VDOT report from 2017, I think (I’d need to source it again), which I believe is okay to use? I’m not entirely sure, though, so I left it for now. Copyright law is obnoxious.
Anyway, it’s nice to be able to sit and map from home when you can’t go outside. It was fun to spend some time in Mechanicsburg and get to know the area a bit.
Onward and mapward!