osmextract | Download import OpenStreetMap data from Geofabrik | Map library

 by   ropensci R Version: v0.4.1 License: GPL-3.0

kandi X-RAY | osmextract Summary

kandi X-RAY | osmextract Summary

osmextract is a R library typically used in Geo, Map applications. osmextract has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

The goal of osmextract is to make it easier for people to access OpenStreetMap (OSM) data for reproducible research. OSM data is the premier source of freely available, community created geographic data worldwide. We aim to enable you to extract it for data-driven work in the public interest. osmextract matches, downloads, converts and imports bulk OSM data hosted by providers such as Geofabrik GmbH and bbbike. For information on alternative providers and how to add them see the providers vignette.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              osmextract has a low active ecosystem.
              It has 147 star(s) with 10 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 26 open issues and 148 have been closed. On average issues are closed in 152 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of osmextract is v0.4.1

            kandi-Quality Quality

              osmextract has 0 bugs and 0 code smells.

            kandi-Security Security

              osmextract has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              osmextract code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              osmextract is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              osmextract releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of osmextract
            Get all kandi verified functions for this library.

            osmextract Key Features

            No Key Features are available at this moment for osmextract.

            osmextract Examples and Code Snippets

            No Code Snippets are available at this moment for osmextract.

            Community Discussions

            Trending Discussions on osmextract

            QUESTION

            R osmdata: get other_tags as columns
            Asked 2021-Jun-04 at 22:17

            I would like to use osmdata and get the other_tags as explicit columns.

            Example code:

            ...

            ANSWER

            Answered 2021-Jun-04 at 22:17

            We can use tidyverse methods to split and reshape the 'other_tags' column into two columns - select the column of interest, with separate_rows expand the data by splitting at the ,, use separate to create two columns 'key', 'value' from the 'other_tags', by splitting at the => and finally remove the double quotes with str_remove_all in those columns

            Source https://stackoverflow.com/questions/67844267

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install osmextract

            You can install the released version of osmextract from CRAN with:.
            The default behaviour of oe_get() is to save all the files in a temporary directory, which is erased every time you restart your R session. If you want to set a directory that will persist, you can add OSMEXT_DOWNLOAD_DIRECTORY=/path/for/osm/data in your .Renviron file, e.g. with:. We strongly advise you setting a persistent directory since working with .pbf files is an expensive operation, that is skipped by oe_*() functions if they detect that the input .pbf file was already downloaded.

            Support

            We very much look forward to comments, questions and contributions. If you have any question or if you want to suggest a new approach, feel free to create a new discussion in the github repository. If you found a bug, or if you want to add a new OSM extracts provider, create a new issue in the issue tracker or a new pull request. We always try to build the most intuitive user interface and write the most informative error messages, but if you think that something is not clear and could have been explained better, please let us know.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link