Code Monkey home page Code Monkey logo

Comments (2)

rafaspadilha avatar rafaspadilha commented on May 18, 2024

Hi, @saqibzia-dev. Thank you for identifying this issue.

We have recently made a few changes in the names of sinks throughout SpaceEye workflows and forgot to update the custom-workflow yaml files in the crop segmentation examples. This will be fixed in the next release.

In the meantime, you can run the visualization notebook by changing the content of notebooks/crop_segmentation/wf_viz_crop_seg.yaml to:

name: visualize_crop_segmentation
sources:
  user_input:
    - s2.user_input
    - spaceeye.user_input
    - cdl.user_input
sinks:
  s2_rasters: s2.raster ### NEW SINK FOR VISUALIZATION
  s2_masks: s2.mask ### NEW SINK FOR VISUALIZATION
  se_rasters: spaceeye.raster ### NEW SINK FOR VISUALIZATION
  ndvi: ndvi.index_raster
  cdl: cdl.raster
parameters:
  pc_key:
tasks:
  s2: ### NEW TASK FOR VISUALIZATION
    workflow: data_ingestion/sentinel2/preprocess_s2_improved_masks
  spaceeye:
    workflow: data_ingestion/spaceeye/spaceeye_interpolation
    parameters:
      pc_key: "@from(pc_key)"
  ndvi:
    workflow: data_processing/index/index
    parameters:
      index: ndvi
  cdl:
    workflow: data_ingestion/cdl/download_cdl
edges:
  - origin: spaceeye.raster
    destination:
      - ndvi.raster

The only change from the previous version of the yaml is altering spaceeye.split.rasters to spaceeye.rasters

from farmvibes-ai.

rafaspadilha avatar rafaspadilha commented on May 18, 2024

Marking this as closed by the fix in PR #44.
Let us know if you still find any issues while running.

from farmvibes-ai.

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.