jiawlu / OSM2GMNS

GNU General Public License v3.0
89 stars 41 forks source link

Retrieving additional fields from OSM #12

Closed pedrocamargo closed 2 years ago

pedrocamargo commented 2 years ago

For many use cases, it is important to get information on additional tags from OSM. One example is to identify tunnels and bridges.

So, ideally, the API would allow for something like:

og.getNetFromFile("asu.osm.pbf", tags=["bridge", "tunnel"])

jiawlu commented 2 years ago

@pedrocamargo Thanks for your suggestion. We will keep improving our tool

pedrocamargo commented 2 years ago

Hi. I got the notification that this has been completed. Is this the case? Is there documentation on how to use the feature?

jiawlu commented 2 years ago

@pedrocamargo Sorry for the confusion. We do not have such features now, but I have put your suggestion in our development roadmap. I closed the ticket here.

pedrocamargo commented 2 years ago

Oh, my misunderstanding. The usual practice is to keep issues for new features open, as that avoids other people filling the same issue and also allows other people to see that the feature is needed and to make a Pull request to meet that request, but there are different ways of managing things!

Is the development roadmap publicly available?