Coder Social home page Coder Social logo

Mosaic method about ukis-pysat HOT 4 CLOSED

BoehnkeC avatar BoehnkeC commented on August 30, 2024
Mosaic method

from ukis-pysat.

Comments (4)

shiwakotisurendra avatar shiwakotisurendra commented on August 30, 2024 2

i checked and tested the the rio-tiler and rio_tiler.mosaic module can be used to create a mercator tile from multiple observations . For showing the portions of overlap in tile from multiple assets, pixel could be chosen from multiple datasets. rio-tiler.mosaic module provides pixel selection methods which define how to handle different cases for the pixel.
First, Highest, Lowest, Mean, Median,
Stdev: compute the standard deviation value of the whole stack,
LastBandHigh: Use last band (highest) as a decision factor
LastBandLow: Use last band (lowest) as a decision factor

from ukis-pysat.

MWieland avatar MWieland commented on August 30, 2024

Image mosaicing is a very good point and would be highly beneficial for many applications. After a discussion with @BoehnkeC we thought about an idea that would bring this to a higher level and could provide potentially an added value compared to plain rasterio functionality could be to think of this in terms of an ImageCollection. We could implement this as a new class that collects multiple Image instances. Within this class we could implement generic placement and geometry methods and connect this with above mentioned mosaicing method. Beyond a horizontal mosaicing we could also use such a class to stack Image instances vertically to carry out timeseries analysis (or simple bandstacks). Let's further discuss this option here and think about a possible class structure before starting to implement further.

from ukis-pysat.

fwfichtner avatar fwfichtner commented on August 30, 2024

@BoehnkeC would this help you already: https://cogeotiff.github.io/rio-tiler/mosaic/?

More information about COGs and mosaics or about the newest release of rio-tiler.

from ukis-pysat.

fwfichtner avatar fwfichtner commented on August 30, 2024

Agree, this looks nice and should be used before we do anything here.

from ukis-pysat.

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.