GithubHelp home page GithubHelp logo

Comments (2)

HTenkanen avatar HTenkanen commented on September 1, 2024

Hi @srenoes! Thanks for your message.

What do you mean by "all data" here exactly? Could you explain a bit more what kind of data you want to parse from OSM and for what purpose? Constructing a "full gdf" with everything from a given OSM is not something I have heard people to be needing before, so would like to understand what kind of use case this is.

If you want to dive deeper into the OSM data before any filtering is conducted (i.e. having all the data in original format), the nodes, ways and relations can be accessed via attributes:

  • osm._nodes
  • osm._way_records
  • osm._relations

Note that if you use those, you need to filter/construct the data yourself. All the nodes from the OSM can also be extracted directly as a GeoDataFrame via osm._nodes_gdf.

from pyrosm.

HTenkanen avatar HTenkanen commented on September 1, 2024

@srenoes Closing this issue now. I don't have plans to support regular expressions at the moment, but happy to consider r5 a PR for such feature if you would be interested to take a look at implementing such.

from pyrosm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.