Giter Club home page Giter Club logo

Comments (5)

ar-siddiqui avatar ar-siddiqui commented on September 24, 2024

#74 requests a similar feature.

I don't think analysis algorithms should worry about working with subsets. This should be handled in Data Preparation > Align Rasters as requested by #74. Doing this in analysis algorithms is against the design philosophies initially discussed:

  1. The separation of concerns: The analysis modules should only do its part and the data preparation should happen beforehand.
  2. Data preparation should happen only once. Masking rasters in analysis modules would mean that in every run, the tool would first run the Align Rasters internally.

IMO this should be closed and #74 implemented.

from qnspect.

DaveEslinger avatar DaveEslinger commented on September 24, 2024

This is a very common use case. For example, here is an actual instance: a user wanted to study pollution & erosion over an entire island. They got all needed data sets, aligned them, but found processing as one entire area took too long. They then were able to run the same scenario multiple times, just selecting different watershed polygons. There was a clip, or mask, on-the-fly that was applied and didn't really slow down the processing.

Requiring a completely different set of data to be extracted for each sub-area is not a desired solution. However, with the current work flow, this may be difficult.

from qnspect.

ar-siddiqui avatar ar-siddiqui commented on September 24, 2024

I see. Just for awareness and future reference, this might be possible to do with the first release as well using QGIS batch processing once #74 is implemented.

In fact, it would happen with just a couple of steps vs running the model multiple times. Although it might take some preparation and setup.

from qnspect.

DaveEslinger avatar DaveEslinger commented on September 24, 2024

Excellent, I am hoping it can be done. It would be ideal for batch use. In fact, for a batch setting, it would probably be easiest to have the polygon areas be different layers, instead of different selections of the same layer. I'm not sure how that would work. But having a bunch of saved polygons is much easier to manage than a bunch of saved raster groups.

from qnspect.

ar-siddiqui avatar ar-siddiqui commented on September 24, 2024

I think writing up a few blog posts and example tutorials on different use cases will be one way to show the tool's true prowess in conjunction with QGIS.

from qnspect.

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.