Primary competition visual

CGIAR Crop Yield Prediction Challenge

Helping Kenya
$3 000 USD
Challenge completed almost 5 years ago
Prediction
Earth Observation
877 joined
195 active
Starti
Oct 21, 20
Closei
Feb 07, 21
Reveali
Feb 07, 21
User avatar
University of uyo
Visualization
Data · 9 Dec 2020, 12:14 · 4

Dear Zindi Team,

I am new to machine, what does the .shape mean when it is 360, 41, 41

Discussion 4 answers

Hi I am not from the Zindi team but hope I can help. For this challenge, it means your array has 360 bands (30 bands for 12 months). Each of thes bands has 41x41 pixels.

9 Dec 2020, 12:36
Upvotes 0
User avatar
University of uyo

@lgorman, does this mean that the image is of 41x41 pixels with 360 dimensions?

Hi @AidyOsu. So if you had a "regular image" of 3 dimensions (red,green,blue) your shape could be (3,41,41). In this case you have the 30 bands (from sentinel and CLIM), each for 12 months, meaning your shape is (360,41,41). These are all 2D images (2 dimensions in the spatial sense), with each band measuring a different variable (e.g. NIR, Red, Blue). You can think of each band as a dimension if it helps though. I hope that helps!

User avatar
University of uyo

Hi @lgorman really appreciate. thanks