@include('includes.head')
@include('includes.header')
@include('includes.sidebar')
Agro-meteorological Database Home
@if (session('status'))
{{ session('status') }}
@endif
Welcome to the TMA Agrometeorological Database Home
View the latest dekadal rainfall data
View the latest seasonal rainfall data
View the latest vegetation data
View the latest onset of rains data
View the latest rainfall and NDVI graphs aggregated by region
Go to the TMA Main Website
Login for additional functions
Experimental Drought Hazard Map
{{ Form::open(array('id' => 'hazard-query', 'class' => 'form-inline')) }} {!! Form::Label('parameter', ' ') !!} {!! Form::select('parameter', array('combined' => 'Combined', 'rainfall' => 'Rainfall', 'ndvi' => 'NDVI'), 'combined', ['id' => 'parameter', 'class' => 'form-control']); !!} {!! Form::Label('season', ' ') !!} {!! Form::select('season', array('NDJFMA' => 'Nov-Apr', 'MAM' => 'Mar-May', 'OND' => 'Oct-Dec'), 'NDJFMA', ['id' => 'season', 'class' => 'form-control']); !!} {!! Form::Label('query', ' ') !!} {!! Form::select('year', $years, null, ['id' => 'year', 'class' => 'form-control']); !!} {!! Form::Label('dekad', ' ') !!} {!! Form::select('dekad', array('' => '', '' => ''), '', ['id' => 'dekad', 'class' => 'form-control']); !!} {!! Form::close() !!}
Go to Drought Map