You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still getting this error sometime although search term works fine in browser: invalid literal for int() with base 10: ' ' ***Hardiness zone fixed this issue. I think it was zones >= 10 throwing error. ***Using float() instead of int() also.
Height is returning the string 'to' sometimes. I noticed it in Onion and Rosemary.
In Habitat (maybe others), remove pfaf references in square brackets [] Example: 'Rich fertile woods and hillsides[43, 82] in deep well-drained soils[229].' (Although maybe this is necessary for liscensing?
Clean up output in general: Sometimes strings like "perennial" are returned in all caps. Make things consistent.
Use regex to grab hardiness zones. Current [-1] indexing doesn't work when zones >= 10
Add pollinators to scraper
When scraping varieties like Acer saccharum var nigra, the search string should be 'Acer+saccharum+nigra', without 'var'
if you plan on fixing them some day then yes, I'd create an issue as a reminder, and link the issue to the existing milestone that would need that issue to be fixed.
plus it's quite satisfactory to close an issue down the road, hitting the "done" button.
if you feel like that issue is quite easy to solve you can add the label "good first issue", just in case somebody else finds the project and gets interested to contribute.
Still getting this error sometime although search term works fine in browser: invalid literal for int() with base 10: ' ' ***Hardiness zone fixed this issue. I think it was zones >= 10 throwing error. ***Using float() instead of int() also.
Height is returning the string 'to' sometimes. I noticed it in Onion and Rosemary.
In Habitat (maybe others), remove pfaf references in square brackets [] Example: 'Rich fertile woods and hillsides[43, 82] in deep well-drained soils[229].' (Although maybe this is necessary for liscensing?
Clean up output in general: Sometimes strings like "perennial" are returned in all caps. Make things consistent.
Use regex to grab hardiness zones. Current [-1] indexing doesn't work when zones >= 10
Add pollinators to scraper
When scraping varieties like Acer saccharum var nigra, the search string should be 'Acer+saccharum+nigra', without 'var'
plant_type has bugs that need to be fixed #32
The text was updated successfully, but these errors were encountered: