Closed MazRad closed 2 years ago
Hi, it looks like your population field isn't always defined as a number. I'll fix the plugin to handle the error better.
Got it! Had a sneaky null value in there
Fantastic! Let me know if you have any more issues, an update will be sorted shortly
Hi When I go to create a plan, I get a python error of:
self.totalpop = self.totalpop + int(feature[self.popfield]) TypeError: int() argument must be a string, a bytes-like object or a number, not 'QVariant'
I'm using StatsCan boundary and census data.