Primary competition visual

SANSA AWS Informal Settlements in South Africa by #ZindiWeekendz

Helping South Africa
$1 000 USD
Completed (almost 6 years ago)
Classification
Earth Observation
182 joined
77 active
Starti
Jun 12, 20
Closei
Jun 14, 20
Reveali
Jun 14, 20
Load data from other tif
Help ยท 13 Jun 2020, 13:10 ยท 6

I am successfully able to load images from 2528C.tif. but now trying to load images from 2528A.tif or some other file.

get this error -> could not broadcast input array from shape (0,200) into shape (200,200).

Discussion 6 answers

I guess the other tiff does not have the train locations(from Train.csv), hence its not working. I ran into the same error, so I am assuming this could be the reason.

13 Jun 2020, 13:22
Upvotes 0

yes, that's right. I also figured out this few moments later after my topic but eager to know the usage of other files.

Thanks :)

User avatar
Rajat_Ranjan
Allstate

True, but has anyone tried loading and using the data from other tif files?

13 Jun 2020, 14:15
Upvotes 0
User avatar
Krishna_Priya

All other tif files have atleast 1 lat long combination missing from the train. So you will encounter this error for all files except this one. Also searching the same lat long of train from other tif file does not make sense as you already have the image of that location. Other tif files are useful when generating images from shape file.

This is what I understand till now. Correct me if I am wrong.

cool....perfect explanation.