Git Product home page Git Product logo

Comments (7)

KonstiDE avatar KonstiDE commented on August 11, 2024 2

Table will be updated here as a new contributor, hi, is on-board trying his best to fix some stuff:

fun ui_raster ui_vector internal_terra internal_sf ui_doc examp return backlog
classifyQA t+r - ✔️ ✔️ t
cloudMask t+r - ✔️ ✔️ t
cloudShadowMask t+r - ✔️ ✔️ t
coregisterImages t+r - ✔️ ✔️ t
estimateHaze t+r - ✔️ ✔️ -
fCover t+r - ✔️ ✔️ t
ggR t+r - ✔️ - -
ggRGB t+r - ✔️ - -
histMatch t+r - ✔️ ✔️ t
mesma t+r - ✔️ ✔️ t
normImage t+r - ✔️ - t
oneHotEncode t+r - ✔️ - t
panSharpen t+r - ✔️ ✔️ t
pifMatch t+r - ✔️ ✔️ t
radCor t+r - ✔️ ✔️ t
rasterCVA t+r - ✔️ ✔️ t
rasterEntropy t+r - ✔️ ✔️ t
rasterPCA t+r - ✔️ ✔️ t
readRSTBX t+r - ✔️ ✔️ t+superclass
rescaleImage t+r - ✔️ - t
sam t+r - ✔️ - t
saveRSTBX t+r - ✔️ - t
spectralIndices t+r - ✔️ - t
stackMeta t+r - ✔️ - r/t
superClass t+r sf ✔️ ✔️ t+ sf
tasseledCap t+r - ✔️ - t
topCor t+r - ✔️ - t
unsuperClass t+r - ✔️ - t
validateMap t+r sp+sf ✔️ ✔️ -

from rstoolbox.

bleutner avatar bleutner commented on August 11, 2024 1

Hi Konstantin, great to have you on board! Stoked to see the project be revived. Cheers, Benni

from rstoolbox.

bleutner avatar bleutner commented on August 11, 2024

Test and Example Datasets Transition

Example datasets should be replaced with terra/sf versions.
Test datasets should be retained but complemented with terra/sf versions.

dataset type class
data(lsat) ex RasterBrick
data(srtm) ex RasterLayer
data(rlogo) ex RasterBrick
trainingPoints.rds ex SpatialPointsDF
trainingPolygons.rds ex SpatialPolygonsDF

from rstoolbox.

bleutner avatar bleutner commented on August 11, 2024

Design desicions:

  • if input is raster::Raster*, should raster::Raster* or terra::SpatRaster be returned?
  • if input is sp::Spatial*, should sp::Spatial* or sf::st_sf* be returned?

from rstoolbox.

aloboa avatar aloboa commented on August 11, 2024

Note:

> ggplot(data=wave, aes(x, y)) + 
+     ggRGB(rlogo, ext=terra::ext(rlogo),ggLayer = TRUE) + 
+     geom_polygon(alpha=0.2) +
+     coord_equal(ylim=c(0,75))
Error in .local(x, y, ...) : Cannot get an Extent object from argument y

> ggplot(data=wave, aes(x, y)) + 
+     ggRGB(rlogo, ext=raster::extent(rlogo),ggLayer = TRUE) + 
+     geom_polygon(alpha=0.2) +
+     coord_equal(ylim=c(0,75))

works.

from rstoolbox.

KonstiDE avatar KonstiDE commented on August 11, 2024

Test and Example Datasets Transition

Example datasets should be replaced with terra/sf versions. Test datasets should be retained but complemented with terra/sf versions.

dataset type class
data(lsat) ex RasterBrick
data(srtm) ex RasterLayer
data(rlogo) ex RasterBrick
trainingPoints.rds ex SpatialPointsDF
trainingPolygons.rds ex SpatialPolygonsDF

Default data was replaced with terra SpatRaster .rds files. They are now called with just typing lsat instead of data(lsat). Also training points and polygons are now save not as sp::Spatial* anymore, but just as a table.

from rstoolbox.

KonstiDE avatar KonstiDE commented on August 11, 2024

switched to terra in mr #98

from rstoolbox.

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.