Giter Site home page Giter Site logo

quickmapr's People

Contributors

geogugal avatar jhollist avatar jqortiz avatar katrinleinweber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

quickmapr's Issues

rasters with colormaps do not plot correctly on zoom

Appears to be a problem with the colormaps and the values currently plotted. Also, plot sill seems to be taking a long time on tighter zooms. Can test this with the VT lulc from VCGIS.

Ideas:

  • re-calc color map for curretnly displayed values
  • mask gets color maps right so could mask raster data and plot that instead. Need to check timing on this.

Vignette

Finish up a vignette for push to CRAN

Speed up basemap

Currently have it working with jpeg, but with high res download and interactiviity is slow. Low res sucks on zoom.

Need to try to implement the download on zoom again. Res will increase as extent decreases.

See #4

basemap

Currently basemap is an option on qmap() and new basemaps get downloaded on zoom. This has the benefit of better resolution when you zoom, but is SLOW.

Try having separate workflow for getting a single image with get_basemap, then alter plot to deal with multiple bands. Maybe keep basemap option on qmap but use single image only.

Please remove dependencies on **rgdal**, **rgeos**, and/or **maptools**

This package depends on (depends, imports or suggests) raster and one or more of the retiring packages rgdal, rgeos or maptools (https://r-spatial.org/r/2022/04/12/evolution.html, https://r-spatial.org/r/2022/12/14/evolution2.html). Since raster 3.6.3, all use of external FOSS library functionality has been transferred to terra, making the retiring packages very likely redundant. It would help greatly if you could remove dependencies on the retiring packages as soon as possible.

review coverage on tests

testing is only at ~65%. Figure out what needs to be added.

Add tests for select and measure (when those functions are complete).

Raster Draw Order

Need to check for raster and figure out a way to draw these. One raster = draw raster first. Multiple may just have to return a warning.

a few thoughts...

had a look over, just a few quick thoughts

  • i'm pretty sure you don't need @method in your function definitions like print.qmap
  • minor point but maybe link to functions within your docs, like \code{\link{qmap}} instead of \code{qmap}

Zooming and panning slow with modestly sized sp objects

Zooming with zoom seems to have some performance issues, especially with polys.

Initial draw is fast enough, perhaps try to rework zoom to just be a fresh draw based on a new extent. would require creating a quickmapr object and then passing that object plus a new extent for each invocation of zi

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.