Chessel
(Chessel)
3
Hi, no. I’m after the basic OSM coastline data in XML format. So I’ve downloaded all UK area coastline data before using a query something like:
area[“ISO3166-1”=“GB”];
(
way"natural"=“coastline”;
node(w);
);
out;
I’ve then done my own postprocessing to get this into a SQLite database in the format I want. I now want to extend this to the entire world. What would be the right way to download such a large data set?
I’m blind and typically most GUI tools aren’t accessible with a screen reader so I’m unable to import Shapefiles. And currently I also want to do my own processing to get the data into my SQLite database.
Best, Chris