Giter Site home page Giter Site logo

swissgeodata4r / swissvector4r Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 119.84 MB

Experimental R Package, not for public use (yet)

Home Page: https://swissgeodata4r.github.io/swissvector4r/.

R 100.00%
geodata opendata spatial spatial-data spatial-data-analysis swisstopo

swissvector4r's Introduction

What is this about?

I've developed this R-package to provide myself with a fast access to open vector data which I use frequently. I usually use this data to bring context to other data that I need to visualize. Check the reference section to see some metadata.

check the Docs for more Information: https://swissgeodata4r.github.io/swissvector4r/

swissvector4r's People

Contributors

ratnanil avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

swissvector4r's Issues

Reduce Package Size

I had asked @mfherman (from nycgeo) whether he was planning to publish his package on CRAN at some point. And if yes, how he would deal with the package limit of 5MB. Here is his extensive answer:

  1. Hadley says that it is possible to argue for an exception to the 5MB limit for data packages that will not change often. See the CRAN Notes section at the end of this chapter:
    http://r-pkgs.had.co.nz/data.html
  2. Reduce the resolution of the sf files so that they are less than 5MB. (This may not be an option for your rasters.)
  3. Host the files outside of CRAN and require a separate download of the data to use the package. The CRAN version has the R code and documentation, but the spatial files live in a separate package/repository. This is the approach of the USAboundaries package:
    https://lincolnmullen.com/software/usaboundaries/
  4. If the spatial files are available for download via API, use the package to generate API calls for the user to download the files locally. This is the approach of the tigris package for US Census boundaries:
    https://github.com/walkerke/tigris

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.