Pest GeoSpatial Analytics
Crop:
--Select Crop--
{% for c in crops %}
{{ c }}
{% endfor %}
Pest:
--Select Pest--
Year:
--Select Year--
{% for y in years %}
{{ y }}
{% endfor %}
Week:
--Select Week--
{% if selected_week %}
{{ selected_week }}
{% endif %}
Parameter:
--Select Parameter--
{% for code, label in params.items() %}
{{ label }}
{% endfor %}
Load Map
Select a Crop, Pest, Year, Week, and Parameter to load the corresponding map.
{% if image_url %}
Fetched Results
Data Not Available. Cannot plot map.
{% endif %}