OpenStreetMap

baditaflorin's Diary Comments

Diary Comments added by baditaflorin

Post When Comment
A 2021 Update on Paid Editing in OpenStreetMap

Thanks for the analysis Jennings, I think it would be useful to also see how many kilometers of road have paid mappers added, how many buildings were added, etc

It would provide another dimension to compare.

When I was working at Telenav and we were improving parts of the world, we did this and found that in that year we provided 17.7% of all road geometry edits, around 94% of road restrictions, etc. https://twitter.com/apphil/status/898414703344402439

We could work together to create for next year also some stats regarding length and/or count for different mapped features.

My son was just born and I am currently rearranging the house a little, but in one month I will be done and will setup my Postgres DB server so I can load the OSM Planet file (if I will be able to, could not managed to do this in the past), or create a pipeline to load and import parts of the world, and run analysis on each country or continent)

Or even try to see if I can only parse the OSM changesets and extract the data from there.

My christmas gift for the OSM Community - JOSM Keyboard Shortcuts Cheat Sheet 300 DPI

Could you upload the svg template to the wiki? Also, not sure what fonts did I use, and if the SVG is rendered properly

My christmas gift for the OSM Community - JOSM Keyboard Shortcuts Cheat Sheet 300 DPI

Hi GeoMechain, here is the SVG https://www.dropbox.com/s/t53185ehsmzgdtb/JOSM%20Kayboard%20Layourt%20final%20cu%20tot%20cu%20text.svg?dl=0

How can we identify, using OverPass API, just the new roads made by a user ?

WIth Osmium i did not tried, i tried with osm-history-renderer so that i can load the data in postgres, but it failed every single time

Feedback regarding a enhancement to JOSM that will speed adding of a Grid city

Hi, thanks for the hint, i did not used this command :)

Visualizing OSM.org's Map Views

Nice work, and i love the technical part. More tech explanations :D But the same, first the everyday explanation, and then the tech part

PostGIS script to calculate total road length per highway type + lanes info, maxpseed attributes, etc

Hi, i am casting the geometry as geography for accurate results. So this is why i don`t specify the CRS

You can read a better explanation then mine here http://gis.stackexchange.com/a/6683/12422

Osm PostGIS Script Repo – Find duplicated nodes - Romania example

@jochen nice tool, so low level. I will try to test it on a virtual machine, i also like the other tools from your repo

Open road data for map improvement in Flanders, Belgium

There is also a internal tool that is designed for making x*x kilometres grid of a area and running the Cygnus tool on each area, and then outputting just the diff that can be sync in a way with tasking manager (did not tried it yet still)

Open road data for map improvement in Flanders, Belgium

Hi Joost, also Cygnus, the tool that we developed at Telenav can be useful

http://www.openstreetmap.org/user/mvexel/diary/36746

Creating accurate maps

If you will be interested in doing some statistics, i made this repo that can help people use PostGIS and OSM to analyze the data

https://github.com/baditaflorin/osm-postgis-scripts

HOT mapping initiatives over time

wow, this would have been perfect yesterday on our OSMTime presentation. http://www.meetup.com/Cluj-Napoca-OpenStreetMap-Meetup/events/230543502/

MAPS.ME is now an editor

Wow, nice. We will use it for out mapping party that we will have on the 17th of April in Cluj :)

Random OSM World Stats

I was calculating wrong. The lenght is 2.919.220

1st OpenStreetMap Mapping event in University of State of Mexico, Faculty of Geography

Good luck. Keep the posts going about how it`s going. I would really like to read more about what do you do.

Also, if you want to have access to osm data in PostGIS, i did this repository that can help people by simplifying the process of loading a file, adn creating a repository where we can share scripts.

http://www.openstreetmap.org/user/baditaflorin/diary/37758

http://sdkblog.skobbler.com/postgis-advantages-in-processing-osm-data/

OpenStreetMap presence at Open Source Conference Albania 2016

sorry for the last post, wrong account

I would want to host a presentation about the Osm Postgis Script Repo, do you think it would be suited ? http://www.openstreetmap.org/user/baditaflorin/diary/37758

Osm PostGIS Script Repo – Find duplicated nodes - Romania example

@ViriatoLusitano did you try with the script ?

I also did a scope.bat file for windows users, check it out. https://github.com/baditaflorin/osm-postgis-scripts

In PostGIS it should not be a problem

Osm PostGIS Script Repo – Find duplicated nodes - Romania example

Yeah, this would require a powerful server.

For Germany i think it execute the script in 6-8 hours.

Europe maybe 2-3 days

The World it will be done in 5-6 days

New GitHub Repository : osm postgis scripts

@iyan If you fork it and modify the code, i think you should be albe to do this.

scope.sh it`s creating the database and then loading the file via osmosis.

You should be abla to make scope.sh output a file with the database that you had created and the filename of the osm.opbf file that you used and then use osmosis code

http://wiki.openstreetmap.org/wiki/Osmosis/Replication

I also think that you will need to change the scope.sh script to allow replication, i did not test it yet, it would be a great addition

Preannouncement for a new project with a long name

Its still a linux only thing, but at least you dont have to know the osmosis commands, etc

I am guessing that you don`t have linux installed or put in a virtual machine ?