pszufe / OpenStreetMapX.jl

OpenStreetMap (*.osm) support for Julia 1.0 and up
MIT License
118 stars 24 forks source link

Documentation task #71

Closed sgiglio11 closed 12 months ago

sgiglio11 commented 1 year ago

Documentation added for several methods, send me and e-mail for any correction (if any).

sgiglio11 commented 1 year ago

Dear Przemek,

I have done the edits, but before proceeding with the new pull request, I would like to better understand the function that needs to be added where precisely it should be placed (in which file) and above all what to do with this function afterwards. If you can answer me that would be perfect so that I can proceed with this last modification in order to do the pull request by the weekend.

Thank you for your availability Best regards.

Simone

Il giorno gio 6 lug 2023 alle ore 14:32 Przemysław Szufel < @.***> ha scritto:

@.**** requested changes on this pull request.

So maybe let's try to do the outstanding edits and see what we get :)

— Reply to this email directly, view it on GitHub https://github.com/pszufe/OpenStreetMapX.jl/pull/71#pullrequestreview-1516440507, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMOOOYJIVUWFJS73YWH2JLXO2V7DANCNFSM6AAAAAAZ66VWNQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Giglio Simone

pszufe commented 1 year ago

Dear Simone, let's do it in parseMap.jl

This function produces a map (a MapData object). This object has many fields try ?MapData for documentation). In particular there are nodes they contain sample geographic coordinates and could be used in some conversion examples (like converting ENU to LLA etc). ENU coordinates are also good for simple plots (eg. using PyPlot). If you have any follow-up question do not hestitate to ask P.