User:IanVG
IanVG | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
This user submits data to OpenStreetMap under the name IanVG. |
Hello all! By day, mechanical engineer, by night OSM mapper. I’m an avid mapper to OSM, but I really like the premise of adding open-source information to benefit ends and goals beyond me, but especially those that enhance pedestrian and non-car mobility and quality of life. As one user said, a mapper of OSM is like one tendril of a “benevolent fungus, but for maps.”
I have organized several very small scale mapathon/walking mapathons (during the Covid-19 pandemic!) so you can ask questions about that if you like. My interests are in water management and alternative forms of water supply, for example as in rainwater harvesting.
As a resident of Athens, GA, I am interested in improving the quality and quantity of data on OSM in my area. I completed an import of address data from the ACC Open Data portal page for Athens-Clarke County.
https://mapwith.ai/rapid-sotm-2022
List of my Subpages:
List of External Services and Applications I like:
- [Time Map]
- [OSM in Realtime]
- [Open Indoor Mapping Application]
- [Mapillary to KartaView Syncronization]
- OSM Indoor Mapping Application
- OSM Then and Now
- https://beforeafter.baato.io/
- Open Sidewalks Project
- People for Bikes Walkability
- Overpass Turbo
Useful Wiki Links
To-Do List
Contact Georgia Bikes to get info on which bike routes are designated.
Highway Crossing Signalization Proposal
Proposal:Highway crossing cleanup
Useful OSM Layers
https://heatmap-external-{switch:a,b,c}.strava.com/tiles-auth/all/bluered/{zoom}/{x}/{y}.png?Key-Pair-Id=MYVALUE&Policy=MYVALUE&Signature=MYVALUE
- for Strava heatmap imagery or just use the extension for getting the strava heatmap
0.27, 0.16 for bing offset
Applications of OSM
Import Related Pages and Websites
Address Data Import for Athens-Clarke County
Address Data Import for Oconee County, GA, USA
Instructional Page from ESRI on using ArcGIS online datasets with RapiD and MapwithAI
2018 ACC Ortho Satellite Imagery
Imagery Related Pages and Websites
The GitHub pages for navigating and adding layers to the the iD editor are here:
The wiki related pages for importing stuff are here:
Useful ESRI Post on RapiD and Adding Data to It:
Response to Large Edit
Hi [enter username], thank you for contributing to OpenStreetMap; we are really happy to see you're improving the map! I am reaching out to you to also let you know that you submitted a changeset that covers a very large area. [Specify the area]. Please try to upload your changes only in a small area. nd if you want to modify 2 different regions, publish them separately. It makes it easier for inhabitants to check your modifications.
Thank you!
Hello,
Thanks for your contributions! Please, try to upload your changes only in a small area. And if you want to modify 2 different regions, publish them separately. It makes it easier for inhabitants to check your modifications.
Thank you :)
Response to New Mapper
Hello! I noticed you made a few changes around [insert area]! Thanks for the contributions! I’m an active mapper in the Athens area, but I like to reach out to fellow mappers close by in Georgia to let them know that other people are doing this too. If you ever have any questions, please feel free to ask me, and in addition if you are interested there is a slack Georgia OSM group that you are welcome to join. #local-georgia I’m not 100% sure how to add a member, but let me know if that link works. Thanks and happy mapping!
Hello [insert username]! Thanks for contributing to OpenStreetMap! I’m an active mapper in the Georgia area, but I like to reach out to fellow mappers in the U.S. to let them know that there is large and growing community of people who make OpenStreetMap come to life. The OpenStreetMap wiki (wiki.openstreetmap.org) has a ton of great information on how and what you can map. Thanks and happy mapping!
Mapathons at UGA
UGA OSM Micro-Mapathon 1/28/2021
My Resources
Link to the Access Restrictions for Mapping in the United States.
Link to ACC Greenway Map Arcgis.
Link to ACC Greenway Info.
Water_works= Storage Proposal
User:IanVG/Proposed_features/water_works=storage
Fun Things
https://resultmaps.neis-one.org/osm-change-tiles#14/33.9593/-83.3857
https://yosmhm.neis-one.org/?IanVG
https://ohsome.org/apps/dashboard/
Quote I like
"Human hands are a motion source, not a pump technology that's why it needs two keys Fanfouer "
[out:csv(::type,::id,"building","name","addr:housenumber","addr:unit","addr:flats",::count,<span> </span>::"count:nodes",<span> </span>::"count:ways",<span> </span>::"count:relations")][timeout:25]; (
{{geocodeArea:"Athens-Clarke County"}}->.searchArea;
(node["addr:unit"](area.searchArea);
node["addr:flats"](area.searchArea);)->.allAptAddrNode;
.allAptAddrNode is_in ->.someAptBuilding;
way.someAptBuilding["addr:housenumber"]->.someAptAddrBuilding;
(way.someAptBuilding["addr:housenumber"];
>;
)->.nodesonway;
node.nodesonway->.nodesonway2;
node(area.someAptAddrBuilding)["addr:housenumber"]->.allAptInAddr;
node["addr:housenumber"](area.searchArea)->.allAddrNode;
way["addr:housenumber"](area.searchArea)->.allAddrBuilding;
.allAddrNode is_in ->.someBuilding;
way.someBuilding["addr:housenumber"]->.someAddrBuilding;
//way["addr:housenumber"](.somebuilding);
//way(pivot.someBuilding);
(.allAptAddrNode;
.allAddrNode;)->.allNodes;
(.allNodes;
-
.nodesonway2;)->.allNodes1;
(.allAddrBuilding;
-
.someAptAddrBuilding;)->.Output1;
(.Output1;
-
.someAddrBuilding;)->.Output2;
(.allNodes1;
.Output2;)->.Output3;
);
.Output3 out count; .Output3 out tags;