eradicate-dev / poaShiny

development of Shiny front-end for PoA
GNU General Public License v3.0
0 stars 0 forks source link

Uploaded shapefiles can be missing fields without warning #9

Closed sihoward closed 6 months ago

sihoward commented 10 months ago

Add logic to check compatibility of uploaded files immediately after upload. Shapefiles can be missing fields that doesn't get picked up until the model runs and fails without warning

sihoward commented 6 months ago

Added the functionality, but users could still try and run the jobs with a dodgy shapefile. Updated the app to check for multiple zones and required fields. Block multiple zone option if shapefile is a single polygon or if it has > 1 polygon and is missing the required fields.