function pad(num, size) { var s = num+""; while (s.length < size) s = "0" + s; return s; } $("#AOICoordWindow").draggable({ handle: "#modal-header" }); //variabile sectoare inundație defaultSector = 'ghidici_macesu'; defaultFloodMappingMethod = 'ndvi'; defaultDay = new Date('2016-11-01'); function applyMargins() { var leftToggler = $(".mini-submenu-left"); var rightToggler = $(".mini-submenu-right"); if (leftToggler.is(":visible")) { $("#map .ol-zoom") .css("margin-left", 0) .removeClass("zoom-top-opened-sidebar") .addClass("zoom-top-collapsed"); } else { $("#map .ol-zoom") .css("margin-left", $(".sidebar-left").width()) .removeClass("zoom-top-opened-sidebar") .removeClass("zoom-top-collapsed"); } if (rightToggler.is(":visible")) { $("#map .ol-rotate") .css("margin-right", 0) .removeClass("zoom-top-opened-sidebar") .addClass("zoom-top-collapsed"); } else { $("#map .ol-rotate") .css("margin-right", $(".sidebar-right").width()) .removeClass("zoom-top-opened-sidebar") .removeClass("zoom-top-collapsed"); } } //funcție de căutare straturi după nume function findBy(layer, key, value) { if (layer.get(key) === value) { return layer; } // Find recursively if it is a group if (layer.getLayers) { var layers = layer.getLayers().getArray(), len = layers.length, result; for (var i = 0; i < len; i++) { result = findBy(layers[i], key, value); if (result) { return result; } } } return null; } function isConstrained() { return $("div.mid").width() == $(window).width(); } function applyInitialUIState() { if (isConstrained()) { $(".sidebar-left .sidebar-body").fadeOut('slide'); $(".sidebar-right .sidebar-body").fadeOut('slide'); $('.mini-submenu-left').fadeIn(); $('.mini-submenu-right').fadeIn(); } } function bindInputs(layerid, layer) { var visibilityInput = $(layerid + ' input.visible'); visibilityInput.on('change', function() { layer.setVisible(this.checked); }); visibilityInput.prop('checked', layer.getVisible()); } $(function(){ $('.sidebar-left .slide-submenu').on('click',function() { var thisEl = $(this); thisEl.closest('.sidebar-body').fadeOut('slide',function(){ $('.mini-submenu-left').fadeIn(); applyMargins(); }); }); $('.mini-submenu-left').on('click',function() { var thisEl = $(this); $('.sidebar-left .sidebar-body').toggle('slide'); thisEl.hide(); applyMargins(); }); $('.sidebar-right .slide-submenu').on('click',function() { var thisEl = $(this); thisEl.closest('.sidebar-body').fadeOut('slide',function(){ $('.mini-submenu-right').fadeIn(); applyMargins(); }); }); $('.mini-submenu-right').on('click',function() { var thisEl = $(this); $('.sidebar-right .sidebar-body').toggle('slide'); thisEl.hide(); applyMargins(); }); $(window).on("resize", applyMargins); //variabile straturi //straturi de bază var baseOSM = new ol.layer.Tile({ source: new ol.source.OSM(), name: 'baseOSM' }); var baseOSMPhysical = new ol.layer.Tile({ source: new ol.source.XYZ({ tileSize: [512, 512], url: 'https://api.mapbox.com/styles/v1/mapbox/streets-v8/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoiZGFuYmlydGFzIiwiYSI6ImNpcW05bzFocTAwMWhoeG5rNWltcmNqd2YifQ.U-qlQe04JKj-tx6Rsl2QzA' }), name: 'baseOSMPhysical', type: 'tile' }); //https://cartodb-basemaps-b.global.ssl.fastly.net/light_all/6/35/20@2x.png //https://cartodb-basemaps-b.global.ssl.fastly.net/light_only_labels/7/73/45 var carto_labels = new ol.layer.Tile({ source: new ol.source.XYZ({ url: 'https://cartodb-basemaps-b.global.ssl.fastly.net/light_only_labels/{z}/{x}/{y}.png' }), name: 'carto_labels', type: 'tile' }); var prut_satellite_ndvi_8day = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_satellite_ndvi_8day', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_satellite_ndvi_8day }); prut_satellite_ndvi_8day.setVisible(false);var prut_satellite_ndwi_8day = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_satellite_ndwi_8day', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_satellite_ndwi_8day }); prut_satellite_ndwi_8day.setVisible(false);var prut_satellite_nddi_8day = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_satellite_nddi_8day', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_satellite_nddi_8day }); prut_satellite_nddi_8day.setVisible(false);var prut_satellite_ndii_8day = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_satellite_ndii_8day', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_satellite_ndii_8day }); prut_satellite_ndii_8day.setVisible(false);var prut_satellite_lai_8day = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_satellite_lai_8day', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_satellite_lai_8day }); prut_satellite_lai_8day.setVisible(false);var prut_satellite_fapar_8day = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_satellite_fapar_8day', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_satellite_fapar_8day }); prut_satellite_fapar_8day.setVisible(false);var prut_satellite_modis_reflectance_8day = new ol.layer.Image({ source: new ol.source.ImageWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_satellite_modis_reflectance_8day'}, serverType: 'geoserver' }), name: prut_satellite_modis_reflectance_8day }); prut_satellite_modis_reflectance_8day.setVisible(false);var prut_climate_precipitation_daily = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_precipitation_daily', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_precipitation_daily }); prut_climate_precipitation_daily.setVisible(false);var prut_climate_precipitation_daily_rt = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_precipitation_daily_rt', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_precipitation_daily_rt }); prut_climate_precipitation_daily_rt.setVisible(false);var prut_climate_temperature_daily = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_temperature_daily', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_temperature_daily }); prut_climate_temperature_daily.setVisible(false);var prut_climate_temperature_daily_rt = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_temperature_daily_rt', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_temperature_daily_rt }); prut_climate_temperature_daily_rt.setVisible(false);var prut_no_of_storm_cells = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_no_of_storm_cells', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_no_of_storm_cells }); prut_no_of_storm_cells.setVisible(false);var prut_climate_monthly_etp = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_monthly_etp', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_monthly_etp }); prut_climate_monthly_etp.setVisible(false);var prut_climate_monthly_spei1m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_monthly_spei1m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_monthly_spei1m }); prut_climate_monthly_spei1m.setVisible(false);var prut_climate_monthly_spei3m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_monthly_spei3m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_monthly_spei3m }); prut_climate_monthly_spei3m.setVisible(false);var prut_climate_monthly_spei6m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_monthly_spei6m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_monthly_spei6m }); prut_climate_monthly_spei6m.setVisible(false);var prut_climate_monthly_spei9m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_monthly_spei9m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_monthly_spei9m }); prut_climate_monthly_spei9m.setVisible(false);var prut_climate_monthly_spei12m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_monthly_spei12m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_monthly_spei12m }); prut_climate_monthly_spei12m.setVisible(false);var prut_climate_monthly_spei24m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_climate_monthly_spei24m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: prut_climate_monthly_spei24m }); prut_climate_monthly_spei24m.setVisible(false);var ebro_climate_synth_spei3m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:ebro_climate_synth_spei3m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: ebro_climate_synth_spei3m }); ebro_climate_synth_spei3m.setVisible(false);var ebro_climate_synth_spei6m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:ebro_climate_synth_spei6m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: ebro_climate_synth_spei6m }); ebro_climate_synth_spei6m.setVisible(false);var tajo_climate_synth_spei3m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:tajo_climate_synth_spei3m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: tajo_climate_synth_spei3m }); tajo_climate_synth_spei3m.setVisible(false);var tajo_climate_synth_spei6m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:tajo_climate_synth_spei6m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: tajo_climate_synth_spei6m }); tajo_climate_synth_spei6m.setVisible(false);var limpopo_climate_synth_spei3m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:limpopo_climate_synth_spei3m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: limpopo_climate_synth_spei3m }); limpopo_climate_synth_spei3m.setVisible(false);var limpopo_climate_synth_spei6m = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:limpopo_climate_synth_spei6m', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: limpopo_climate_synth_spei6m }); limpopo_climate_synth_spei6m.setVisible(false);var prut_gis_basin = new ol.layer.Image({ source: new ol.source.ImageWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_gis_basin'}, serverType: 'geoserver' }), name: prut_gis_basin }); prut_gis_basin.setVisible(true);var prut_gis_subasins = new ol.layer.Image({ source: new ol.source.ImageWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_gis_subasins'}, serverType: 'geoserver' }), name: prut_gis_subasins }); prut_gis_subasins.setVisible(false);var prut_gis_hydrological_network = new ol.layer.Image({ source: new ol.source.ImageWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:prut_gis_hydrological_network'}, serverType: 'geoserver' }), name: prut_gis_hydrological_network }); prut_gis_hydrological_network.setVisible(false);var spain_gis_basins = new ol.layer.Image({ source: new ol.source.ImageWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:spain_gis_basins'}, serverType: 'geoserver' }), name: spain_gis_basins }); spain_gis_basins.setVisible(false);var limpopo_gis_basin = new ol.layer.Image({ source: new ol.source.ImageWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:limpopo_gis_basin'}, serverType: 'geoserver' }), name: limpopo_gis_basin }); limpopo_gis_basin.setVisible(false);carto_labels.setVisible(false);var statie_stanca_costesti = new ol.layer.Tile({ source: new ol.source.TileWMS({ url: 'http://geodim.meteoromania.ro:8080/geoserver/wms', params: {'LAYERS': 'imdroflood:statie_stanca_costesti', 'TILED': true, 'VERSION': '1.3.0', 'FORMAT': 'image/png', 'WIDTH': 256, 'HEIGHT': 256, 'SRS': 'EPSG:3857'}, serverType: 'geoserver' }), name: statie_stanca_costesti }); statie_stanca_costesti.setVisible(false); baseMapGroup = new ol.layer.Group ({ layers: [baseOSMPhysical, baseOSM], name: 'baseMapGroup' }) baseOSM.setVisible(false); map = new ol.Map({ target: "map", layers: [baseMapGroup, prut_satellite_ndvi_8day, prut_satellite_ndwi_8day, prut_satellite_nddi_8day, prut_satellite_ndii_8day, prut_satellite_lai_8day, prut_satellite_fapar_8day, prut_satellite_modis_reflectance_8day, prut_climate_precipitation_daily, prut_climate_precipitation_daily_rt, prut_climate_temperature_daily, prut_climate_temperature_daily_rt, prut_no_of_storm_cells, prut_climate_monthly_etp, prut_climate_monthly_spei1m, prut_climate_monthly_spei3m, prut_climate_monthly_spei6m, prut_climate_monthly_spei9m, prut_climate_monthly_spei12m, prut_climate_monthly_spei24m, ebro_climate_synth_spei3m, ebro_climate_synth_spei6m, tajo_climate_synth_spei3m, tajo_climate_synth_spei6m, limpopo_climate_synth_spei3m, limpopo_climate_synth_spei6m, prut_gis_basin, prut_gis_subasins, prut_gis_hydrological_network, spain_gis_basins, limpopo_gis_basin, carto_labels, statie_stanca_costesti], pixelRatio: 1, view: new ol.View({ center: [2973094, 5965757], zoom: 8 }) }); applyInitialUIState(); applyMargins(); map.getLayers().forEach(function(layer, i) { if (i > 0) { bindInputs('#layer' + i, layer); if (layer instanceof ol.layer.Group) { layer.getLayers().forEach(function(sublayer, j) { bindInputs('#layer' + i + j, sublayer); }); } } }); $('.layerGroupName').on('click',function(){ var dd = $(this).next(); if(!dd.is(':animated')){ dd.slideToggle(); $(this).toggleClass('opened'); if ($(this).hasClass('opened')){ $(this).find('.caretoo').removeClass('fa-caret-down'); $(this).find('.caretoo').addClass('fa-caret-right'); } else{ $(this).find('.caretoo').removeClass('fa-caret-right'); $(this).find('.caretoo').addClass('fa-caret-down'); } } }); $('input[name=baseMapLayerVisibilityControl]').change(function() { baseMapGroup.getLayers().forEach(function(layer, i) { layer.setVisible(false); }) var selectedBaseLayer = findBy(map.getLayerGroup(), 'name', $('input[name=baseMapLayerVisibilityControl]:checked').val()); selectedBaseLayer.setVisible(true); }); //variabile disponibilitate produse calendar_prut_modis8day_dates = [2000-01-01,"2000-01-09","2000-01-17","2000-01-25","2000-02-02","2000-02-10","2000-02-18","2000-02-26","2000-03-05","2000-03-13","2000-03-21","2000-03-29","2000-04-06","2000-04-14","2000-04-22","2000-04-30","2000-05-08","2000-05-16","2000-05-24","2000-06-01","2000-06-09","2000-06-17","2000-06-25","2000-07-03","2000-07-11","2000-07-19","2000-07-27","2000-08-04","2000-08-12","2000-08-20","2000-08-28","2000-09-05","2000-09-13","2000-09-21","2000-09-29","2000-10-07","2000-10-15","2000-10-23","2000-10-31","2000-11-08","2000-11-16","2000-11-24","2000-12-02","2000-12-10","2000-12-18","2000-12-26","2001-01-01","2001-01-09","2001-01-17","2001-01-25","2001-02-02","2001-02-10","2001-02-18","2001-02-26","2001-03-06","2001-03-14","2001-03-22","2001-03-30","2001-04-07","2001-04-15","2001-04-23","2001-05-01","2001-05-09","2001-05-17","2001-05-25","2001-06-02","2001-06-10","2001-06-18","2001-06-26","2001-07-04","2001-07-12","2001-07-20","2001-07-28","2001-08-05","2001-08-13","2001-08-21","2001-08-29","2001-09-06","2001-09-14","2001-09-22","2001-09-30","2001-10-08","2001-10-16","2001-10-24","2001-11-01","2001-11-09","2001-11-17","2001-11-25","2001-12-03","2001-12-11","2001-12-19","2001-12-27","2002-01-01","2002-01-09","2002-01-17","2002-01-25","2002-02-02","2002-02-10","2002-02-18","2002-02-26","2002-03-06","2002-03-14","2002-03-22","2002-03-30","2002-04-07","2002-04-15","2002-04-23","2002-05-01","2002-05-09","2002-05-17","2002-05-25","2002-06-02","2002-06-10","2002-06-18","2002-06-26","2002-07-04","2002-07-12","2002-07-20","2002-07-28","2002-08-05","2002-08-13","2002-08-21","2002-08-29","2002-09-06","2002-09-14","2002-09-22","2002-09-30","2002-10-08","2002-10-16","2002-10-24","2002-11-01","2002-11-09","2002-11-17","2002-11-25","2002-12-03","2002-12-11","2002-12-19","2002-12-27","2003-01-01","2003-01-09","2003-01-17","2003-01-25","2003-02-02","2003-02-10","2003-02-18","2003-02-26","2003-03-06","2003-03-14","2003-03-22","2003-03-30","2003-04-07","2003-04-15","2003-04-23","2003-05-01","2003-05-09","2003-05-17","2003-05-25","2003-06-02","2003-06-10","2003-06-18","2003-06-26","2003-07-04","2003-07-12","2003-07-20","2003-07-28","2003-08-05","2003-08-13","2003-08-21","2003-08-29","2003-09-06","2003-09-14","2003-09-22","2003-09-30","2003-10-08","2003-10-16","2003-10-24","2003-11-01","2003-11-09","2003-11-17","2003-11-25","2003-12-03","2003-12-11","2003-12-19","2003-12-27","2004-01-01","2004-01-09","2004-01-17","2004-01-25","2004-02-02","2004-02-10","2004-02-18","2004-02-26","2004-03-05","2004-03-13","2004-03-21","2004-03-29","2004-04-06","2004-04-14","2004-04-22","2004-04-30","2004-05-08","2004-05-16","2004-05-24","2004-06-01","2004-06-09","2004-06-17","2004-06-25","2004-07-03","2004-07-11","2004-07-19","2004-07-27","2004-08-04","2004-08-12","2004-08-20","2004-08-28","2004-09-05","2004-09-13","2004-09-21","2004-09-29","2004-10-07","2004-10-15","2004-10-23","2004-10-31","2004-11-08","2004-11-16","2004-11-24","2004-12-02","2004-12-10","2004-12-18","2004-12-26","2005-01-01","2005-01-09","2005-01-17","2005-01-25","2005-02-02","2005-02-10","2005-02-18","2005-02-26","2005-03-06","2005-03-14","2005-03-22","2005-03-30","2005-04-07","2005-04-15","2005-04-23","2005-05-01","2005-05-09","2005-05-17","2005-05-25","2005-06-02","2005-06-10","2005-06-18","2005-06-26","2005-07-04","2005-07-12","2005-07-20","2005-07-28","2005-08-05","2005-08-13","2005-08-21","2005-08-29","2005-09-06","2005-09-14","2005-09-22","2005-09-30","2005-10-08","2005-10-16","2005-10-24","2005-11-01","2005-11-09","2005-11-17","2005-11-25","2005-12-03","2005-12-11","2005-12-19","2005-12-27","2006-01-01","2006-01-09","2006-01-17","2006-01-25","2006-02-02","2006-02-10","2006-02-18","2006-02-26","2006-03-06","2006-03-14","2006-03-22","2006-03-30","2006-04-07","2006-04-15","2006-04-23","2006-05-01","2006-05-09","2006-05-17","2006-05-25","2006-06-02","2006-06-10","2006-06-18","2006-06-26","2006-07-04","2006-07-12","2006-07-20","2006-07-28","2006-08-05","2006-08-13","2006-08-21","2006-08-29","2006-09-06","2006-09-14","2006-09-22","2006-09-30","2006-10-08","2006-10-16","2006-10-24","2006-11-01","2006-11-09","2006-11-17","2006-11-25","2006-12-03","2006-12-11","2006-12-19","2006-12-27","2007-01-01","2007-01-09","2007-01-17","2007-01-25","2007-02-02","2007-02-10","2007-02-18","2007-02-26","2007-03-06","2007-03-14","2007-03-22","2007-03-30","2007-04-07","2007-04-15","2007-04-23","2007-05-01","2007-05-09","2007-05-17","2007-05-25","2007-06-02","2007-06-10","2007-06-18","2007-06-26","2007-07-04","2007-07-12","2007-07-20","2007-07-28","2007-08-05","2007-08-13","2007-08-21","2007-08-29","2007-09-06","2007-09-14","2007-09-22","2007-09-30","2007-10-08","2007-10-16","2007-10-24","2007-11-01","2007-11-09","2007-11-17","2007-11-25","2007-12-03","2007-12-11","2007-12-19","2007-12-27","2008-01-01","2008-01-09","2008-01-17","2008-01-25","2008-02-02","2008-02-10","2008-02-18","2008-02-26","2008-03-05","2008-03-13","2008-03-21","2008-03-29","2008-04-06","2008-04-14","2008-04-22","2008-04-30","2008-05-08","2008-05-16","2008-05-24","2008-06-01","2008-06-09","2008-06-17","2008-06-25","2008-07-03","2008-07-11","2008-07-19","2008-07-27","2008-08-04","2008-08-12","2008-08-20","2008-08-28","2008-09-05","2008-09-13","2008-09-21","2008-09-29","2008-10-07","2008-10-15","2008-10-23","2008-10-31","2008-11-08","2008-11-16","2008-11-24","2008-12-02","2008-12-10","2008-12-18","2008-12-26","2009-01-01","2009-01-09","2009-01-17","2009-01-25","2009-02-02","2009-02-10","2009-02-18","2009-02-26","2009-03-06","2009-03-14","2009-03-22","2009-03-30","2009-04-07","2009-04-15","2009-04-23","2009-05-01","2009-05-09","2009-05-17","2009-05-25","2009-06-02","2009-06-10","2009-06-18","2009-06-26","2009-07-04","2009-07-12","2009-07-20","2009-07-28","2009-08-05","2009-08-13","2009-08-21","2009-08-29","2009-09-06","2009-09-14","2009-09-22","2009-09-30","2009-10-08","2009-10-16","2009-10-24","2009-11-01","2009-11-09","2009-11-17","2009-11-25","2009-12-03","2009-12-11","2009-12-19","2009-12-27","2010-01-01","2010-01-09","2010-01-17","2010-01-25","2010-02-02","2010-02-10","2010-02-18","2010-02-26","2010-03-06","2010-03-14","2010-03-22","2010-03-30","2010-04-07","2010-04-15","2010-04-23","2010-05-01","2010-05-09","2010-05-17","2010-05-25","2010-06-02","2010-06-10","2010-06-18","2010-06-26","2010-07-04","2010-07-12","2010-07-20","2010-07-28","2010-08-05","2010-08-13","2010-08-21","2010-08-29","2010-09-06","2010-09-14","2010-09-22","2010-09-30","2010-10-08","2010-10-16","2010-10-24","2010-11-01","2010-11-09","2010-11-17","2010-11-25","2010-12-03","2010-12-11","2010-12-19","2010-12-27","2011-01-01","2011-01-09","2011-01-17","2011-01-25","2011-02-02","2011-02-10","2011-02-18","2011-02-26","2011-03-06","2011-03-14","2011-03-22","2011-03-30","2011-04-07","2011-04-15","2011-04-23","2011-05-01","2011-05-09","2011-05-17","2011-05-25","2011-06-02","2011-06-10","2011-06-18","2011-06-26","2011-07-04","2011-07-12","2011-07-20","2011-07-28","2011-08-05","2011-08-13","2011-08-21","2011-08-29","2011-09-06","2011-09-14","2011-09-22","2011-09-30","2011-10-08","2011-10-16","2011-10-24","2011-11-01","2011-11-09","2011-11-17","2011-11-25","2011-12-03","2011-12-11","2011-12-19","2011-12-27","2012-01-01","2012-01-09","2012-01-17","2012-01-25","2012-02-02","2012-02-10","2012-02-18","2012-02-26","2012-03-05","2012-03-13","2012-03-21","2012-03-29","2012-04-06","2012-04-14","2012-04-22","2012-04-30","2012-05-08","2012-05-16","2012-05-24","2012-06-01","2012-06-09","2012-06-17","2012-06-25","2012-07-03","2012-07-11","2012-07-19","2012-07-27","2012-08-04","2012-08-12","2012-08-20","2012-08-28","2012-09-05","2012-09-13","2012-09-21","2012-09-29","2012-10-07","2012-10-15","2012-10-23","2012-10-31","2012-11-08","2012-11-16","2012-11-24","2012-12-02","2012-12-10","2012-12-18","2012-12-26","2013-01-01","2013-01-09","2013-01-17","2013-01-25","2013-02-02","2013-02-10","2013-02-18","2013-02-26","2013-03-06","2013-03-14","2013-03-22","2013-03-30","2013-04-07","2013-04-15","2013-04-23","2013-05-01","2013-05-09","2013-05-17","2013-05-25","2013-06-02","2013-06-10","2013-06-18","2013-06-26","2013-07-04","2013-07-12","2013-07-20","2013-07-28","2013-08-05","2013-08-13","2013-08-21","2013-08-29","2013-09-06","2013-09-14","2013-09-22","2013-09-30","2013-10-08","2013-10-16","2013-10-24","2013-11-01","2013-11-09","2013-11-17","2013-11-25","2013-12-03","2013-12-11","2013-12-19","2013-12-27","2014-01-01","2014-01-09","2014-01-17","2014-01-25","2014-02-02","2014-02-10","2014-02-18","2014-02-26","2014-03-06","2014-03-14","2014-03-22","2014-03-30","2014-04-07","2014-04-15","2014-04-23","2014-05-01","2014-05-09","2014-05-17","2014-05-25","2014-06-02","2014-06-10","2014-06-18","2014-06-26","2014-07-04","2014-07-12","2014-07-20","2014-07-28","2014-08-05","2014-08-13","2014-08-21","2014-08-29","2014-09-06","2014-09-14","2014-09-22","2014-09-30","2014-10-08","2014-10-16","2014-10-24","2014-11-01","2014-11-09","2014-11-17","2014-11-25","2014-12-03","2014-12-11","2014-12-19","2014-12-27","2015-01-01","2015-01-09","2015-01-17","2015-01-25","2015-02-02","2015-02-10","2015-02-18","2015-02-26","2015-03-06","2015-03-14","2015-03-22","2015-03-30","2015-04-07","2015-04-15","2015-04-23","2015-05-01","2015-05-09","2015-05-17","2015-05-25","2015-06-02","2015-06-10","2015-06-18","2015-06-26","2015-07-04","2015-07-12","2015-07-20","2015-07-28","2015-08-05","2015-08-13","2015-08-21","2015-08-29","2015-09-06","2015-09-14","2015-09-22","2015-09-30","2015-10-08","2015-10-16","2015-10-24","2015-11-01","2015-11-09","2015-11-17","2015-11-25","2015-12-03","2015-12-11","2015-12-19","2015-12-27","2016-01-01","2016-01-09","2016-01-17","2016-01-25","2016-02-02","2016-02-10","2016-02-18","2016-02-26","2016-03-05","2016-03-13","2016-03-21","2016-03-29","2016-04-06","2016-04-14","2016-04-22","2016-04-30","2016-05-08","2016-05-16","2016-05-24","2016-06-01","2016-06-09","2016-06-17","2016-06-25","2016-07-03","2016-07-11","2016-07-19","2016-07-27","2016-08-04","2016-08-12","2016-08-20","2016-08-28","2016-09-05","2016-09-13","2016-09-21","2016-09-29","2016-10-07","2016-10-15","2016-10-23","2016-10-31","2016-11-08","2016-11-16","2016-11-24","2016-12-02","2016-12-10","2016-12-18","2016-12-26","2017-01-01","2017-01-09","2017-01-17","2017-01-25","2017-02-02","2017-02-10","2017-02-18","2017-02-26","2017-03-06","2017-03-14","2017-03-22","2017-03-30","2017-04-07","2017-04-15","2017-04-23","2017-05-01","2017-05-09","2017-05-17","2017-05-25","2017-06-02","2017-06-10","2017-06-18","2017-06-26","2017-07-04","2017-07-12","2017-07-20","2017-07-28","2017-08-05","2017-08-13","2017-08-21","2017-08-29","2017-09-06","2017-09-14","2017-09-22","2017-09-30","2017-10-08","2017-10-16","2017-10-24","2017-11-01","2017-11-09","2017-11-17","2017-11-25","2017-12-03","2017-12-11","2017-12-19","2017-12-27","2018-01-01","2018-01-09","2018-01-17","2018-01-25","2018-02-02","2018-02-10","2018-02-18","2018-02-26","2018-03-06","2018-03-14","2018-03-22","2018-03-30","2018-04-07","2018-04-15","2018-04-23","2018-05-01","2018-05-09","2018-05-17","2018-05-25","2018-06-02","2018-06-10","2018-06-18","2018-06-26","2018-07-04","2018-07-12","2018-07-20","2018-07-28","2018-08-05","2018-08-13","2018-08-21","2018-08-29","2018-09-06","2018-09-14","2018-09-22","2018-09-30","2018-10-08","2018-10-16","2018-10-24","2018-11-01","2018-11-09","2018-11-17","2018-11-25","2018-12-03","2018-12-11","2018-12-19","2018-12-27","2000-01-01","2000-01-09","2000-01-17","2000-01-25","2000-02-02","2000-02-10","2000-02-18","2000-02-26","2000-03-05","2000-03-13","2000-03-21","2000-03-29","2000-04-06","2000-04-14","2000-04-22","2000-04-30","2000-05-08","2000-05-16","2000-05-24","2000-06-01","2000-06-09","2000-06-17","2000-06-25","2000-07-03","2000-07-11","2000-07-19","2000-07-27","2000-08-04","2000-08-12","2000-08-20","2000-08-28","2000-09-05","2000-09-13","2000-09-21","2000-09-29","2000-10-07","2000-10-15","2000-10-23","2000-10-31","2000-11-08","2000-11-16","2000-11-24","2000-12-02","2000-12-10","2000-12-18","2000-12-26","2001-01-01","2001-01-09","2001-01-17","2001-01-25","2001-02-02","2001-02-10","2001-02-18","2001-02-26","2001-03-06","2001-03-14","2001-03-22","2001-03-30","2001-04-07","2001-04-15","2001-04-23","2001-05-01","2001-05-09","2001-05-17","2001-05-25","2001-06-02","2001-06-10","2001-06-18","2001-06-26","2001-07-04","2001-07-12","2001-07-20","2001-07-28","2001-08-05","2001-08-13","2001-08-21","2001-08-29","2001-09-06","2001-09-14","2001-09-22","2001-09-30","2001-10-08","2001-10-16","2001-10-24","2001-11-01","2001-11-09","2001-11-17","2001-11-25","2001-12-03","2001-12-11","2001-12-19","2001-12-27","2002-01-01","2002-01-09","2002-01-17","2002-01-25","2002-02-02","2002-02-10","2002-02-18","2002-02-26","2002-03-06","2002-03-14","2002-03-22","2002-03-30","2002-04-07","2002-04-15","2002-04-23","2002-05-01","2002-05-09","2002-05-17","2002-05-25","2002-06-02","2002-06-10","2002-06-18","2002-06-26","2002-07-04","2002-07-12","2002-07-20","2002-07-28","2002-08-05","2002-08-13","2002-08-21","2002-08-29","2002-09-06","2002-09-14","2002-09-22","2002-09-30","2002-10-08","2002-10-16","2002-10-24","2002-11-01","2002-11-09","2002-11-17","2002-11-25","2002-12-03","2002-12-11","2002-12-19","2002-12-27","2003-01-01","2003-01-09","2003-01-17","2003-01-25","2003-02-02","2003-02-10","2003-02-18","2003-02-26","2003-03-06","2003-03-14","2003-03-22","2003-03-30","2003-04-07","2003-04-15","2003-04-23","2003-05-01","2003-05-09","2003-05-17","2003-05-25","2003-06-02","2003-06-10","2003-06-18","2003-06-26","2003-07-04","2003-07-12","2003-07-20","2003-07-28","2003-08-05","2003-08-13","2003-08-21","2003-08-29","2003-09-06","2003-09-14","2003-09-22","2003-09-30","2003-10-08","2003-10-16","2003-10-24","2003-11-01","2003-11-09","2003-11-17","2003-11-25","2003-12-03","2003-12-11","2003-12-19","2003-12-27","2004-01-01","2004-01-09","2004-01-17","2004-01-25","2004-02-02","2004-02-10","2004-02-18","2004-02-26","2004-03-05","2004-03-13","2004-03-21","2004-03-29","2004-04-06","2004-04-14","2004-04-22","2004-04-30","2004-05-08","2004-05-16","2004-05-24","2004-06-01","2004-06-09","2004-06-17","2004-06-25","2004-07-03","2004-07-11","2004-07-19","2004-07-27","2004-08-04","2004-08-12","2004-08-20","2004-08-28","2004-09-05","2004-09-13","2004-09-21","2004-09-29","2004-10-07","2004-10-15","2004-10-23","2004-10-31","2004-11-08","2004-11-16","2004-11-24","2004-12-02","2004-12-10","2004-12-18","2004-12-26","2005-01-01","2005-01-09","2005-01-17","2005-01-25","2005-02-02","2005-02-10","2005-02-18","2005-02-26","2005-03-06","2005-03-14","2005-03-22","2005-03-30","2005-04-07","2005-04-15","2005-04-23","2005-05-01","2005-05-09","2005-05-17","2005-05-25","2005-06-02","2005-06-10","2005-06-18","2005-06-26","2005-07-04","2005-07-12","2005-07-20","2005-07-28","2005-08-05","2005-08-13","2005-08-21","2005-08-29","2005-09-06","2005-09-14","2005-09-22","2005-09-30","2005-10-08","2005-10-16","2005-10-24","2005-11-01","2005-11-09","2005-11-17","2005-11-25","2005-12-03","2005-12-11","2005-12-19","2005-12-27","2006-01-01","2006-01-09","2006-01-17","2006-01-25","2006-02-02","2006-02-10","2006-02-18","2006-02-26","2006-03-06","2006-03-14","2006-03-22","2006-03-30","2006-04-07","2006-04-15","2006-04-23","2006-05-01","2006-05-09","2006-05-17","2006-05-25","2006-06-02","2006-06-10","2006-06-18","2006-06-26","2006-07-04","2006-07-12","2006-07-20","2006-07-28","2006-08-05","2006-08-13","2006-08-21","2006-08-29","2006-09-06","2006-09-14","2006-09-22","2006-09-30","2006-10-08","2006-10-16","2006-10-24","2006-11-01","2006-11-09","2006-11-17","2006-11-25","2006-12-03","2006-12-11","2006-12-19","2006-12-27","2007-01-01","2007-01-09","2007-01-17","2007-01-25","2007-02-02","2007-02-10","2007-02-18","2007-02-26","2007-03-06","2007-03-14","2007-03-22","2007-03-30","2007-04-07","2007-04-15","2007-04-23","2007-05-01","2007-05-09","2007-05-17","2007-05-25","2007-06-02","2007-06-10","2007-06-18","2007-06-26","2007-07-04","2007-07-12","2007-07-20","2007-07-28","2007-08-05","2007-08-13","2007-08-21","2007-08-29","2007-09-06","2007-09-14","2007-09-22","2007-09-30","2007-10-08","2007-10-16","2007-10-24","2007-11-01","2007-11-09","2007-11-17","2007-11-25","2007-12-03","2007-12-11","2007-12-19","2007-12-27","2008-01-01","2008-01-09","2008-01-17","2008-01-25","2008-02-02","2008-02-10","2008-02-18","2008-02-26","2008-03-05","2008-03-13","2008-03-21","2008-03-29","2008-04-06","2008-04-14","2008-04-22","2008-04-30","2008-05-08","2008-05-16","2008-05-24","2008-06-01","2008-06-09","2008-06-17","2008-06-25","2008-07-03","2008-07-11","2008-07-19","2008-07-27","2008-08-04","2008-08-12","2008-08-20","2008-08-28","2008-09-05","2008-09-13","2008-09-21","2008-09-29","2008-10-07","2008-10-15","2008-10-23","2008-10-31","2008-11-08","2008-11-16","2008-11-24","2008-12-02","2008-12-10","2008-12-18","2008-12-26","2009-01-01","2009-01-09","2009-01-17","2009-01-25","2009-02-02","2009-02-10","2009-02-18","2009-02-26","2009-03-06","2009-03-14","2009-03-22","2009-03-30","2009-04-07","2009-04-15","2009-04-23","2009-05-01","2009-05-09","2009-05-17","2009-05-25","2009-06-02","2009-06-10","2009-06-18","2009-06-26","2009-07-04","2009-07-12","2009-07-20","2009-07-28","2009-08-05","2009-08-13","2009-08-21","2009-08-29","2009-09-06","2009-09-14","2009-09-22","2009-09-30","2009-10-08","2009-10-16","2009-10-24","2009-11-01","2009-11-09","2009-11-17","2009-11-25","2009-12-03","2009-12-11","2009-12-19","2009-12-27","2010-01-01","2010-01-09","2010-01-17","2010-01-25","2010-02-02","2010-02-10","2010-02-18","2010-02-26","2010-03-06","2010-03-14","2010-03-22","2010-03-30","2010-04-07","2010-04-15","2010-04-23","2010-05-01","2010-05-09","2010-05-17","2010-05-25","2010-06-02","2010-06-10","2010-06-18","2010-06-26","2010-07-04","2010-07-12","2010-07-20","2010-07-28","2010-08-05","2010-08-13","2010-08-21","2010-08-29","2010-09-06","2010-09-14","2010-09-22","2010-09-30","2010-10-08","2010-10-16","2010-10-24","2010-11-01","2010-11-09","2010-11-17","2010-11-25","2010-12-03","2010-12-11","2010-12-19","2010-12-27","2011-01-01","2011-01-09","2011-01-17","2011-01-25","2011-02-02","2011-02-10","2011-02-18","2011-02-26","2011-03-06","2011-03-14","2011-03-22","2011-03-30","2011-04-07","2011-04-15","2011-04-23","2011-05-01","2011-05-09","2011-05-17","2011-05-25","2011-06-02","2011-06-10","2011-06-18","2011-06-26","2011-07-04","2011-07-12","2011-07-20","2011-07-28","2011-08-05","2011-08-13","2011-08-21","2011-08-29","2011-09-06","2011-09-14","2011-09-22","2011-09-30","2011-10-08","2011-10-16","2011-10-24","2011-11-01","2011-11-09","2011-11-17","2011-11-25","2011-12-03","2011-12-11","2011-12-19","2011-12-27","2012-01-01","2012-01-09","2012-01-17","2012-01-25","2012-02-02","2012-02-10","2012-02-18","2012-02-26","2012-03-05","2012-03-13","2012-03-21","2012-03-29","2012-04-06","2012-04-14","2012-04-22","2012-04-30","2012-05-08","2012-05-16","2012-05-24","2012-06-01","2012-06-09","2012-06-17","2012-06-25","2012-07-03","2012-07-11","2012-07-19","2012-07-27","2012-08-04","2012-08-12","2012-08-20","2012-08-28","2012-09-05","2012-09-13","2012-09-21","2012-09-29","2012-10-07","2012-10-15","2012-10-23","2012-10-31","2012-11-08","2012-11-16","2012-11-24","2012-12-02","2012-12-10","2012-12-18","2012-12-26","2013-01-01","2013-01-09","2013-01-17","2013-01-25","2013-02-02","2013-02-10","2013-02-18","2013-02-26","2013-03-06","2013-03-14","2013-03-22","2013-03-30","2013-04-07","2013-04-15","2013-04-23","2013-05-01","2013-05-09","2013-05-17","2013-05-25","2013-06-02","2013-06-10","2013-06-18","2013-06-26","2013-07-04","2013-07-12","2013-07-20","2013-07-28","2013-08-05","2013-08-13","2013-08-21","2013-08-29","2013-09-06","2013-09-14","2013-09-22","2013-09-30","2013-10-08","2013-10-16","2013-10-24","2013-11-01","2013-11-09","2013-11-17","2013-11-25","2013-12-03","2013-12-11","2013-12-19","2013-12-27","2014-01-01","2014-01-09","2014-01-17","2014-01-25","2014-02-02","2014-02-10","2014-02-18","2014-02-26","2014-03-06","2014-03-14","2014-03-22","2014-03-30","2014-04-07","2014-04-15","2014-04-23","2014-05-01","2014-05-09","2014-05-17","2014-05-25","2014-06-02","2014-06-10","2014-06-18","2014-06-26","2014-07-04","2014-07-12","2014-07-20","2014-07-28","2014-08-05","2014-08-13","2014-08-21","2014-08-29","2014-09-06","2014-09-14","2014-09-22","2014-09-30","2014-10-08","2014-10-16","2014-10-24","2014-11-01","2014-11-09","2014-11-17","2014-11-25","2014-12-03","2014-12-11","2014-12-19","2014-12-27","2015-01-01","2015-01-09","2015-01-17","2015-01-25","2015-02-02","2015-02-10","2015-02-18","2015-02-26","2015-03-06","2015-03-14","2015-03-22","2015-03-30","2015-04-07","2015-04-15","2015-04-23","2015-05-01","2015-05-09","2015-05-17","2015-05-25","2015-06-02","2015-06-10","2015-06-18","2015-06-26","2015-07-04","2015-07-12","2015-07-20","2015-07-28","2015-08-05","2015-08-13","2015-08-21","2015-08-29","2015-09-06","2015-09-14","2015-09-22","2015-09-30","2015-10-08","2015-10-16","2015-10-24","2015-11-01","2015-11-09","2015-11-17","2015-11-25","2015-12-03","2015-12-11","2015-12-19","2015-12-27","2016-01-01","2016-01-09","2016-01-17","2016-01-25","2016-02-02","2016-02-10","2016-02-18","2016-02-26","2016-03-05","2016-03-13","2016-03-21","2016-03-29","2016-04-06","2016-04-14","2016-04-22","2016-04-30","2016-05-08","2016-05-16","2016-05-24","2016-06-01","2016-06-09","2016-06-17","2016-06-25","2016-07-03","2016-07-11","2016-07-19","2016-07-27","2016-08-04","2016-08-12","2016-08-20","2016-08-28","2016-09-05","2016-09-13","2016-09-21","2016-09-29","2016-10-07","2016-10-15","2016-10-23","2016-10-31","2016-11-08","2016-11-16","2016-11-24","2016-12-02","2016-12-10","2016-12-18","2016-12-26","2017-01-01","2017-01-09","2017-01-17","2017-01-25","2017-02-02","2017-02-10","2017-02-18","2017-02-26","2017-03-06","2017-03-14","2017-03-22","2017-03-30","2017-04-07","2017-04-15","2017-04-23","2017-05-01","2017-05-09","2017-05-17","2017-05-25","2017-06-02","2017-06-10","2017-06-18","2017-06-26","2017-07-04","2017-07-12","2017-07-20","2017-07-28","2017-08-05","2017-08-13","2017-08-21","2017-08-29","2017-09-06","2017-09-14","2017-09-22","2017-09-30","2017-10-08","2017-10-16","2017-10-24","2017-11-01","2017-11-09","2017-11-17","2017-11-25","2017-12-03","2017-12-11","2017-12-19","2017-12-27","2018-01-01","2018-01-09","2018-01-17","2018-01-25","2018-02-02","2018-02-10","2018-02-18","2018-02-26","2018-03-06","2018-03-14","2018-03-22","2018-03-30","2018-04-07","2018-04-15","2018-04-23","2018-05-01","2018-05-09","2018-05-17","2018-05-25","2018-06-02","2018-06-10","2018-06-18","2018-06-26","2018-07-04","2018-07-12","2018-07-20","2018-07-28","2018-08-05","2018-08-13","2018-08-21","2018-08-29","2018-09-06","2018-09-14","2018-09-22","2018-09-30","2018-10-08","2018-10-16","2018-10-24","2018-11-01","2018-11-09","2018-11-17","2018-11-25","2018-12-03","2018-12-11","2018-12-19","2018-12-27","2019-01-01","2019-01-09","2019-01-17","2019-01-25","2019-02-02","2019-02-10","2019-02-18","2019-02-26","2019-03-06","2019-03-14","2019-03-22","2019-03-30","2019-04-07","2019-04-15","2019-04-23","2019-05-01","2019-05-09","2019-05-17","2019-05-25","2019-06-02"]; calendar_prut_climate_daily_dates = [2003-05-01,"2003-05-02","2003-05-03","2003-05-04","2003-05-05","2003-05-06","2003-05-07","2003-05-08","2003-05-09","2003-05-10","2003-05-11","2003-05-12","2003-05-13","2003-05-14","2003-05-15","2003-05-16","2003-05-17","2003-05-18","2003-05-19","2003-05-20","2003-05-21","2003-05-22","2003-05-23","2003-05-24","2003-05-25","2003-05-26","2003-05-27","2003-05-28","2003-05-29","2003-05-30","2003-05-31","2003-06-01","2003-06-02","2003-06-03","2003-06-04","2003-06-05","2003-06-06","2003-06-07","2003-06-08","2003-06-09","2003-06-10","2003-06-11","2003-06-12","2003-06-13","2003-06-14","2003-06-15","2003-06-16","2003-06-17","2003-06-18","2003-06-19","2003-06-20","2003-06-21","2003-06-22","2003-06-23","2003-06-24","2003-06-25","2003-06-26","2003-06-27","2003-06-28","2003-06-29","2003-06-30","2003-07-01","2003-07-02","2003-07-03","2003-07-04","2003-07-05","2003-07-06","2003-07-07","2003-07-08","2003-07-09","2003-07-10","2003-07-11","2003-07-12","2003-07-13","2003-07-14","2003-07-15","2003-07-16","2003-07-17","2003-07-18","2003-07-19","2003-07-20","2003-07-21","2003-07-22","2003-07-23","2003-07-24","2003-07-25","2003-07-26","2003-07-27","2003-07-28","2003-07-29","2003-07-30","2003-07-31","2003-08-01","2003-08-02","2003-08-03","2003-08-04","2003-08-05","2003-08-06","2003-08-07","2003-08-08","2003-08-09","2003-08-10","2003-08-11","2003-08-12","2003-08-13","2003-08-14","2003-08-15","2003-08-16","2003-08-17","2003-08-18","2003-08-19","2003-08-20","2003-08-21","2003-08-22","2003-08-23","2003-08-24","2003-08-25","2003-08-26","2003-08-27","2003-08-28","2003-08-29","2003-08-30","2003-08-31","2003-09-01","2003-09-02","2003-09-03","2003-09-04","2003-09-05","2003-09-06","2003-09-07","2003-09-08","2003-09-09","2003-09-10","2003-09-11","2003-09-12","2003-09-13","2003-09-14","2003-09-15","2003-09-16","2003-09-17","2003-09-18","2003-09-19","2003-09-20","2003-09-21","2003-09-22","2003-09-23","2003-09-24","2003-09-25","2003-09-26","2003-09-27","2003-09-28","2003-09-29","2003-09-30","2003-10-01","2003-10-02","2003-10-03","2003-10-04","2003-10-05","2003-10-06","2003-10-07","2003-10-08","2003-10-09","2003-10-10","2003-10-11","2003-10-12","2003-10-13","2003-10-14","2003-10-15","2003-10-16","2003-10-17","2003-10-18","2003-10-19","2003-10-20","2003-10-21","2003-10-22","2003-10-23","2003-10-24","2003-10-25","2003-10-26","2003-10-27","2003-10-28","2003-10-29","2003-10-30","2003-10-31","2003-11-01","2003-11-02","2003-11-03","2003-11-04","2003-11-05","2003-11-06","2003-11-07","2003-11-08","2003-11-09","2003-11-10","2003-11-11","2003-11-12","2003-11-13","2003-11-14","2003-11-15","2003-11-16","2003-11-17","2003-11-18","2003-11-19","2003-11-20","2003-11-21","2003-11-22","2003-11-23","2003-11-24","2003-11-25","2003-11-26","2003-11-27","2003-11-28","2003-11-29","2003-11-30","2003-12-01","2003-12-02","2003-12-03","2003-12-04","2003-12-05","2003-12-06","2003-12-07","2003-12-08","2003-12-09","2003-12-10","2003-12-11","2003-12-12","2003-12-13","2003-12-14","2003-12-15","2003-12-16","2003-12-17","2003-12-18","2003-12-19","2003-12-20","2003-12-21","2003-12-22","2003-12-23","2003-12-24","2003-12-25","2003-12-26","2003-12-27","2003-12-28","2003-12-29","2003-12-30","2003-12-31","2004-01-01","2004-01-02","2004-01-03","2004-01-04","2004-01-05","2004-01-06","2004-01-07","2004-01-08","2004-01-09","2004-01-10","2004-01-11","2004-01-12","2004-01-13","2004-01-14","2004-01-15","2004-01-16","2004-01-17","2004-01-18","2004-01-19","2004-01-20","2004-01-21","2004-01-22","2004-01-23","2004-01-24","2004-01-25","2004-01-26","2004-01-27","2004-01-28","2004-01-29","2004-01-30","2004-01-31","2004-02-01","2004-02-02","2004-02-03","2004-02-04","2004-02-05","2004-02-06","2004-02-07","2004-02-08","2004-02-09","2004-02-10","2004-02-11","2004-02-12","2004-02-13","2004-02-14","2004-02-15","2004-02-16","2004-02-17","2004-02-18","2004-02-19","2004-02-20","2004-02-21","2004-02-22","2004-02-23","2004-02-24","2004-02-25","2004-02-26","2004-02-27","2004-02-28","2004-02-29","2004-03-01","2004-03-02","2004-03-03","2004-03-04","2004-03-05","2004-03-06","2004-03-07","2004-03-08","2004-03-09","2004-03-10","2004-03-11","2004-03-12","2004-03-13","2004-03-14","2004-03-15","2004-03-16","2004-03-17","2004-03-18","2004-03-19","2004-03-20","2004-03-21","2004-03-22","2004-03-23","2004-03-24","2004-03-25","2004-03-26","2004-03-27","2004-03-28","2004-03-29","2004-03-30","2004-03-31","2004-04-01","2004-04-02","2004-04-03","2004-04-04","2004-04-05","2004-04-06","2004-04-07","2004-04-08","2004-04-09","2004-04-10","2004-04-11","2004-04-12","2004-04-13","2004-04-14","2004-04-15","2004-04-16","2004-04-17","2004-04-18","2004-04-19","2004-04-20","2004-04-21","2004-04-22","2004-04-23","2004-04-24","2004-04-25","2004-04-26","2004-04-27","2004-04-28","2004-04-29","2004-04-30","2004-05-01","2004-05-02","2004-05-03","2004-05-04","2004-05-05","2004-05-06","2004-05-07","2004-05-08","2004-05-09","2004-05-10","2004-05-11","2004-05-12","2004-05-13","2004-05-14","2004-05-15","2004-05-16","2004-05-17","2004-05-18","2004-05-19","2004-05-20","2004-05-21","2004-05-22","2004-05-23","2004-05-24","2004-05-25","2004-05-26","2004-05-27","2004-05-28","2004-05-29","2004-05-30","2004-05-31","2004-06-01","2004-06-02","2004-06-03","2004-06-04","2004-06-05","2004-06-06","2004-06-07","2004-06-08","2004-06-09","2004-06-10","2004-06-11","2004-06-12","2004-06-13","2004-06-14","2004-06-15","2004-06-16","2004-06-17","2004-06-18","2004-06-19","2004-06-20","2004-06-21","2004-06-22","2004-06-23","2004-06-24","2004-06-25","2004-06-26","2004-06-27","2004-06-28","2004-06-29","2004-06-30","2004-07-01","2004-07-02","2004-07-03","2004-07-04","2004-07-05","2004-07-06","2004-07-07","2004-07-08","2004-07-09","2004-07-10","2004-07-11","2004-07-12","2004-07-13","2004-07-14","2004-07-15","2004-07-16","2004-07-17","2004-07-18","2004-07-19","2004-07-20","2004-07-21","2004-07-22","2004-07-23","2004-07-24","2004-07-25","2004-07-26","2004-07-27","2004-07-28","2004-07-29","2004-07-30","2004-07-31","2004-08-01","2004-08-02","2004-08-03","2004-08-04","2004-08-05","2004-08-06","2004-08-07","2004-08-08","2004-08-09","2004-08-10","2004-08-11","2004-08-12","2004-08-13","2004-08-14","2004-08-15","2004-08-16","2004-08-17","2004-08-18","2004-08-19","2004-08-20","2004-08-21","2004-08-22","2004-08-23","2004-08-24","2004-08-25","2004-08-26","2004-08-27","2004-08-28","2004-08-29","2004-08-30","2004-08-31","2004-09-01","2004-09-02","2004-09-03","2004-09-04","2004-09-05","2004-09-06","2004-09-07","2004-09-08","2004-09-09","2004-09-10","2004-09-11","2004-09-12","2004-09-13","2004-09-14","2004-09-15","2004-09-16","2004-09-17","2004-09-18","2004-09-19","2004-09-20","2004-09-21","2004-09-22","2004-09-23","2004-09-24","2004-09-25","2004-09-26","2004-09-27","2004-09-28","2004-09-29","2004-09-30","2004-10-01","2004-10-02","2004-10-03","2004-10-04","2004-10-05","2004-10-06","2004-10-07","2004-10-08","2004-10-09","2004-10-10","2004-10-11","2004-10-12","2004-10-13","2004-10-14","2004-10-15","2004-10-16","2004-10-17","2004-10-18","2004-10-19","2004-10-20","2004-10-21","2004-10-22","2004-10-23","2004-10-24","2004-10-25","2004-10-26","2004-10-27","2004-10-28","2004-10-29","2004-10-30","2004-10-31","2004-11-01","2004-11-02","2004-11-03","2004-11-04","2004-11-05","2004-11-06","2004-11-07","2004-11-08","2004-11-09","2004-11-10","2004-11-11","2004-11-12","2004-11-13","2004-11-14","2004-11-15","2004-11-16","2004-11-17","2004-11-18","2004-11-19","2004-11-20","2004-11-21","2004-11-22","2004-11-23","2004-11-24","2004-11-25","2004-11-26","2004-11-27","2004-11-28","2004-11-29","2004-11-30","2004-12-01","2004-12-02","2004-12-03","2004-12-04","2004-12-05","2004-12-06","2004-12-07","2004-12-08","2004-12-09","2004-12-10","2004-12-11","2004-12-12","2004-12-13","2004-12-14","2004-12-15","2004-12-16","2004-12-17","2004-12-18","2004-12-19","2004-12-20","2004-12-21","2004-12-22","2004-12-23","2004-12-24","2004-12-25","2004-12-26","2004-12-27","2004-12-28","2004-12-29","2004-12-30","2004-12-31","2005-01-01","2005-01-02","2005-01-03","2005-01-04","2005-01-05","2005-01-06","2005-01-07","2005-01-08","2005-01-09","2005-01-10","2005-01-11","2005-01-12","2005-01-13","2005-01-14","2005-01-15","2005-01-16","2005-01-17","2005-01-18","2005-01-19","2005-01-20","2005-01-21","2005-01-22","2005-01-23","2005-01-24","2005-01-25","2005-01-26","2005-01-27","2005-01-28","2005-01-29","2005-01-30","2005-01-31","2005-02-01","2005-02-02","2005-02-03","2005-02-04","2005-02-05","2005-02-06","2005-02-07","2005-02-08","2005-02-09","2005-02-10","2005-02-11","2005-02-12","2005-02-13","2005-02-14","2005-02-15","2005-02-16","2005-02-17","2005-02-18","2005-02-19","2005-02-20","2005-02-21","2005-02-22","2005-02-23","2005-02-24","2005-02-25","2005-02-26","2005-02-27","2005-02-28","2005-03-01","2005-03-02","2005-03-03","2005-03-04","2005-03-05","2005-03-06","2005-03-07","2005-03-08","2005-03-09","2005-03-10","2005-03-11","2005-03-12","2005-03-13","2005-03-14","2005-03-15","2005-03-16","2005-03-17","2005-03-18","2005-03-19","2005-03-20","2005-03-21","2005-03-22","2005-03-23","2005-03-24","2005-03-25","2005-03-26","2005-03-27","2005-03-28","2005-03-29","2005-03-30","2005-03-31","2005-04-01","2005-04-02","2005-04-03","2005-04-04","2005-04-05","2005-04-06","2005-04-07","2005-04-08","2005-04-09","2005-04-10","2005-04-11","2005-04-12","2005-04-13","2005-04-14","2005-04-15","2005-04-16","2005-04-17","2005-04-18","2005-04-19","2005-04-20","2005-04-21","2005-04-22","2005-04-23","2005-04-24","2005-04-25","2005-04-26","2005-04-27","2005-04-28","2005-04-29","2005-04-30","2005-05-01","2005-05-02","2005-05-03","2005-05-04","2005-05-05","2005-05-06","2005-05-07","2005-05-08","2005-05-09","2005-05-10","2005-05-11","2005-05-12","2005-05-13","2005-05-14","2005-05-15","2005-05-16","2005-05-17","2005-05-18","2005-05-19","2005-05-20","2005-05-21","2005-05-22","2005-05-23","2005-05-24","2005-05-25","2005-05-26","2005-05-27","2005-05-28","2005-05-29","2005-05-30","2005-05-31","2005-06-01","2005-06-02","2005-06-03","2005-06-04","2005-06-05","2005-06-06","2005-06-07","2005-06-08","2005-06-09","2005-06-10","2005-06-11","2005-06-12","2005-06-13","2005-06-14","2005-06-15","2005-06-16","2005-06-17","2005-06-18","2005-06-19","2005-06-20","2005-06-21","2005-06-22","2005-06-23","2005-06-24","2005-06-25","2005-06-26","2005-06-27","2005-06-28","2005-06-29","2005-06-30","2005-07-01","2005-07-02","2005-07-03","2005-07-04","2005-07-05","2005-07-06","2005-07-07","2005-07-08","2005-07-09","2005-07-10","2005-07-11","2005-07-12","2005-07-13","2005-07-14","2005-07-15","2005-07-16","2005-07-17","2005-07-18","2005-07-19","2005-07-20","2005-07-21","2005-07-22","2005-07-23","2005-07-24","2005-07-25","2005-07-26","2005-07-27","2005-07-28","2005-07-29","2005-07-30","2005-07-31","2005-08-01","2005-08-02","2005-08-03","2005-08-04","2005-08-05","2005-08-06","2005-08-07","2005-08-08","2005-08-09","2005-08-10","2005-08-11","2005-08-12","2005-08-13","2005-08-14","2005-08-15","2005-08-16","2005-08-17","2005-08-18","2005-08-19","2005-08-20","2005-08-21","2005-08-22","2005-08-23","2005-08-24","2005-08-25","2005-08-26","2005-08-27","2005-08-28","2005-08-29","2005-08-30","2005-08-31","2005-09-01","2005-09-02","2005-09-03","2005-09-04","2005-09-05","2005-09-06","2005-09-07","2005-09-08","2005-09-09","2005-09-10","2005-09-11","2005-09-12","2005-09-13","2005-09-14","2005-09-15","2005-09-16","2005-09-17","2005-09-18","2005-09-19","2005-09-20","2005-09-21","2005-09-22","2005-09-23","2005-09-24","2005-09-25","2005-09-26","2005-09-27","2005-09-28","2005-09-29","2005-09-30","2005-10-01","2005-10-02","2005-10-03","2005-10-04","2005-10-05","2005-10-06","2005-10-07","2005-10-08","2005-10-09","2005-10-10","2005-10-11","2005-10-12","2005-10-13","2005-10-14","2005-10-15","2005-10-16","2005-10-17","2005-10-18","2005-10-19","2005-10-20","2005-10-21","2005-10-22","2005-10-23","2005-10-24","2005-10-25","2005-10-26","2005-10-27","2005-10-28","2005-10-29","2005-10-30","2005-10-31","2005-11-01","2005-11-02","2005-11-03","2005-11-04","2005-11-05","2005-11-06","2005-11-07","2005-11-08","2005-11-09","2005-11-10","2005-11-11","2005-11-12","2005-11-13","2005-11-14","2005-11-15","2005-11-16","2005-11-17","2005-11-18","2005-11-19","2005-11-20","2005-11-21","2005-11-22","2005-11-23","2005-11-24","2005-11-25","2005-11-26","2005-11-27","2005-11-28","2005-11-29","2005-11-30","2005-12-01","2005-12-02","2005-12-03","2005-12-04","2005-12-05","2005-12-06","2005-12-07","2005-12-08","2005-12-09","2005-12-10","2005-12-11","2005-12-12","2005-12-13","2005-12-14","2005-12-15","2005-12-16","2005-12-17","2005-12-18","2005-12-19","2005-12-20","2005-12-21","2005-12-22","2005-12-23","2005-12-24","2005-12-25","2005-12-26","2005-12-27","2005-12-28","2005-12-29","2005-12-30","2005-12-31","2006-01-01","2006-01-02","2006-01-03","2006-01-04","2006-01-05","2006-01-06","2006-01-07","2006-01-08","2006-01-09","2006-01-10","2006-01-11","2006-01-12","2006-01-13","2006-01-14","2006-01-15","2006-01-16","2006-01-17","2006-01-18","2006-01-19","2006-01-20","2006-01-21","2006-01-22","2006-01-23","2006-01-24","2006-01-25","2006-01-26","2006-01-27","2006-01-28","2006-01-29","2006-01-30","2006-01-31","2006-02-01","2006-02-02","2006-02-03","2006-02-04","2006-02-05","2006-02-06","2006-02-07","2006-02-08","2006-02-09","2006-02-10","2006-02-11","2006-02-12","2006-02-13","2006-02-14","2006-02-15","2006-02-16","2006-02-17","2006-02-18","2006-02-19","2006-02-20","2006-02-21","2006-02-22","2006-02-23","2006-02-24","2006-02-25","2006-02-26","2006-02-27","2006-02-28","2006-03-01","2006-03-02","2006-03-03","2006-03-04","2006-03-05","2006-03-06","2006-03-07","2006-03-08","2006-03-09","2006-03-10","2006-03-11","2006-03-12","2006-03-13","2006-03-14","2006-03-15","2006-03-16","2006-03-17","2006-03-18","2006-03-19","2006-03-20","2006-03-21","2006-03-22","2006-03-23","2006-03-24","2006-03-25","2006-03-26","2006-03-27","2006-03-28","2006-03-29","2006-03-30","2006-03-31","2006-04-01","2006-04-02","2006-04-03","2006-04-04","2006-04-05","2006-04-06","2006-04-07","2006-04-08","2006-04-09","2006-04-10","2006-04-11","2006-04-12","2006-04-13","2006-04-14","2006-04-15","2006-04-16","2006-04-17","2006-04-18","2006-04-19","2006-04-20","2006-04-21","2006-04-22","2006-04-23","2006-04-24","2006-04-25","2006-04-26","2006-04-27","2006-04-28","2006-04-29","2006-04-30","2006-05-01","2006-05-02","2006-05-03","2006-05-04","2006-05-05","2006-05-06","2006-05-07","2006-05-08","2006-05-09","2006-05-10","2006-05-11","2006-05-12","2006-05-13","2006-05-14","2006-05-15","2006-05-16","2006-05-17","2006-05-18","2006-05-19","2006-05-20","2006-05-21","2006-05-22","2006-05-23","2006-05-24","2006-05-25","2006-05-26","2006-05-27","2006-05-28","2006-05-29","2006-05-30","2006-05-31","2006-06-01","2006-06-02","2006-06-03","2006-06-04","2006-06-05","2006-06-06","2006-06-07","2006-06-08","2006-06-09","2006-06-10","2006-06-11","2006-06-12","2006-06-13","2006-06-14","2006-06-15","2006-06-16","2006-06-17","2006-06-18","2006-06-19","2006-06-20","2006-06-21","2006-06-22","2006-06-23","2006-06-24","2006-06-25","2006-06-26","2006-06-27","2006-06-28","2006-06-29","2006-06-30","2006-07-01","2006-07-02","2006-07-03","2006-07-04","2006-07-05","2006-07-06","2006-07-07","2006-07-08","2006-07-09","2006-07-10","2006-07-11","2006-07-12","2006-07-13","2006-07-14","2006-07-15","2006-07-16","2006-07-17","2006-07-18","2006-07-19","2006-07-20","2006-07-21","2006-07-22","2006-07-23","2006-07-24","2006-07-25","2006-07-26","2006-07-27","2006-07-28","2006-07-29","2006-07-30","2006-07-31","2006-08-01","2006-08-02","2006-08-03","2006-08-04","2006-08-05","2006-08-06","2006-08-07","2006-08-08","2006-08-09","2006-08-10","2006-08-11","2006-08-12","2006-08-13","2006-08-14","2006-08-15","2006-08-16","2006-08-17","2006-08-18","2006-08-19","2006-08-20","2006-08-21","2006-08-22","2006-08-23","2006-08-24","2006-08-25","2006-08-26","2006-08-27","2006-08-28","2006-08-29","2006-08-30","2006-08-31","2006-09-01","2006-09-02","2006-09-03","2006-09-04","2006-09-05","2006-09-06","2006-09-07","2006-09-08","2006-09-09","2006-09-10","2006-09-11","2006-09-12","2006-09-13","2006-09-14","2006-09-15","2006-09-16","2006-09-17","2006-09-18","2006-09-19","2006-09-20","2006-09-21","2006-09-22","2006-09-23","2006-09-24","2006-09-25","2006-09-26","2006-09-27","2006-09-28","2006-09-29","2006-09-30","2006-10-01","2006-10-02","2006-10-03","2006-10-04","2006-10-05","2006-10-06","2006-10-07","2006-10-08","2006-10-09","2006-10-10","2006-10-11","2006-10-12","2006-10-13","2006-10-14","2006-10-15","2006-10-16","2006-10-17","2006-10-18","2006-10-19","2006-10-20","2006-10-21","2006-10-22","2006-10-23","2006-10-24","2006-10-25","2006-10-26","2006-10-27","2006-10-28","2006-10-29","2006-10-30","2006-10-31","2006-11-01","2006-11-02","2006-11-03","2006-11-04","2006-11-05","2006-11-06","2006-11-07","2006-11-08","2006-11-09","2006-11-10","2006-11-11","2006-11-12","2006-11-13","2006-11-14","2006-11-15","2006-11-16","2006-11-17","2006-11-18","2006-11-19","2006-11-20","2006-11-21","2006-11-22","2006-11-23","2006-11-24","2006-11-25","2006-11-26","2006-11-27","2006-11-28","2006-11-29","2006-11-30","2006-12-01","2006-12-02","2006-12-03","2006-12-04","2006-12-05","2006-12-06","2006-12-07","2006-12-08","2006-12-09","2006-12-10","2006-12-11","2006-12-12","2006-12-13","2006-12-14","2006-12-15","2006-12-16","2006-12-17","2006-12-18","2006-12-19","2006-12-20","2006-12-21","2006-12-22","2006-12-23","2006-12-24","2006-12-25","2006-12-26","2006-12-27","2006-12-28","2006-12-29","2006-12-30","2006-12-31","2007-01-01","2007-01-02","2007-01-03","2007-01-04","2007-01-05","2007-01-06","2007-01-07","2007-01-08","2007-01-09","2007-01-10","2007-01-11","2007-01-12","2007-01-13","2007-01-14","2007-01-15","2007-01-16","2007-01-17","2007-01-18","2007-01-19","2007-01-20","2007-01-21","2007-01-22","2007-01-23","2007-01-24","2007-01-25","2007-01-26","2007-01-27","2007-01-28","2007-01-29","2007-01-30","2007-01-31","2007-02-01","2007-02-02","2007-02-03","2007-02-04","2007-02-05","2007-02-06","2007-02-07","2007-02-08","2007-02-09","2007-02-10","2007-02-11","2007-02-12","2007-02-13","2007-02-14","2007-02-15","2007-02-16","2007-02-17","2007-02-18","2007-02-19","2007-02-20","2007-02-21","2007-02-22","2007-02-23","2007-02-24","2007-02-25","2007-02-26","2007-02-27","2007-02-28","2007-03-01","2007-03-02","2007-03-03","2007-03-04","2007-03-05","2007-03-06","2007-03-07","2007-03-08","2007-03-09","2007-03-10","2007-03-11","2007-03-12","2007-03-13","2007-03-14","2007-03-15","2007-03-16","2007-03-17","2007-03-18","2007-03-19","2007-03-20","2007-03-21","2007-03-22","2007-03-23","2007-03-24","2007-03-25","2007-03-26","2007-03-27","2007-03-28","2007-03-29","2007-03-30","2007-03-31","2007-04-01","2007-04-02","2007-04-03","2007-04-04","2007-04-05","2007-04-06","2007-04-07","2007-04-08","2007-04-09","2007-04-10","2007-04-11","2007-04-12","2007-04-13","2007-04-14","2007-04-15","2007-04-16","2007-04-17","2007-04-18","2007-04-19","2007-04-20","2007-04-21","2007-04-22","2007-04-23","2007-04-24","2007-04-25","2007-04-26","2007-04-27","2007-04-28","2007-04-29","2007-04-30","2007-05-01","2007-05-02","2007-05-03","2007-05-04","2007-05-05","2007-05-06","2007-05-07","2007-05-08","2007-05-09","2007-05-10","2007-05-11","2007-05-12","2007-05-13","2007-05-14","2007-05-15","2007-05-16","2007-05-17","2007-05-18","2007-05-19","2007-05-20","2007-05-21","2007-05-22","2007-05-23","2007-05-24","2007-05-25","2007-05-26","2007-05-27","2007-05-28","2007-05-29","2007-05-30","2007-05-31","2007-06-01","2007-06-02","2007-06-03","2007-06-04","2007-06-05","2007-06-06","2007-06-07","2007-06-08","2007-06-09","2007-06-10","2007-06-11","2007-06-12","2007-06-13","2007-06-14","2007-06-15","2007-06-16","2007-06-17","2007-06-18","2007-06-19","2007-06-20","2007-06-21","2007-06-22","2007-06-23","2007-06-24","2007-06-25","2007-06-26","2007-06-27","2007-06-28","2007-06-29","2007-06-30","2007-07-01","2007-07-02","2007-07-03","2007-07-04","2007-07-05","2007-07-06","2007-07-07","2007-07-08","2007-07-09","2007-07-10","2007-07-11","2007-07-12","2007-07-13","2007-07-14","2007-07-15","2007-07-16","2007-07-17","2007-07-18","2007-07-19","2007-07-20","2007-07-21","2007-07-22","2007-07-23","2007-07-24","2007-07-25","2007-07-26","2007-07-27","2007-07-28","2007-07-29","2007-07-30","2007-07-31","2007-08-01","2007-08-02","2007-08-03","2007-08-04","2007-08-05","2007-08-06","2007-08-07","2007-08-08","2007-08-09","2007-08-10","2007-08-11","2007-08-12","2007-08-13","2007-08-14","2007-08-15","2007-08-16","2007-08-17","2007-08-18","2007-08-19","2007-08-20","2007-08-21","2007-08-22","2007-08-23","2007-08-24","2007-08-25","2007-08-26","2007-08-27","2007-08-28","2007-08-29","2007-08-30","2007-08-31","2007-09-01","2007-09-02","2007-09-03","2007-09-04","2007-09-05","2007-09-06","2007-09-07","2007-09-08","2007-09-09","2007-09-10","2007-09-11","2007-09-12","2007-09-13","2007-09-14","2007-09-15","2007-09-16","2007-09-17","2007-09-18","2007-09-19","2007-09-20","2007-09-21","2007-09-22","2007-09-23","2007-09-24","2007-09-25","2007-09-26","2007-09-27","2007-09-28","2007-09-29","2007-09-30","2007-10-01","2007-10-02","2007-10-03","2007-10-04","2007-10-05","2007-10-06","2007-10-07","2007-10-08","2007-10-09","2007-10-10","2007-10-11","2007-10-12","2007-10-13","2007-10-14","2007-10-15","2007-10-16","2007-10-17","2007-10-18","2007-10-19","2007-10-20","2007-10-21","2007-10-22","2007-10-23","2007-10-24","2007-10-25","2007-10-26","2007-10-27","2007-10-28","2007-10-29","2007-10-30","2007-10-31","2007-11-01","2007-11-02","2007-11-03","2007-11-04","2007-11-05","2007-11-06","2007-11-07","2007-11-08","2007-11-09","2007-11-10","2007-11-11","2007-11-12","2007-11-13","2007-11-14","2007-11-15","2007-11-16","2007-11-17","2007-11-18","2007-11-19","2007-11-20","2007-11-21","2007-11-22","2007-11-23","2007-11-24","2007-11-25","2007-11-26","2007-11-27","2007-11-28","2007-11-29","2007-11-30","2007-12-01","2007-12-02","2007-12-03","2007-12-04","2007-12-05","2007-12-06","2007-12-07","2007-12-08","2007-12-09","2007-12-10","2007-12-11","2007-12-12","2007-12-13","2007-12-14","2007-12-15","2007-12-16","2007-12-17","2007-12-18","2007-12-19","2007-12-20","2007-12-21","2007-12-22","2007-12-23","2007-12-24","2007-12-25","2007-12-26","2007-12-27","2007-12-28","2007-12-29","2007-12-30","2007-12-31","2008-01-01","2008-01-02","2008-01-03","2008-01-04","2008-01-05","2008-01-06","2008-01-07","2008-01-08","2008-01-09","2008-01-10","2008-01-11","2008-01-12","2008-01-13","2008-01-14","2008-01-15","2008-01-16","2008-01-17","2008-01-18","2008-01-19","2008-01-20","2008-01-21","2008-01-22","2008-01-23","2008-01-24","2008-01-25","2008-01-26","2008-01-27","2008-01-28","2008-01-29","2008-01-30","2008-01-31","2008-02-01","2008-02-02","2008-02-03","2008-02-04","2008-02-05","2008-02-06","2008-02-07","2008-02-08","2008-02-09","2008-02-10","2008-02-11","2008-02-12","2008-02-13","2008-02-14","2008-02-15","2008-02-16","2008-02-17","2008-02-18","2008-02-19","2008-02-20","2008-02-21","2008-02-22","2008-02-23","2008-02-24","2008-02-25","2008-02-26","2008-02-27","2008-02-28","2008-02-29","2008-03-01","2008-03-02","2008-03-03","2008-03-04","2008-03-05","2008-03-06","2008-03-07","2008-03-08","2008-03-09","2008-03-10","2008-03-11","2008-03-12","2008-03-13","2008-03-14","2008-03-15","2008-03-16","2008-03-17","2008-03-18","2008-03-19","2008-03-20","2008-03-21","2008-03-22","2008-03-23","2008-03-24","2008-03-25","2008-03-26","2008-03-27","2008-03-28","2008-03-29","2008-03-30","2008-03-31","2008-04-01","2008-04-02","2008-04-03","2008-04-04","2008-04-05","2008-04-06","2008-04-07","2008-04-08","2008-04-09","2008-04-10","2008-04-11","2008-04-12","2008-04-13","2008-04-14","2008-04-15","2008-04-16","2008-04-17","2008-04-18","2008-04-19","2008-04-20","2008-04-21","2008-04-22","2008-04-23","2008-04-24","2008-04-25","2008-04-26","2008-04-27","2008-04-28","2008-04-29","2008-04-30","2008-05-01","2008-05-02","2008-05-03","2008-05-04","2008-05-05","2008-05-06","2008-05-07","2008-05-08","2008-05-09","2008-05-10","2008-05-11","2008-05-12","2008-05-13","2008-05-14","2008-05-15","2008-05-16","2008-05-17","2008-05-18","2008-05-19","2008-05-20","2008-05-21","2008-05-22","2008-05-23","2008-05-24","2008-05-25","2008-05-26","2008-05-27","2008-05-28","2008-05-29","2008-05-30","2008-05-31","2008-06-01","2008-06-02","2008-06-03","2008-06-04","2008-06-05","2008-06-06","2008-06-07","2008-06-08","2008-06-09","2008-06-10","2008-06-11","2008-06-12","2008-06-13","2008-06-14","2008-06-15","2008-06-16","2008-06-17","2008-06-18","2008-06-19","2008-06-20","2008-06-21","2008-06-22","2008-06-23","2008-06-24","2008-06-25","2008-06-26","2008-06-27","2008-06-28","2008-06-29","2008-06-30","2008-07-01","2008-07-02","2008-07-03","2008-07-04","2008-07-05","2008-07-06","2008-07-07","2008-07-08","2008-07-09","2008-07-10","2008-07-11","2008-07-12","2008-07-13","2008-07-14","2008-07-15","2008-07-16","2008-07-17","2008-07-18","2008-07-19","2008-07-20","2008-07-21","2008-07-22","2008-07-23","2008-07-24","2008-07-25","2008-07-26","2008-07-27","2008-07-28","2008-07-29","2008-07-30","2008-07-31","2008-08-01","2008-08-02","2008-08-03","2008-08-04","2008-08-05","2008-08-06","2008-08-07","2008-08-08","2008-08-09","2008-08-10","2008-08-11","2008-08-12","2008-08-13","2008-08-14","2008-08-15","2008-08-16","2008-08-17","2008-08-18","2008-08-19","2008-08-20","2008-08-21","2008-08-22","2008-08-23","2008-08-24","2008-08-25","2008-08-26","2008-08-27","2008-08-28","2008-08-29","2008-08-30","2008-08-31","2008-09-01","2008-09-02","2008-09-03","2008-09-04","2008-09-05","2008-09-06","2008-09-07","2008-09-08","2008-09-09","2008-09-10","2008-09-11","2008-09-12","2008-09-13","2008-09-14","2008-09-15","2008-09-16","2008-09-17","2008-09-18","2008-09-19","2008-09-20","2008-09-21","2008-09-22","2008-09-23","2008-09-24","2008-09-25","2008-09-26","2008-09-27","2008-09-28","2008-09-29","2008-09-30","2008-10-01","2008-10-02","2008-10-03","2008-10-04","2008-10-05","2008-10-06","2008-10-07","2008-10-08","2008-10-09","2008-10-10","2008-10-11","2008-10-12","2008-10-13","2008-10-14","2008-10-15","2008-10-16","2008-10-17","2008-10-18","2008-10-19","2008-10-20","2008-10-21","2008-10-22","2008-10-23","2008-10-24","2008-10-25","2008-10-26","2008-10-27","2008-10-28","2008-10-29","2008-10-30","2008-10-31","2008-11-01","2008-11-02","2008-11-03","2008-11-04","2008-11-05","2008-11-06","2008-11-07","2008-11-08","2008-11-09","2008-11-10","2008-11-11","2008-11-12","2008-11-13","2008-11-14","2008-11-15","2008-11-16","2008-11-17","2008-11-18","2008-11-19","2008-11-20","2008-11-21","2008-11-22","2008-11-23","2008-11-24","2008-11-25","2008-11-26","2008-11-27","2008-11-28","2008-11-29","2008-11-30","2008-12-01","2008-12-02","2008-12-03","2008-12-04","2008-12-05","2008-12-06","2008-12-07","2008-12-08","2008-12-09","2008-12-10","2008-12-11","2008-12-12","2008-12-13","2008-12-14","2008-12-15","2008-12-16","2008-12-17","2008-12-18","2008-12-19","2008-12-20","2008-12-21","2008-12-22","2008-12-23","2008-12-24","2008-12-25","2008-12-26","2008-12-27","2008-12-28","2008-12-29","2008-12-30","2008-12-31","2009-01-01","2009-01-02","2009-01-03","2009-01-04","2009-01-05","2009-01-06","2009-01-07","2009-01-08","2009-01-09","2009-01-10","2009-01-11","2009-01-12","2009-01-13","2009-01-14","2009-01-15","2009-01-16","2009-01-17","2009-01-18","2009-01-19","2009-01-20","2009-01-21","2009-01-22","2009-01-23","2009-01-24","2009-01-25","2009-01-26","2009-01-27","2009-01-28","2009-01-29","2009-01-30","2009-01-31","2009-02-01","2009-02-02","2009-02-03","2009-02-04","2009-02-05","2009-02-06","2009-02-07","2009-02-08","2009-02-09","2009-02-10","2009-02-11","2009-02-12","2009-02-13","2009-02-14","2009-02-15","2009-02-16","2009-02-17","2009-02-18","2009-02-19","2009-02-20","2009-02-21","2009-02-22","2009-02-23","2009-02-24","2009-02-25","2009-02-26","2009-02-27","2009-02-28","2009-03-01","2009-03-02","2009-03-03","2009-03-04","2009-03-05","2009-03-06","2009-03-07","2009-03-08","2009-03-09","2009-03-10","2009-03-11","2009-03-12","2009-03-13","2009-03-14","2009-03-15","2009-03-16","2009-03-17","2009-03-18","2009-03-19","2009-03-20","2009-03-21","2009-03-22","2009-03-23","2009-03-24","2009-03-25","2009-03-26","2009-03-27","2009-03-28","2009-03-29","2009-03-30","2009-03-31","2009-04-01","2009-04-02","2009-04-03","2009-04-04","2009-04-05","2009-04-06","2009-04-07","2009-04-08","2009-04-09","2009-04-10","2009-04-11","2009-04-12","2009-04-13","2009-04-14","2009-04-15","2009-04-16","2009-04-17","2009-04-18","2009-04-19","2009-04-20","2009-04-21","2009-04-22","2009-04-23","2009-04-24","2009-04-25","2009-04-26","2009-04-27","2009-04-28","2009-04-29","2009-04-30","2009-05-01","2009-05-02","2009-05-03","2009-05-04","2009-05-05","2009-05-06","2009-05-07","2009-05-08","2009-05-09","2009-05-10","2009-05-11","2009-05-12","2009-05-13","2009-05-14","2009-05-15","2009-05-16","2009-05-17","2009-05-18","2009-05-19","2009-05-20","2009-05-21","2009-05-22","2009-05-23","2009-05-24","2009-05-25","2009-05-26","2009-05-27","2009-05-28","2009-05-29","2009-05-30","2009-05-31","2009-06-01","2009-06-02","2009-06-03","2009-06-04","2009-06-05","2009-06-06","2009-06-07","2009-06-08","2009-06-09","2009-06-10","2009-06-11","2009-06-12","2009-06-13","2009-06-14","2009-06-15","2009-06-16","2009-06-17","2009-06-18","2009-06-19","2009-06-20","2009-06-21","2009-06-22","2009-06-23","2009-06-24","2009-06-25","2009-06-26","2009-06-27","2009-06-28","2009-06-29","2009-06-30","2009-07-01","2009-07-02","2009-07-03","2009-07-04","2009-07-05","2009-07-06","2009-07-07","2009-07-08","2009-07-09","2009-07-10","2009-07-11","2009-07-12","2009-07-13","2009-07-14","2009-07-15","2009-07-16","2009-07-17","2009-07-18","2009-07-19","2009-07-20","2009-07-21","2009-07-22","2009-07-23","2009-07-24","2009-07-25","2009-07-26","2009-07-27","2009-07-28","2009-07-29","2009-07-30","2009-07-31","2009-08-01","2009-08-02","2009-08-03","2009-08-04","2009-08-05","2009-08-06","2009-08-07","2009-08-08","2009-08-09","2009-08-10","2009-08-11","2009-08-12","2009-08-13","2009-08-14","2009-08-15","2009-08-16","2009-08-17","2009-08-18","2009-08-19","2009-08-20","2009-08-21","2009-08-22","2009-08-23","2009-08-24","2009-08-25","2009-08-26","2009-08-27","2009-08-28","2009-08-29","2009-08-30","2009-08-31","2009-09-01","2009-09-02","2009-09-03","2009-09-04","2009-09-05","2009-09-06","2009-09-07","2009-09-08","2009-09-09","2009-09-10","2009-09-11","2009-09-12","2009-09-13","2009-09-14","2009-09-15","2009-09-16","2009-09-17","2009-09-18","2009-09-19","2009-09-20","2009-09-21","2009-09-22","2009-09-23","2009-09-24","2009-09-25","2009-09-26","2009-09-27","2009-09-28","2009-09-29","2009-09-30","2009-10-01","2009-10-02","2009-10-03","2009-10-04","2009-10-05","2009-10-06","2009-10-07","2009-10-08","2009-10-09","2009-10-10","2009-10-11","2009-10-12","2009-10-13","2009-10-14","2009-10-15","2009-10-16","2009-10-17","2009-10-18","2009-10-19","2009-10-20","2009-10-21","2009-10-22","2009-10-23","2009-10-24","2009-10-25","2009-10-26","2009-10-27","2009-10-28","2009-10-29","2009-10-30","2009-10-31","2009-11-01","2009-11-02","2009-11-03","2009-11-04","2009-11-05","2009-11-06","2009-11-07","2009-11-08","2009-11-09","2009-11-10","2009-11-11","2009-11-12","2009-11-13","2009-11-14","2009-11-15","2009-11-16","2009-11-17","2009-11-18","2009-11-19","2009-11-20","2009-11-21","2009-11-22","2009-11-23","2009-11-24","2009-11-25","2009-11-26","2009-11-27","2009-11-28","2009-11-29","2009-11-30","2009-12-01","2009-12-02","2009-12-03","2009-12-04","2009-12-05","2009-12-06","2009-12-07","2009-12-08","2009-12-09","2009-12-10","2009-12-11","2009-12-12","2009-12-13","2009-12-14","2009-12-15","2009-12-16","2009-12-17","2009-12-18","2009-12-19","2009-12-20","2009-12-21","2009-12-22","2009-12-23","2009-12-24","2009-12-25","2009-12-26","2009-12-27","2009-12-28","2009-12-29","2009-12-30","2009-12-31","2010-01-01","2010-01-02","2010-01-03","2010-01-04","2010-01-05","2010-01-06","2010-01-07","2010-01-08","2010-01-09","2010-01-10","2010-01-11","2010-01-12","2010-01-13","2010-01-14","2010-01-15","2010-01-16","2010-01-17","2010-01-18","2010-01-19","2010-01-20","2010-01-21","2010-01-22","2010-01-23","2010-01-24","2010-01-25","2010-01-26","2010-01-27","2010-01-28","2010-01-29","2010-01-30","2010-01-31","2010-02-01","2010-02-02","2010-02-03","2010-02-04","2010-02-05","2010-02-06","2010-02-07","2010-02-08","2010-02-09","2010-02-10","2010-02-11","2010-02-12","2010-02-13","2010-02-14","2010-02-15","2010-02-16","2010-02-17","2010-02-18","2010-02-19","2010-02-20","2010-02-21","2010-02-22","2010-02-23","2010-02-24","2010-02-25","2010-02-26","2010-02-27","2010-02-28","2010-03-01","2010-03-02","2010-03-03","2010-03-04","2010-03-05","2010-03-06","2010-03-07","2010-03-08","2010-03-09","2010-03-10","2010-03-11","2010-03-12","2010-03-13","2010-03-14","2010-03-15","2010-03-16","2010-03-17","2010-03-18","2010-03-19","2010-03-20","2010-03-21","2010-03-22","2010-03-23","2010-03-24","2010-03-25","2010-03-26","2010-03-27","2010-03-28","2010-03-29","2010-03-30","2010-03-31","2010-04-01","2010-04-02","2010-04-03","2010-04-04","2010-04-05","2010-04-06","2010-04-07","2010-04-08","2010-04-09","2010-04-10","2010-04-11","2010-04-12","2010-04-13","2010-04-14","2010-04-15","2010-04-16","2010-04-17","2010-04-18","2010-04-19","2010-04-20","2010-04-21","2010-04-22","2010-04-23","2010-04-24","2010-04-25","2010-04-26","2010-04-27","2010-04-28","2010-04-29","2010-04-30","2010-05-01","2010-05-02","2010-05-03","2010-05-04","2010-05-05","2010-05-06","2010-05-07","2010-05-08","2010-05-09","2010-05-10","2010-05-11","2010-05-12","2010-05-13","2010-05-14","2010-05-15","2010-05-16","2010-05-17","2010-05-18","2010-05-19","2010-05-20","2010-05-21","2010-05-22","2010-05-23","2010-05-24","2010-05-25","2010-05-26","2010-05-27","2010-05-28","2010-05-29","2010-05-30","2010-05-31","2010-06-01","2010-06-02","2010-06-03","2010-06-04","2010-06-05","2010-06-06","2010-06-07","2010-06-08","2010-06-09","2010-06-10","2010-06-11","2010-06-12","2010-06-13","2010-06-14","2010-06-15","2010-06-16","2010-06-17","2010-06-18","2010-06-19","2010-06-20","2010-06-21","2010-06-22","2010-06-23","2010-06-24","2010-06-25","2010-06-26","2010-06-27","2010-06-28","2010-06-29","2010-06-30","2010-07-01","2010-07-02","2010-07-03","2010-07-04","2010-07-05","2010-07-06","2010-07-07","2010-07-08","2010-07-09","2010-07-10","2010-07-11","2010-07-12","2010-07-13","2010-07-14","2010-07-15","2010-07-16","2010-07-17","2010-07-18","2010-07-19","2010-07-20","2010-07-21","2010-07-22","2010-07-23","2010-07-24","2010-07-25","2010-07-26","2010-07-27","2010-07-28","2010-07-29","2010-07-30","2010-07-31","2010-08-01","2010-08-02","2010-08-03","2010-08-04","2010-08-05","2010-08-06","2010-08-07","2010-08-08","2010-08-09","2010-08-10","2010-08-11","2010-08-12","2010-08-13","2010-08-14","2010-08-15","2010-08-16","2010-08-17","2010-08-18","2010-08-19","2010-08-20","2010-08-21","2010-08-22","2010-08-23","2010-08-24","2010-08-25","2010-08-26","2010-08-27","2010-08-28","2010-08-29","2010-08-30","2010-08-31","2010-09-01","2010-09-02","2010-09-03","2010-09-04","2010-09-05","2010-09-06","2010-09-07","2010-09-08","2010-09-09","2010-09-10","2010-09-11","2010-09-12","2010-09-13","2010-09-14","2010-09-15","2010-09-16","2010-09-17","2010-09-18","2010-09-19","2010-09-20","2010-09-21","2010-09-22","2010-09-23","2010-09-24","2010-09-25","2010-09-26","2010-09-27","2010-09-28","2010-09-29","2010-09-30","2010-10-01","2010-10-02","2010-10-03","2010-10-04","2010-10-05","2010-10-06","2010-10-07","2010-10-08","2010-10-09","2010-10-10","2010-10-11","2010-10-12","2010-10-13","2010-10-14","2010-10-15","2010-10-16","2010-10-17","2010-10-18","2010-10-19","2010-10-20","2010-10-21","2010-10-22","2010-10-23","2010-10-24","2010-10-25","2010-10-26","2010-10-27","2010-10-28","2010-10-29","2010-10-30","2010-10-31","2010-11-01","2010-11-02","2010-11-03","2010-11-04","2010-11-05","2010-11-06","2010-11-07","2010-11-08","2010-11-09","2010-11-10","2010-11-11","2010-11-12","2010-11-13","2010-11-14","2010-11-15","2010-11-16","2010-11-17","2010-11-18","2010-11-19","2010-11-20","2010-11-21","2010-11-22","2010-11-23","2010-11-24","2010-11-25","2010-11-26","2010-11-27","2010-11-28","2010-11-29","2010-11-30","2010-12-01","2010-12-02","2010-12-03","2010-12-04","2010-12-05","2010-12-06","2010-12-07","2010-12-08","2010-12-09","2010-12-10","2010-12-11","2010-12-12","2010-12-13","2010-12-14","2010-12-15","2010-12-16","2010-12-17","2010-12-18","2010-12-19","2010-12-20","2010-12-21","2010-12-22","2010-12-23","2010-12-24","2010-12-25","2010-12-26","2010-12-27","2010-12-28","2010-12-29","2010-12-30","2010-12-31","2011-01-01","2011-01-02","2011-01-03","2011-01-04","2011-01-05","2011-01-06","2011-01-07","2011-01-08","2011-01-09","2011-01-10","2011-01-11","2011-01-12","2011-01-13","2011-01-14","2011-01-15","2011-01-16","2011-01-17","2011-01-18","2011-01-19","2011-01-20","2011-01-21","2011-01-22","2011-01-23","2011-01-24","2011-01-25","2011-01-26","2011-01-27","2011-01-28","2011-01-29","2011-01-30","2011-01-31","2011-02-01","2011-02-02","2011-02-03","2011-02-04","2011-02-05","2011-02-06","2011-02-07","2011-02-08","2011-02-09","2011-02-10","2011-02-11","2011-02-12","2011-02-13","2011-02-14","2011-02-15","2011-02-16","2011-02-17","2011-02-18","2011-02-19","2011-02-20","2011-02-21","2011-02-22","2011-02-23","2011-02-24","2011-02-25","2011-02-26","2011-02-27","2011-02-28","2011-03-01","2011-03-02","2011-03-03","2011-03-04","2011-03-05","2011-03-06","2011-03-07","2011-03-08","2011-03-09","2011-03-10","2011-03-11","2011-03-12","2011-03-13","2011-03-14","2011-03-15","2011-03-16","2011-03-17","2011-03-18","2011-03-19","2011-03-20","2011-03-21","2011-03-22","2011-03-23","2011-03-24","2011-03-25","2011-03-26","2011-03-27","2011-03-28","2011-03-29","2011-03-30","2011-03-31","2011-04-01","2011-04-02","2011-04-03","2011-04-04","2011-04-05","2011-04-06","2011-04-07","2011-04-08","2011-04-09","2011-04-10","2011-04-11","2011-04-12","2011-04-13","2011-04-14","2011-04-15","2011-04-16","2011-04-17","2011-04-18","2011-04-19","2011-04-20","2011-04-21","2011-04-22","2011-04-23","2011-04-24","2011-04-25","2011-04-26","2011-04-27","2011-04-28","2011-04-29","2011-04-30","2011-05-01","2011-05-02","2011-05-03","2011-05-04","2011-05-05","2011-05-06","2011-05-07","2011-05-08","2011-05-09","2011-05-10","2011-05-11","2011-05-12","2011-05-13","2011-05-14","2011-05-15","2011-05-16","2011-05-17","2011-05-18","2011-05-19","2011-05-20","2011-05-21","2011-05-22","2011-05-23","2011-05-24","2011-05-25","2011-05-26","2011-05-27","2011-05-28","2011-05-29","2011-05-30","2011-05-31","2011-06-01","2011-06-02","2011-06-03","2011-06-04","2011-06-05","2011-06-06","2011-06-07","2011-06-08","2011-06-09","2011-06-10","2011-06-11","2011-06-12","2011-06-13","2011-06-14","2011-06-15","2011-06-16","2011-06-17","2011-06-18","2011-06-19","2011-06-20","2011-06-21","2011-06-22","2011-06-23","2011-06-24","2011-06-25","2011-06-26","2011-06-27","2011-06-28","2011-06-29","2011-06-30","2011-07-01","2011-07-02","2011-07-03","2011-07-04","2011-07-05","2011-07-06","2011-07-07","2011-07-08","2011-07-09","2011-07-10","2011-07-11","2011-07-12","2011-07-13","2011-07-14","2011-07-15","2011-07-16","2011-07-17","2011-07-18","2011-07-19","2011-07-20","2011-07-21","2011-07-22","2011-07-23","2011-07-24","2011-07-25","2011-07-26","2011-07-27","2011-07-28","2011-07-29","2011-07-30","2011-07-31","2011-08-01","2011-08-02","2011-08-03","2011-08-04","2011-08-05","2011-08-06","2011-08-07","2011-08-08","2011-08-09","2011-08-10","2011-08-11","2011-08-12","2011-08-13","2011-08-14","2011-08-15","2011-08-16","2011-08-17","2011-08-18","2011-08-19","2011-08-20","2011-08-21","2011-08-22","2011-08-23","2011-08-24","2011-08-25","2011-08-26","2011-08-27","2011-08-28","2011-08-29","2011-08-30","2011-08-31","2011-09-01","2011-09-02","2011-09-03","2011-09-04","2011-09-05","2011-09-06","2011-09-07","2011-09-08","2011-09-09","2011-09-10","2011-09-11","2011-09-12","2011-09-13","2011-09-14","2011-09-15","2011-09-16","2011-09-17","2011-09-18","2011-09-19","2011-09-20","2011-09-21","2011-09-22","2011-09-23","2011-09-24","2011-09-25","2011-09-26","2011-09-27","2011-09-28","2011-09-29","2011-09-30","2011-10-01","2011-10-02","2011-10-03","2011-10-04","2011-10-05","2011-10-06","2011-10-07","2011-10-08","2011-10-09","2011-10-10","2011-10-11","2011-10-12","2011-10-13","2011-10-14","2011-10-15","2011-10-16","2011-10-17","2011-10-18","2011-10-19","2011-10-20","2011-10-21","2011-10-22","2011-10-23","2011-10-24","2011-10-25","2011-10-26","2011-10-27","2011-10-28","2011-10-29","2011-10-30","2011-10-31","2011-11-01","2011-11-02","2011-11-03","2011-11-04","2011-11-05","2011-11-06","2011-11-07","2011-11-08","2011-11-09","2011-11-10","2011-11-11","2011-11-12","2011-11-13","2011-11-14","2011-11-15","2011-11-16","2011-11-17","2011-11-18","2011-11-19","2011-11-20","2011-11-21","2011-11-22","2011-11-23","2011-11-24","2011-11-25","2011-11-26","2011-11-27","2011-11-28","2011-11-29","2011-11-30","2011-12-01","2011-12-02","2011-12-03","2011-12-04","2011-12-05","2011-12-06","2011-12-07","2011-12-08","2011-12-09","2011-12-10","2011-12-11","2011-12-12","2011-12-13","2011-12-14","2011-12-15","2011-12-16","2011-12-17","2011-12-18","2011-12-19","2011-12-20","2011-12-21","2011-12-22","2011-12-23","2011-12-24","2011-12-25","2011-12-26","2011-12-27","2011-12-28","2011-12-29","2011-12-30","2011-12-31","2012-01-01","2012-01-02","2012-01-03","2012-01-04","2012-01-05","2012-01-06","2012-01-07","2012-01-08","2012-01-09","2012-01-10","2012-01-11","2012-01-12","2012-01-13","2012-01-14","2012-01-15","2012-01-16","2012-01-17","2012-01-18","2012-01-19","2012-01-20","2012-01-21","2012-01-22","2012-01-23","2012-01-24","2012-01-25","2012-01-26","2012-01-27","2012-01-28","2012-01-29","2012-01-30","2012-01-31","2012-02-01","2012-02-02","2012-02-03","2012-02-04","2012-02-05","2012-02-06","2012-02-07","2012-02-08","2012-02-09","2012-02-10","2012-02-11","2012-02-12","2012-02-13","2012-02-14","2012-02-15","2012-02-16","2012-02-17","2012-02-18","2012-02-19","2012-02-20","2012-02-21","2012-02-22","2012-02-23","2012-02-24","2012-02-25","2012-02-26","2012-02-27","2012-02-28","2012-02-29","2012-03-01","2012-03-02","2012-03-03","2012-03-04","2012-03-05","2012-03-06","2012-03-07","2012-03-08","2012-03-09","2012-03-10","2012-03-11","2012-03-12","2012-03-13","2012-03-14","2012-03-15","2012-03-16","2012-03-17","2012-03-18","2012-03-19","2012-03-20","2012-03-21","2012-03-22","2012-03-23","2012-03-24","2012-03-25","2012-03-26","2012-03-27","2012-03-28","2012-03-29","2012-03-30","2012-03-31","2012-04-01","2012-04-02","2012-04-03","2012-04-04","2012-04-05","2012-04-06","2012-04-07","2012-04-08","2012-04-09","2012-04-10","2012-04-11","2012-04-12","2012-04-13","2012-04-14","2012-04-15","2012-04-16","2012-04-17","2012-04-18","2012-04-19","2012-04-20","2012-04-21","2012-04-22","2012-04-23","2012-04-24","2012-04-25","2012-04-26","2012-04-27","2012-04-28","2012-04-29","2012-04-30","2012-05-01","2012-05-02","2012-05-03","2012-05-04","2012-05-05","2012-05-06","2012-05-07","2012-05-08","2012-05-09","2012-05-10","2012-05-11","2012-05-12","2012-05-13","2012-05-14","2012-05-15","2012-05-16","2012-05-17","2012-05-18","2012-05-19","2012-05-20","2012-05-21","2012-05-22","2012-05-23","2012-05-24","2012-05-25","2012-05-26","2012-05-27","2012-05-28","2012-05-29","2012-05-30","2012-05-31","2012-06-01","2012-06-02","2012-06-03","2012-06-04","2012-06-05","2012-06-06","2012-06-07","2012-06-08","2012-06-09","2012-06-10","2012-06-11","2012-06-12","2012-06-13","2012-06-14","2012-06-15","2012-06-16","2012-06-17","2012-06-18","2012-06-19","2012-06-20","2012-06-21","2012-06-22","2012-06-23","2012-06-24","2012-06-25","2012-06-26","2012-06-27","2012-06-28","2012-06-29","2012-06-30","2012-07-01","2012-07-02","2012-07-03","2012-07-04","2012-07-05","2012-07-06","2012-07-07","2012-07-08","2012-07-09","2012-07-10","2012-07-11","2012-07-12","2012-07-13","2012-07-14","2012-07-15","2012-07-16","2012-07-17","2012-07-18","2012-07-19","2012-07-20","2012-07-21","2012-07-22","2012-07-23","2012-07-24","2012-07-25","2012-07-26","2012-07-27","2012-07-28","2012-07-29","2012-07-30","2012-07-31","2012-08-01","2012-08-02","2012-08-03","2012-08-04","2012-08-05","2012-08-06","2012-08-07","2012-08-08","2012-08-09","2012-08-10","2012-08-11","2012-08-12","2012-08-13","2012-08-14","2012-08-15","2012-08-16","2012-08-17","2012-08-18","2012-08-19","2012-08-20","2012-08-21","2012-08-22","2012-08-23","2012-08-24","2012-08-25","2012-08-26","2012-08-27","2012-08-28","2012-08-29","2012-08-30","2012-08-31","2012-09-01","2012-09-02","2012-09-03","2012-09-04","2012-09-05","2012-09-06","2012-09-07","2012-09-08","2012-09-09","2012-09-10","2012-09-11","2012-09-12","2012-09-13","2012-09-14","2012-09-15","2012-09-16","2012-09-17","2012-09-18","2012-09-19","2012-09-20","2012-09-21","2012-09-22","2012-09-23","2012-09-24","2012-09-25","2012-09-26","2012-09-27","2012-09-28","2012-09-29","2012-09-30","2012-10-01","2012-10-02","2012-10-03","2012-10-04","2012-10-05","2012-10-06","2012-10-07","2012-10-08","2012-10-09","2012-10-10","2012-10-11","2012-10-12","2012-10-13","2012-10-14","2012-10-15","2012-10-16","2012-10-17","2012-10-18","2012-10-19","2012-10-20","2012-10-21","2012-10-22","2012-10-23","2012-10-24","2012-10-25","2012-10-26","2012-10-27","2012-10-28","2012-10-29","2012-10-30","2012-10-31","2012-11-01","2012-11-02","2012-11-03","2012-11-04","2012-11-05","2012-11-06","2012-11-07","2012-11-08","2012-11-09","2012-11-10","2012-11-11","2012-11-12","2012-11-13","2012-11-14","2012-11-15","2012-11-16","2012-11-17","2012-11-18","2012-11-19","2012-11-20","2012-11-21","2012-11-22","2012-11-23","2012-11-24","2012-11-25","2012-11-26","2012-11-27","2012-11-28","2012-11-29","2012-11-30","2012-12-01","2012-12-02","2012-12-03","2012-12-04","2012-12-05","2012-12-06","2012-12-07","2012-12-08","2012-12-09","2012-12-10","2012-12-11","2012-12-12","2012-12-13","2012-12-14","2012-12-15","2012-12-16","2012-12-17","2012-12-18","2012-12-19","2012-12-20","2012-12-21","2012-12-22","2012-12-23","2012-12-24","2012-12-25","2012-12-26","2012-12-27","2012-12-28","2012-12-29","2012-12-30","2012-12-31","2013-01-01","2013-01-02","2013-01-03","2013-01-04","2013-01-05","2013-01-06","2013-01-07","2013-01-08","2013-01-09","2013-01-10","2013-01-11","2013-01-12","2013-01-13","2013-01-14","2013-01-15","2013-01-16","2013-01-17","2013-01-18","2013-01-19","2013-01-20","2013-01-21","2013-01-22","2013-01-23","2013-01-24","2013-01-25","2013-01-26","2013-01-27","2013-01-28","2013-01-29","2013-01-30","2013-01-31","2013-02-01","2013-02-02","2013-02-03","2013-02-04","2013-02-05","2013-02-06","2013-02-07","2013-02-08","2013-02-09","2013-02-10","2013-02-11","2013-02-12","2013-02-13","2013-02-14","2013-02-15","2013-02-16","2013-02-17","2013-02-18","2013-02-19","2013-02-20","2013-02-21","2013-02-22","2013-02-23","2013-02-24","2013-02-25","2013-02-26","2013-02-27","2013-02-28","2013-03-01","2013-03-02","2013-03-03","2013-03-04","2013-03-05","2013-03-06","2013-03-07","2013-03-08","2013-03-09","2013-03-10","2013-03-11","2013-03-12","2013-03-13","2013-03-14","2013-03-15","2013-03-16","2013-03-17","2013-03-18","2013-03-19","2013-03-20","2013-03-21","2013-03-22","2013-03-23","2013-03-24","2013-03-25","2013-03-26","2013-03-27","2013-03-28","2013-03-29","2013-03-30","2013-03-31","2013-04-01","2013-04-02","2013-04-03","2013-04-04","2013-04-05","2013-04-06","2013-04-07","2013-04-08","2013-04-09","2013-04-10","2013-04-11","2013-04-12","2013-04-13","2013-04-14","2013-04-15","2013-04-16","2013-04-17","2013-04-18","2013-04-19","2013-04-20","2013-04-21","2013-04-22","2013-04-23","2013-04-24","2013-04-25","2013-04-26","2013-04-27","2013-04-28","2013-04-29","2013-04-30","2013-05-01","2013-05-02","2013-05-03","2013-05-04","2013-05-05","2013-05-06","2013-05-07","2013-05-08","2013-05-09","2013-05-10","2013-05-11","2013-05-12","2013-05-13","2013-05-14","2013-05-15","2013-05-16","2013-05-17","2013-05-18","2013-05-19","2013-05-20","2013-05-21","2013-05-22","2013-05-23","2013-05-24","2013-05-25","2013-05-26","2013-05-27","2013-05-28","2013-05-29","2013-05-30","2013-05-31","2013-06-01","2013-06-02","2013-06-03","2013-06-04","2013-06-05","2013-06-06","2013-06-07","2013-06-08","2013-06-09","2013-06-10","2013-06-11","2013-06-12","2013-06-13","2013-06-14","2013-06-15","2013-06-16","2013-06-17","2013-06-18","2013-06-19","2013-06-20","2013-06-21","2013-06-22","2013-06-23","2013-06-24","2013-06-25","2013-06-26","2013-06-27","2013-06-28","2013-06-29","2013-06-30","2013-07-01","2013-07-02","2013-07-03","2013-07-04","2013-07-05","2013-07-06","2013-07-07","2013-07-08","2013-07-09","2013-07-10","2013-07-11","2013-07-12","2013-07-13","2013-07-14","2013-07-15","2013-07-16","2013-07-17","2013-07-18","2013-07-19","2013-07-20","2013-07-21","2013-07-22","2013-07-23","2013-07-24","2013-07-25","2013-07-26","2013-07-27","2013-07-28","2013-07-29","2013-07-30","2013-07-31","2013-08-01","2013-08-02","2013-08-03","2013-08-04","2013-08-05","2013-08-06","2013-08-07","2013-08-08","2013-08-09","2013-08-10","2013-08-11","2013-08-12","2013-08-13","2013-08-14","2013-08-15","2013-08-16","2013-08-17","2013-08-18","2013-08-19","2013-08-20","2013-08-21","2013-08-22","2013-08-23","2013-08-24","2013-08-25","2013-08-26","2013-08-27","2013-08-28","2013-08-29","2013-08-30","2013-08-31","2013-09-01","2013-09-02","2013-09-03","2013-09-04","2013-09-05","2013-09-06","2013-09-07","2013-09-08","2013-09-09","2013-09-10","2013-09-11","2013-09-12","2013-09-13","2013-09-14","2013-09-15","2013-09-16","2013-09-17","2013-09-18","2013-09-19","2013-09-20","2013-09-21","2013-09-22","2013-09-23","2013-09-24","2013-09-25","2013-09-26","2013-09-27","2013-09-28","2013-09-29","2013-09-30","2013-10-01","2013-10-02","2013-10-03","2013-10-04","2013-10-05","2013-10-06","2013-10-07","2013-10-08","2013-10-09","2013-10-10","2013-10-11","2013-10-12","2013-10-13","2013-10-14","2013-10-15","2013-10-16","2013-10-17","2013-10-18","2013-10-19","2013-10-20","2013-10-21","2013-10-22","2013-10-23","2013-10-24","2013-10-25","2013-10-26","2013-10-27","2013-10-28","2013-10-29","2013-10-30","2013-10-31","2013-11-01","2013-11-02","2013-11-03","2013-11-04","2013-11-05","2013-11-06","2013-11-07","2013-11-08","2013-11-09","2013-11-10","2013-11-11","2013-11-12","2013-11-13","2013-11-14","2013-11-15","2013-11-16","2013-11-17","2013-11-18","2013-11-19","2013-11-20","2013-11-21","2013-11-22","2013-11-23","2013-11-24","2013-11-25","2013-11-26","2013-11-27","2013-11-28","2013-11-29","2013-11-30","2013-12-01","2013-12-02","2013-12-03","2013-12-04","2013-12-05","2013-12-06","2013-12-07","2013-12-08","2013-12-09","2013-12-10","2013-12-11","2013-12-12","2013-12-13","2013-12-14","2013-12-15","2013-12-16","2013-12-17","2013-12-18","2013-12-19","2013-12-20","2013-12-21","2013-12-22","2013-12-23","2013-12-24","2013-12-25","2013-12-26","2013-12-27","2013-12-28","2013-12-29","2013-12-30","2013-12-31","2014-01-01","2014-01-02","2014-01-03","2014-01-04","2014-01-05","2014-01-06","2014-01-07","2014-01-08","2014-01-09","2014-01-10","2014-01-11","2014-01-12","2014-01-13","2014-01-14","2014-01-15","2014-01-16","2014-01-17","2014-01-18","2014-01-19","2014-01-20","2014-01-21","2014-01-22","2014-01-23","2014-01-24","2014-01-25","2014-01-26","2014-01-27","2014-01-28","2014-01-29","2014-01-30","2014-01-31","2014-02-01","2014-02-02","2014-02-03","2014-02-04","2014-02-05","2014-02-06","2014-02-07","2014-02-08","2014-02-09","2014-02-10","2014-02-11","2014-02-12","2014-02-13","2014-02-14","2014-02-15","2014-02-16","2014-02-17","2014-02-18","2014-02-19","2014-02-20","2014-02-21","2014-02-22","2014-02-23","2014-02-24","2014-02-25","2014-02-26","2014-02-27","2014-02-28","2014-03-01","2014-03-02","2014-03-03","2014-03-04","2014-03-05","2014-03-06","2014-03-07","2014-03-08","2014-03-09","2014-03-10","2014-03-11","2014-03-12","2014-03-13","2014-03-14","2014-03-15","2014-03-16","2014-03-17","2014-03-18","2014-03-19","2014-03-20","2014-03-21","2014-03-22","2014-03-23","2014-03-24","2014-03-25","2014-03-26","2014-03-27","2014-03-28","2014-03-29","2014-03-30","2014-03-31","2014-04-01","2014-04-02","2014-04-03","2014-04-04","2014-04-05","2014-04-06","2014-04-07","2014-04-08","2014-04-09","2014-04-10","2014-04-11","2014-04-12","2014-04-13","2014-04-14","2014-04-15","2014-04-16","2014-04-17","2014-04-18","2014-04-19","2014-04-20","2014-04-21","2014-04-22","2014-04-23","2014-04-24","2014-04-25","2014-04-26","2014-04-27","2014-04-28","2014-04-29","2014-04-30","2014-05-01","2014-05-02","2014-05-03","2014-05-04","2014-05-05","2014-05-06","2014-05-07","2014-05-08","2014-05-09","2014-05-10","2014-05-11","2014-05-12","2014-05-13","2014-05-14","2014-05-15","2014-05-16","2014-05-17","2014-05-18","2014-05-19","2014-05-20","2014-05-21","2014-05-22","2014-05-23","2014-05-24","2014-05-25","2014-05-26","2014-05-27","2014-05-28","2014-05-29","2014-05-30","2014-05-31","2014-06-01","2014-06-02","2014-06-03","2014-06-04","2014-06-05","2014-06-06","2014-06-07","2014-06-08","2014-06-09","2014-06-10","2014-06-11","2014-06-12","2014-06-13","2014-06-14","2014-06-15","2014-06-16","2014-06-17","2014-06-18","2014-06-19","2014-06-20","2014-06-21","2014-06-22","2014-06-23","2014-06-24","2014-06-25","2014-06-26","2014-06-27","2014-06-28","2014-06-29","2014-06-30","2014-07-01","2014-07-02","2014-07-03","2014-07-04","2014-07-05","2014-07-06","2014-07-07","2014-07-08","2014-07-09","2014-07-10","2014-07-11","2014-07-12","2014-07-13","2014-07-14","2014-07-15","2014-07-16","2014-07-17","2014-07-18","2014-07-19","2014-07-20","2014-07-21","2014-07-22","2014-07-23","2014-07-24","2014-07-25","2014-07-26","2014-07-27","2014-07-28","2014-07-29","2014-07-30","2014-07-31","2014-08-01","2014-08-02","2014-08-03","2014-08-04","2014-08-05","2014-08-06","2014-08-07","2014-08-08","2014-08-09","2014-08-10","2014-08-11","2014-08-12","2014-08-13","2014-08-14","2014-08-15","2014-08-16","2014-08-17","2014-08-18","2014-08-19","2014-08-20","2014-08-21","2014-08-22","2014-08-23","2014-08-24","2014-08-25","2014-08-26","2014-08-27","2014-08-28","2014-08-29","2014-08-30","2014-08-31","2014-09-01","2014-09-02","2014-09-03","2014-09-04","2014-09-05","2014-09-06","2014-09-07","2014-09-08","2014-09-09","2014-09-10","2014-09-11","2014-09-12","2014-09-13","2014-09-14","2014-09-15","2014-09-16","2014-09-17","2014-09-18","2014-09-19","2014-09-20","2014-09-21","2014-09-22","2014-09-23","2014-09-24","2014-09-25","2014-09-26","2014-09-27","2014-09-28","2014-09-29","2014-09-30","2014-10-01","2014-10-02","2014-10-03","2014-10-04","2014-10-05","2014-10-06","2014-10-07","2014-10-08","2014-10-09","2014-10-10","2014-10-11","2014-10-12","2014-10-13","2014-10-14","2014-10-15","2014-10-16","2014-10-17","2014-10-18","2014-10-19","2014-10-20","2014-10-21","2014-10-22","2014-10-23","2014-10-24","2014-10-25","2014-10-26","2014-10-27","2014-10-28","2014-10-29","2014-10-30","2014-10-31","2014-11-01","2014-11-02","2014-11-03","2014-11-04","2014-11-05","2014-11-06","2014-11-07","2014-11-08","2014-11-09","2014-11-10","2014-11-11","2014-11-12","2014-11-13","2014-11-14","2014-11-15","2014-11-16","2014-11-17","2014-11-18","2014-11-19","2014-11-20","2014-11-21","2014-11-22","2014-11-23","2014-11-24","2014-11-25","2014-11-26","2014-11-27","2014-11-28","2014-11-29","2014-11-30","2014-12-01","2014-12-02","2014-12-03","2014-12-04","2014-12-05","2014-12-06","2014-12-07","2014-12-08","2014-12-09","2014-12-10","2014-12-11","2014-12-12","2014-12-13","2014-12-14","2014-12-15","2014-12-16","2014-12-17","2014-12-18","2014-12-19","2014-12-20","2014-12-21","2014-12-22","2014-12-23","2014-12-24","2014-12-25","2014-12-26","2014-12-27","2014-12-28","2014-12-29","2014-12-30","2014-12-31","2015-01-01","2015-01-02","2015-01-03","2015-01-04","2015-01-05","2015-01-06","2015-01-07","2015-01-08","2015-01-09","2015-01-10","2015-01-11","2015-01-12","2015-01-13","2015-01-14","2015-01-15","2015-01-16","2015-01-17","2015-01-18","2015-01-19","2015-01-20","2015-01-21","2015-01-22","2015-01-23","2015-01-24","2015-01-25","2015-01-26","2015-01-27","2015-01-28","2015-01-29","2015-01-30","2015-01-31","2015-02-01","2015-02-02","2015-02-03","2015-02-04","2015-02-05","2015-02-06","2015-02-07","2015-02-08","2015-02-09","2015-02-10","2015-02-11","2015-02-12","2015-02-13","2015-02-14","2015-02-15","2015-02-16","2015-02-17","2015-02-18","2015-02-19","2015-02-20","2015-02-21","2015-02-22","2015-02-23","2015-02-24","2015-02-25","2015-02-26","2015-02-27","2015-02-28","2015-03-01","2015-03-02","2015-03-03","2015-03-04","2015-03-05","2015-03-06","2015-03-07","2015-03-08","2015-03-09","2015-03-10","2015-03-11","2015-03-12","2015-03-13","2015-03-14","2015-03-15","2015-03-16","2015-03-17","2015-03-18","2015-03-19","2015-03-20","2015-03-21","2015-03-22","2015-03-23","2015-03-24","2015-03-25","2015-03-26","2015-03-27","2015-03-28","2015-03-29","2015-03-30","2015-03-31","2015-04-01","2015-04-02","2015-04-03","2015-04-04","2015-04-05","2015-04-06","2015-04-07","2015-04-08","2015-04-09","2015-04-10","2015-04-11","2015-04-12","2015-04-13","2015-04-14","2015-04-15","2015-04-16","2015-04-17","2015-04-18","2015-04-19","2015-04-20","2015-04-21","2015-04-22","2015-04-23","2015-04-24","2015-04-25","2015-04-26","2015-04-27","2015-04-28","2015-04-29","2015-04-30","2015-05-01","2015-05-02","2015-05-03","2015-05-04","2015-05-05","2015-05-06","2015-05-07","2015-05-08","2015-05-09","2015-05-10","2015-05-11","2015-05-12","2015-05-13","2015-05-14","2015-05-15","2015-05-16","2015-05-17","2015-05-18","2015-05-19","2015-05-20","2015-05-21","2015-05-22","2015-05-23","2015-05-24","2015-05-25","2015-05-26","2015-05-27","2015-05-28","2015-05-29","2015-05-30","2015-05-31","2015-06-01","2015-06-02","2015-06-03","2015-06-04","2015-06-05","2015-06-06","2015-06-07","2015-06-08","2015-06-09","2015-06-10","2015-06-11","2015-06-12","2015-06-13","2015-06-14","2015-06-15","2015-06-16","2015-06-17","2015-06-18","2015-06-19","2015-06-20","2015-06-21","2015-06-22","2015-06-23","2015-06-24","2015-06-25","2015-06-26","2015-06-27","2015-06-28","2015-06-29","2015-06-30","2015-07-01","2015-07-02","2015-07-03","2015-07-04","2015-07-05","2015-07-06","2015-07-07","2015-07-08","2015-07-09","2015-07-10","2015-07-11","2015-07-12","2015-07-13","2015-07-14","2015-07-15","2015-07-16","2015-07-17","2015-07-18","2015-07-19","2015-07-20","2015-07-21","2015-07-22","2015-07-23","2015-07-24","2015-07-25","2015-07-26","2015-07-27","2015-07-28","2015-07-29","2015-07-30","2015-07-31","2015-08-01","2015-08-02","2015-08-03","2015-08-04","2015-08-05","2015-08-06","2015-08-07","2015-08-08","2015-08-09","2015-08-10","2015-08-11","2015-08-12","2015-08-13","2015-08-14","2015-08-15","2015-08-16","2015-08-17","2015-08-18","2015-08-19","2015-08-20","2015-08-21","2015-08-22","2015-08-23","2015-08-24","2015-08-25","2015-08-26","2015-08-27","2015-08-28","2015-08-29","2015-08-30","2015-08-31","2015-09-01","2015-09-02","2015-09-03","2015-09-04","2015-09-05","2015-09-06","2015-09-07","2015-09-08","2015-09-09","2015-09-10","2015-09-11","2015-09-12","2015-09-13","2015-09-14","2015-09-15","2015-09-16","2015-09-17","2015-09-18","2015-09-19","2015-09-20","2015-09-21","2015-09-22","2015-09-23","2015-09-24","2015-09-25","2015-09-26","2015-09-27","2015-09-28","2015-09-29","2015-09-30","2015-10-01","2015-10-02","2015-10-03","2015-10-04","2015-10-05","2015-10-06","2015-10-07","2015-10-08","2015-10-09","2015-10-10","2015-10-11","2015-10-12","2015-10-13","2015-10-14","2015-10-15","2015-10-16","2015-10-17","2015-10-18","2015-10-19","2015-10-20","2015-10-21","2015-10-22","2015-10-23","2015-10-24","2015-10-25","2015-10-26","2015-10-27","2015-10-28","2015-10-29","2015-10-30","2015-10-31","2015-11-01","2015-11-02","2015-11-03","2015-11-04","2015-11-05","2015-11-06","2015-11-07","2015-11-08","2015-11-09","2015-11-10","2015-11-11","2015-11-12","2015-11-13","2015-11-14","2015-11-15","2015-11-16","2015-11-17","2015-11-18","2015-11-19","2015-11-20","2015-11-21","2015-11-22","2015-11-23","2015-11-24","2015-11-25","2015-11-26","2015-11-27","2015-11-28","2015-11-29","2015-11-30","2015-12-01","2015-12-02","2015-12-03","2015-12-04","2015-12-05","2015-12-06","2015-12-07","2015-12-08","2015-12-09","2015-12-10","2015-12-11","2015-12-12","2015-12-13","2015-12-14","2015-12-15","2015-12-16","2015-12-17","2015-12-18","2015-12-19","2015-12-20","2015-12-21","2015-12-22","2015-12-23","2015-12-24","2015-12-25","2015-12-26","2015-12-27","2015-12-28","2015-12-29","2015-12-30","2015-12-31","2016-01-01","2016-01-02","2016-01-03","2016-01-04","2016-01-05","2016-01-06","2016-01-07","2016-01-08","2016-01-09","2016-01-10","2016-01-11","2016-01-12","2016-01-13","2016-01-14","2016-01-15","2016-01-16","2016-01-17","2016-01-18","2016-01-19","2016-01-20","2016-01-21","2016-01-22","2016-01-23","2016-01-24","2016-01-25","2016-01-26","2016-01-27","2016-01-28","2016-01-29","2016-01-30","2016-01-31","2016-02-01","2016-02-02","2016-02-03","2016-02-04","2016-02-05","2016-02-06","2016-02-07","2016-02-08","2016-02-09","2016-02-10","2016-02-11","2016-02-12","2016-02-13","2016-02-14","2016-02-15","2016-02-16","2016-02-17","2016-02-18","2016-02-19","2016-02-20","2016-02-21","2016-02-22","2016-02-23","2016-02-24","2016-02-25","2016-02-26","2016-02-27","2016-02-28","2016-02-29","2016-03-01","2016-03-02","2016-03-03","2016-03-04","2016-03-05","2016-03-06","2016-03-07","2016-03-08","2016-03-09","2016-03-10","2016-03-11","2016-03-12","2016-03-13","2016-03-14","2016-03-15","2016-03-16","2016-03-17","2016-03-18","2016-03-19","2016-03-20","2016-03-21","2016-03-22","2016-03-23","2016-03-24","2016-03-25","2016-03-26","2016-03-27","2016-03-28","2016-03-29","2016-03-30","2016-03-31","2016-04-01","2016-04-02","2016-04-03","2016-04-04","2016-04-05","2016-04-06","2016-04-07","2016-04-08","2016-04-09","2016-04-10","2016-04-11","2016-04-12","2016-04-13","2016-04-14","2016-04-15","2016-04-16","2016-04-17","2016-04-18","2016-04-19","2016-04-20","2016-04-21","2016-04-22","2016-04-23","2016-04-24","2016-04-25","2016-04-26","2016-04-27","2016-04-28","2016-04-29","2016-04-30","2016-05-01","2016-05-02","2016-05-03","2016-05-04","2016-05-05","2016-05-06","2016-05-07","2016-05-08","2016-05-09","2016-05-10","2016-05-11","2016-05-12","2016-05-13","2016-05-14","2016-05-15","2016-05-16","2016-05-17","2016-05-18","2016-05-19","2016-05-20","2016-05-21","2016-05-22","2016-05-23","2016-05-24","2016-05-25","2016-05-26","2016-05-27","2016-05-28","2016-05-29","2016-05-30","2016-05-31","2016-06-01","2016-06-02","2016-06-03","2016-06-04","2016-06-05","2016-06-06","2016-06-07","2016-06-08","2016-06-09","2016-06-10","2016-06-11","2016-06-12","2016-06-13","2016-06-14","2016-06-15","2016-06-16","2016-06-17","2016-06-18","2016-06-19","2016-06-20","2016-06-21","2016-06-22","2016-06-23","2016-06-24","2016-06-25","2016-06-26","2016-06-27","2016-06-28","2016-06-29","2016-06-30","2016-07-01","2016-07-02","2016-07-03","2016-07-04","2016-07-05","2016-07-06","2016-07-07","2016-07-08","2016-07-09","2016-07-10","2016-07-11","2016-07-12","2016-07-13","2016-07-14","2016-07-15","2016-07-16","2016-07-17","2016-07-18","2016-07-19","2016-07-20","2016-07-21","2016-07-22","2016-07-23","2016-07-24","2016-07-25","2016-07-26","2016-07-27","2016-07-28","2016-07-29","2016-07-30","2016-07-31","2016-08-01","2016-08-02","2016-08-03","2016-08-04","2016-08-05","2016-08-06","2016-08-07","2016-08-08","2016-08-09","2016-08-10","2016-08-11","2016-08-12","2016-08-13","2016-08-14","2016-08-15","2016-08-16","2016-08-17","2016-08-18","2016-08-19","2016-08-20","2016-08-21","2016-08-22","2016-08-23","2016-08-24","2016-08-25","2016-08-26","2016-08-27","2016-08-28","2016-08-29","2016-08-30","2016-08-31","2016-09-01","2016-09-02","2016-09-03","2016-09-04","2016-09-05","2016-09-06","2016-09-07","2016-09-08","2016-09-09","2016-09-10","2016-09-11","2016-09-12","2016-09-13","2016-09-14","2016-09-15","2016-09-16","2016-09-17","2016-09-18","2016-09-19","2016-09-20","2016-09-21","2016-09-22","2016-09-23","2016-09-24","2016-09-25","2016-09-26","2016-09-27","2016-09-28","2016-09-29","2016-09-30","2016-10-01","2016-10-02","2016-10-03","2016-10-04","2016-10-05","2016-10-06","2016-10-07","2016-10-08","2016-10-09","2016-10-10","2016-10-11","2016-10-12","2016-10-13","2016-10-14","2016-10-15","2016-10-16","2016-10-17","2016-10-18","2016-10-19","2016-10-20","2016-10-21","2016-10-22","2016-10-23","2016-10-24","2016-10-25","2016-10-26","2016-10-27","2016-10-28","2016-10-29","2016-10-30","2016-10-31","2016-11-01","2016-11-02","2016-11-03","2016-11-04","2016-11-05","2016-11-06","2016-11-07","2016-11-08","2016-11-09","2016-11-10","2016-11-11","2016-11-12","2016-11-13","2016-11-14","2016-11-15","2016-11-16","2016-11-17","2016-11-18","2016-11-19","2016-11-20","2016-11-21","2016-11-22","2016-11-23","2016-11-24","2016-11-25","2016-11-26","2016-11-27","2016-11-28","2016-11-29","2016-11-30","2016-12-01","2016-12-02","2016-12-03","2016-12-04","2016-12-05","2016-12-06","2016-12-07","2016-12-08","2016-12-09","2016-12-10","2016-12-11","2016-12-12","2016-12-13","2016-12-14","2016-12-15","2016-12-16","2016-12-17","2016-12-18","2016-12-19","2016-12-20","2016-12-21","2016-12-22","2016-12-23","2016-12-24","2016-12-25","2016-12-26","2016-12-27","2016-12-28","2016-12-29","2016-12-30","2016-12-31",]; calendar_prut_climate_spei_monthly_dates = [1961-01-01,"1961-02-01","1961-03-01","1961-04-01","1961-05-01","1961-06-01","1961-07-01","1961-08-01","1961-09-01","1961-10-01","1961-11-01","1961-12-01","1962-01-01","1962-02-01","1962-03-01","1962-04-01","1962-05-01","1962-06-01","1962-07-01","1962-08-01","1962-09-01","1962-10-01","1962-11-01","1962-12-01","1963-01-01","1963-02-01","1963-03-01","1963-04-01","1963-05-01","1963-06-01","1963-07-01","1963-08-01","1963-09-01","1963-10-01","1963-11-01","1963-12-01","1964-01-01","1964-02-01","1964-03-01","1964-04-01","1964-05-01","1964-06-01","1964-07-01","1964-08-01","1964-09-01","1964-10-01","1964-11-01","1964-12-01","1965-01-01","1965-02-01","1965-03-01","1965-04-01","1965-05-01","1965-06-01","1965-07-01","1965-08-01","1965-09-01","1965-10-01","1965-11-01","1965-12-01","1966-01-01","1966-02-01","1966-03-01","1966-04-01","1966-05-01","1966-06-01","1966-07-01","1966-08-01","1966-09-01","1966-10-01","1966-11-01","1966-12-01","1967-01-01","1967-02-01","1967-03-01","1967-04-01","1967-05-01","1967-06-01","1967-07-01","1967-08-01","1967-09-01","1967-10-01","1967-11-01","1967-12-01","1968-01-01","1968-02-01","1968-03-01","1968-04-01","1968-05-01","1968-06-01","1968-07-01","1968-08-01","1968-09-01","1968-10-01","1968-11-01","1968-12-01","1969-01-01","1969-02-01","1969-03-01","1969-04-01","1969-05-01","1969-06-01","1969-07-01","1969-08-01","1969-09-01","1969-10-01","1969-11-01","1969-12-01","1970-01-01","1970-02-01","1970-03-01","1970-04-01","1970-05-01","1970-06-01","1970-07-01","1970-08-01","1970-09-01","1970-10-01","1970-11-01","1970-12-01","1971-01-01","1971-02-01","1971-03-01","1971-04-01","1971-05-01","1971-06-01","1971-07-01","1971-08-01","1971-09-01","1971-10-01","1971-11-01","1971-12-01","1972-01-01","1972-02-01","1972-03-01","1972-04-01","1972-05-01","1972-06-01","1972-07-01","1972-08-01","1972-09-01","1972-10-01","1972-11-01","1972-12-01","1973-01-01","1973-02-01","1973-03-01","1973-04-01","1973-05-01","1973-06-01","1973-07-01","1973-08-01","1973-09-01","1973-10-01","1973-11-01","1973-12-01","1974-01-01","1974-02-01","1974-03-01","1974-04-01","1974-05-01","1974-06-01","1974-07-01","1974-08-01","1974-09-01","1974-10-01","1974-11-01","1974-12-01","1975-01-01","1975-02-01","1975-03-01","1975-04-01","1975-05-01","1975-06-01","1975-07-01","1975-08-01","1975-09-01","1975-10-01","1975-11-01","1975-12-01","1976-01-01","1976-02-01","1976-03-01","1976-04-01","1976-05-01","1976-06-01","1976-07-01","1976-08-01","1976-09-01","1976-10-01","1976-11-01","1976-12-01","1977-01-01","1977-02-01","1977-03-01","1977-04-01","1977-05-01","1977-06-01","1977-07-01","1977-08-01","1977-09-01","1977-10-01","1977-11-01","1977-12-01","1978-01-01","1978-02-01","1978-03-01","1978-04-01","1978-05-01","1978-06-01","1978-07-01","1978-08-01","1978-09-01","1978-10-01","1978-11-01","1978-12-01","1979-01-01","1979-02-01","1979-03-01","1979-04-01","1979-05-01","1979-06-01","1979-07-01","1979-08-01","1979-09-01","1979-10-01","1979-11-01","1979-12-01","1980-01-01","1980-02-01","1980-03-01","1980-04-01","1980-05-01","1980-06-01","1980-07-01","1980-08-01","1980-09-01","1980-10-01","1980-11-01","1980-12-01","1981-01-01","1981-02-01","1981-03-01","1981-04-01","1981-05-01","1981-06-01","1981-07-01","1981-08-01","1981-09-01","1981-10-01","1981-11-01","1981-12-01","1982-01-01","1982-02-01","1982-03-01","1982-04-01","1982-05-01","1982-06-01","1982-07-01","1982-08-01","1982-09-01","1982-10-01","1982-11-01","1982-12-01","1983-01-01","1983-02-01","1983-03-01","1983-04-01","1983-05-01","1983-06-01","1983-07-01","1983-08-01","1983-09-01","1983-10-01","1983-11-01","1983-12-01","1984-01-01","1984-02-01","1984-03-01","1984-04-01","1984-05-01","1984-06-01","1984-07-01","1984-08-01","1984-09-01","1984-10-01","1984-11-01","1984-12-01","1985-01-01","1985-02-01","1985-03-01","1985-04-01","1985-05-01","1985-06-01","1985-07-01","1985-08-01","1985-09-01","1985-10-01","1985-11-01","1985-12-01","1986-01-01","1986-02-01","1986-03-01","1986-04-01","1986-05-01","1986-06-01","1986-07-01","1986-08-01","1986-09-01","1986-10-01","1986-11-01","1986-12-01","1987-01-01","1987-02-01","1987-03-01","1987-04-01","1987-05-01","1987-06-01","1987-07-01","1987-08-01","1987-09-01","1987-10-01","1987-11-01","1987-12-01","1988-01-01","1988-02-01","1988-03-01","1988-04-01","1988-05-01","1988-06-01","1988-07-01","1988-08-01","1988-09-01","1988-10-01","1988-11-01","1988-12-01","1989-01-01","1989-02-01","1989-03-01","1989-04-01","1989-05-01","1989-06-01","1989-07-01","1989-08-01","1989-09-01","1989-10-01","1989-11-01","1989-12-01","1990-01-01","1990-02-01","1990-03-01","1990-04-01","1990-05-01","1990-06-01","1990-07-01","1990-08-01","1990-09-01","1990-10-01","1990-11-01","1990-12-01","1991-01-01","1991-02-01","1991-03-01","1991-04-01","1991-05-01","1991-06-01","1991-07-01","1991-08-01","1991-09-01","1991-10-01","1991-11-01","1991-12-01","1992-01-01","1992-02-01","1992-03-01","1992-04-01","1992-05-01","1992-06-01","1992-07-01","1992-08-01","1992-09-01","1992-10-01","1992-11-01","1992-12-01","1993-01-01","1993-02-01","1993-03-01","1993-04-01","1993-05-01","1993-06-01","1993-07-01","1993-08-01","1993-09-01","1993-10-01","1993-11-01","1993-12-01","1994-01-01","1994-02-01","1994-03-01","1994-04-01","1994-05-01","1994-06-01","1994-07-01","1994-08-01","1994-09-01","1994-10-01","1994-11-01","1994-12-01","1995-01-01","1995-02-01","1995-03-01","1995-04-01","1995-05-01","1995-06-01","1995-07-01","1995-08-01","1995-09-01","1995-10-01","1995-11-01","1995-12-01","1996-01-01","1996-02-01","1996-03-01","1996-04-01","1996-05-01","1996-06-01","1996-07-01","1996-08-01","1996-09-01","1996-10-01","1996-11-01","1996-12-01","1997-01-01","1997-02-01","1997-03-01","1997-04-01","1997-05-01","1997-06-01","1997-07-01","1997-08-01","1997-09-01","1997-10-01","1997-11-01","1997-12-01","1998-01-01","1998-02-01","1998-03-01","1998-04-01","1998-05-01","1998-06-01","1998-07-01","1998-08-01","1998-09-01","1998-10-01","1998-11-01","1998-12-01","1999-01-01","1999-02-01","1999-03-01","1999-04-01","1999-05-01","1999-06-01","1999-07-01","1999-08-01","1999-09-01","1999-10-01","1999-11-01","1999-12-01","2000-01-01","2000-02-01","2000-03-01","2000-04-01","2000-05-01","2000-06-01","2000-07-01","2000-08-01","2000-09-01","2000-10-01","2000-11-01","2000-12-01","2001-01-01","2001-02-01","2001-03-01","2001-04-01","2001-05-01","2001-06-01","2001-07-01","2001-08-01","2001-09-01","2001-10-01","2001-11-01","2001-12-01","2002-01-01","2002-02-01","2002-03-01","2002-04-01","2002-05-01","2002-06-01","2002-07-01","2002-08-01","2002-09-01","2002-10-01","2002-11-01","2002-12-01","2003-01-01","2003-02-01","2003-03-01","2003-04-01","2003-05-01","2003-06-01","2003-07-01","2003-08-01","2003-09-01","2003-10-01","2003-11-01","2003-12-01","2004-01-01","2004-02-01","2004-03-01","2004-04-01","2004-05-01","2004-06-01","2004-07-01","2004-08-01","2004-09-01","2004-10-01","2004-11-01","2004-12-01","2005-01-01","2005-02-01","2005-03-01","2005-04-01","2005-05-01","2005-06-01","2005-07-01","2005-08-01","2005-09-01","2005-10-01","2005-11-01","2005-12-01","2006-01-01","2006-02-01","2006-03-01","2006-04-01","2006-05-01","2006-06-01","2006-07-01","2006-08-01","2006-09-01","2006-10-01","2006-11-01","2006-12-01","2007-01-01","2007-02-01","2007-03-01","2007-04-01","2007-05-01","2007-06-01","2007-07-01","2007-08-01","2007-09-01","2007-10-01","2007-11-01","2007-12-01","2008-01-01","2008-02-01","2008-03-01","2008-04-01","2008-05-01","2008-06-01","2008-07-01","2008-08-01","2008-09-01","2008-10-01","2008-11-01","2008-12-01","2009-01-01","2009-02-01","2009-03-01","2009-04-01","2009-05-01","2009-06-01","2009-07-01","2009-08-01","2009-09-01","2009-10-01","2009-11-01","2009-12-01","2010-01-01","2010-02-01","2010-03-01","2010-04-01","2010-05-01","2010-06-01","2010-07-01","2010-08-01","2010-09-01","2010-10-01","2010-11-01","2010-12-01","2011-01-01","2011-02-01","2011-03-01","2011-04-01","2011-05-01","2011-06-01","2011-07-01","2011-08-01","2011-09-01","2011-10-01","2011-11-01","2011-12-01","2012-01-01","2012-02-01","2012-03-01","2012-04-01","2012-05-01","2012-06-01","2012-07-01","2012-08-01","2012-09-01","2012-10-01","2012-11-01","2012-12-01","2013-01-01","2013-02-01","2013-03-01","2013-04-01","2013-05-01","2013-06-01","2013-07-01","2013-08-01","2013-09-01","2013-10-01","2013-11-01","2013-12-01","2014-01-01","2014-02-01","2014-03-01","2014-04-01","2014-05-01","2014-06-01","2014-07-01","2014-08-01","2014-09-01","2014-10-01","2014-11-01","2014-12-01","2015-01-01","2015-02-01","2015-03-01","2015-04-01","2015-05-01","2015-06-01","2015-07-01","2015-08-01","2015-09-01","2015-10-01","2015-11-01","2015-12-01","2016-01-01","2016-02-01","2016-03-01","2016-04-01","2016-05-01","2016-06-01","2016-07-01","2016-08-01","2016-09-01","2016-10-01","2016-11-01","2016-12-01","2017-01-01","2017-02-01","2017-03-01","2017-04-01","2017-05-01","2017-06-01","2017-07-01","2017-08-01","2017-09-01","2017-10-01","2017-11-01","2017-12-01"]; calendar_es_climate_spei_dates = [1961-01-01,"1961-01-09","1961-01-16","1961-01-23","1961-02-01","1961-02-09","1961-02-16","1961-02-23","1961-03-01","1961-03-09","1961-03-16","1961-03-23","1961-04-01","1961-04-09","1961-04-16","1961-04-23","1961-05-01","1961-05-09","1961-05-16","1961-05-23","1961-06-01","1961-06-09","1961-06-16","1961-06-23","1961-07-01","1961-07-09","1961-07-16","1961-07-23","1961-08-01","1961-08-09","1961-08-16","1961-08-23","1961-09-01","1961-09-09","1961-09-16","1961-09-23","1961-10-01","1961-10-09","1961-10-16","1961-10-23","1961-11-01","1961-11-09","1961-11-16","1961-11-23","1961-12-01","1961-12-09","1961-12-16","1961-12-23","1962-01-01","1962-01-09","1962-01-16","1962-01-23","1962-02-01","1962-02-09","1962-02-16","1962-02-23","1962-03-01","1962-03-09","1962-03-16","1962-03-23","1962-04-01","1962-04-09","1962-04-16","1962-04-23","1962-05-01","1962-05-09","1962-05-16","1962-05-23","1962-06-01","1962-06-09","1962-06-16","1962-06-23","1962-07-01","1962-07-09","1962-07-16","1962-07-23","1962-08-01","1962-08-09","1962-08-16","1962-08-23","1962-09-01","1962-09-09","1962-09-16","1962-09-23","1962-10-01","1962-10-09","1962-10-16","1962-10-23","1962-11-01","1962-11-09","1962-11-16","1962-11-23","1962-12-01","1962-12-09","1962-12-16","1962-12-23","1963-01-01","1963-01-09","1963-01-16","1963-01-23","1963-02-01","1963-02-09","1963-02-16","1963-02-23","1963-03-01","1963-03-09","1963-03-16","1963-03-23","1963-04-01","1963-04-09","1963-04-16","1963-04-23","1963-05-01","1963-05-09","1963-05-16","1963-05-23","1963-06-01","1963-06-09","1963-06-16","1963-06-23","1963-07-01","1963-07-09","1963-07-16","1963-07-23","1963-08-01","1963-08-09","1963-08-16","1963-08-23","1963-09-01","1963-09-09","1963-09-16","1963-09-23","1963-10-01","1963-10-09","1963-10-16","1963-10-23","1963-11-01","1963-11-09","1963-11-16","1963-11-23","1963-12-01","1963-12-09","1963-12-16","1963-12-23","1964-01-01","1964-01-09","1964-01-16","1964-01-23","1964-02-01","1964-02-09","1964-02-16","1964-02-23","1964-03-01","1964-03-09","1964-03-16","1964-03-23","1964-04-01","1964-04-09","1964-04-16","1964-04-23","1964-05-01","1964-05-09","1964-05-16","1964-05-23","1964-06-01","1964-06-09","1964-06-16","1964-06-23","1964-07-01","1964-07-09","1964-07-16","1964-07-23","1964-08-01","1964-08-09","1964-08-16","1964-08-23","1964-09-01","1964-09-09","1964-09-16","1964-09-23","1964-10-01","1964-10-09","1964-10-16","1964-10-23","1964-11-01","1964-11-09","1964-11-16","1964-11-23","1964-12-01","1964-12-09","1964-12-16","1964-12-23","1965-01-01","1965-01-09","1965-01-16","1965-01-23","1965-02-01","1965-02-09","1965-02-16","1965-02-23","1965-03-01","1965-03-09","1965-03-16","1965-03-23","1965-04-01","1965-04-09","1965-04-16","1965-04-23","1965-05-01","1965-05-09","1965-05-16","1965-05-23","1965-06-01","1965-06-09","1965-06-16","1965-06-23","1965-07-01","1965-07-09","1965-07-16","1965-07-23","1965-08-01","1965-08-09","1965-08-16","1965-08-23","1965-09-01","1965-09-09","1965-09-16","1965-09-23","1965-10-01","1965-10-09","1965-10-16","1965-10-23","1965-11-01","1965-11-09","1965-11-16","1965-11-23","1965-12-01","1965-12-09","1965-12-16","1965-12-23","1966-01-01","1966-01-09","1966-01-16","1966-01-23","1966-02-01","1966-02-09","1966-02-16","1966-02-23","1966-03-01","1966-03-09","1966-03-16","1966-03-23","1966-04-01","1966-04-09","1966-04-16","1966-04-23","1966-05-01","1966-05-09","1966-05-16","1966-05-23","1966-06-01","1966-06-09","1966-06-16","1966-06-23","1966-07-01","1966-07-09","1966-07-16","1966-07-23","1966-08-01","1966-08-09","1966-08-16","1966-08-23","1966-09-01","1966-09-09","1966-09-16","1966-09-23","1966-10-01","1966-10-09","1966-10-16","1966-10-23","1966-11-01","1966-11-09","1966-11-16","1966-11-23","1966-12-01","1966-12-09","1966-12-16","1966-12-23","1967-01-01","1967-01-09","1967-01-16","1967-01-23","1967-02-01","1967-02-09","1967-02-16","1967-02-23","1967-03-01","1967-03-09","1967-03-16","1967-03-23","1967-04-01","1967-04-09","1967-04-16","1967-04-23","1967-05-01","1967-05-09","1967-05-16","1967-05-23","1967-06-01","1967-06-09","1967-06-16","1967-06-23","1967-07-01","1967-07-09","1967-07-16","1967-07-23","1967-08-01","1967-08-09","1967-08-16","1967-08-23","1967-09-01","1967-09-09","1967-09-16","1967-09-23","1967-10-01","1967-10-09","1967-10-16","1967-10-23","1967-11-01","1967-11-09","1967-11-16","1967-11-23","1967-12-01","1967-12-09","1967-12-16","1967-12-23","1968-01-01","1968-01-09","1968-01-16","1968-01-23","1968-02-01","1968-02-09","1968-02-16","1968-02-23","1968-03-01","1968-03-09","1968-03-16","1968-03-23","1968-04-01","1968-04-09","1968-04-16","1968-04-23","1968-05-01","1968-05-09","1968-05-16","1968-05-23","1968-06-01","1968-06-09","1968-06-16","1968-06-23","1968-07-01","1968-07-09","1968-07-16","1968-07-23","1968-08-01","1968-08-09","1968-08-16","1968-08-23","1968-09-01","1968-09-09","1968-09-16","1968-09-23","1968-10-01","1968-10-09","1968-10-16","1968-10-23","1968-11-01","1968-11-09","1968-11-16","1968-11-23","1968-12-01","1968-12-09","1968-12-16","1968-12-23","1969-01-01","1969-01-09","1969-01-16","1969-01-23","1969-02-01","1969-02-09","1969-02-16","1969-02-23","1969-03-01","1969-03-09","1969-03-16","1969-03-23","1969-04-01","1969-04-09","1969-04-16","1969-04-23","1969-05-01","1969-05-09","1969-05-16","1969-05-23","1969-06-01","1969-06-09","1969-06-16","1969-06-23","1969-07-01","1969-07-09","1969-07-16","1969-07-23","1969-08-01","1969-08-09","1969-08-16","1969-08-23","1969-09-01","1969-09-09","1969-09-16","1969-09-23","1969-10-01","1969-10-09","1969-10-16","1969-10-23","1969-11-01","1969-11-09","1969-11-16","1969-11-23","1969-12-01","1969-12-09","1969-12-16","1969-12-23","1970-01-01","1970-01-09","1970-01-16","1970-01-23","1970-02-01","1970-02-09","1970-02-16","1970-02-23","1970-03-01","1970-03-09","1970-03-16","1970-03-23","1970-04-01","1970-04-09","1970-04-16","1970-04-23","1970-05-01","1970-05-09","1970-05-16","1970-05-23","1970-06-01","1970-06-09","1970-06-16","1970-06-23","1970-07-01","1970-07-09","1970-07-16","1970-07-23","1970-08-01","1970-08-09","1970-08-16","1970-08-23","1970-09-01","1970-09-09","1970-09-16","1970-09-23","1970-10-01","1970-10-09","1970-10-16","1970-10-23","1970-11-01","1970-11-09","1970-11-16","1970-11-23","1970-12-01","1970-12-09","1970-12-16","1970-12-23","1971-01-01","1971-01-09","1971-01-16","1971-01-23","1971-02-01","1971-02-09","1971-02-16","1971-02-23","1971-03-01","1971-03-09","1971-03-16","1971-03-23","1971-04-01","1971-04-09","1971-04-16","1971-04-23","1971-05-01","1971-05-09","1971-05-16","1971-05-23","1971-06-01","1971-06-09","1971-06-16","1971-06-23","1971-07-01","1971-07-09","1971-07-16","1971-07-23","1971-08-01","1971-08-09","1971-08-16","1971-08-23","1971-09-01","1971-09-09","1971-09-16","1971-09-23","1971-10-01","1971-10-09","1971-10-16","1971-10-23","1971-11-01","1971-11-09","1971-11-16","1971-11-23","1971-12-01","1971-12-09","1971-12-16","1971-12-23","1972-01-01","1972-01-09","1972-01-16","1972-01-23","1972-02-01","1972-02-09","1972-02-16","1972-02-23","1972-03-01","1972-03-09","1972-03-16","1972-03-23","1972-04-01","1972-04-09","1972-04-16","1972-04-23","1972-05-01","1972-05-09","1972-05-16","1972-05-23","1972-06-01","1972-06-09","1972-06-16","1972-06-23","1972-07-01","1972-07-09","1972-07-16","1972-07-23","1972-08-01","1972-08-09","1972-08-16","1972-08-23","1972-09-01","1972-09-09","1972-09-16","1972-09-23","1972-10-01","1972-10-09","1972-10-16","1972-10-23","1972-11-01","1972-11-09","1972-11-16","1972-11-23","1972-12-01","1972-12-09","1972-12-16","1972-12-23","1973-01-01","1973-01-09","1973-01-16","1973-01-23","1973-02-01","1973-02-09","1973-02-16","1973-02-23","1973-03-01","1973-03-09","1973-03-16","1973-03-23","1973-04-01","1973-04-09","1973-04-16","1973-04-23","1973-05-01","1973-05-09","1973-05-16","1973-05-23","1973-06-01","1973-06-09","1973-06-16","1973-06-23","1973-07-01","1973-07-09","1973-07-16","1973-07-23","1973-08-01","1973-08-09","1973-08-16","1973-08-23","1973-09-01","1973-09-09","1973-09-16","1973-09-23","1973-10-01","1973-10-09","1973-10-16","1973-10-23","1973-11-01","1973-11-09","1973-11-16","1973-11-23","1973-12-01","1973-12-09","1973-12-16","1973-12-23","1974-01-01","1974-01-09","1974-01-16","1974-01-23","1974-02-01","1974-02-09","1974-02-16","1974-02-23","1974-03-01","1974-03-09","1974-03-16","1974-03-23","1974-04-01","1974-04-09","1974-04-16","1974-04-23","1974-05-01","1974-05-09","1974-05-16","1974-05-23","1974-06-01","1974-06-09","1974-06-16","1974-06-23","1974-07-01","1974-07-09","1974-07-16","1974-07-23","1974-08-01","1974-08-09","1974-08-16","1974-08-23","1974-09-01","1974-09-09","1974-09-16","1974-09-23","1974-10-01","1974-10-09","1974-10-16","1974-10-23","1974-11-01","1974-11-09","1974-11-16","1974-11-23","1974-12-01","1974-12-09","1974-12-16","1974-12-23","1975-01-01","1975-01-09","1975-01-16","1975-01-23","1975-02-01","1975-02-09","1975-02-16","1975-02-23","1975-03-01","1975-03-09","1975-03-16","1975-03-23","1975-04-01","1975-04-09","1975-04-16","1975-04-23","1975-05-01","1975-05-09","1975-05-16","1975-05-23","1975-06-01","1975-06-09","1975-06-16","1975-06-23","1975-07-01","1975-07-09","1975-07-16","1975-07-23","1975-08-01","1975-08-09","1975-08-16","1975-08-23","1975-09-01","1975-09-09","1975-09-16","1975-09-23","1975-10-01","1975-10-09","1975-10-16","1975-10-23","1975-11-01","1975-11-09","1975-11-16","1975-11-23","1975-12-01","1975-12-09","1975-12-16","1975-12-23","1976-01-01","1976-01-09","1976-01-16","1976-01-23","1976-02-01","1976-02-09","1976-02-16","1976-02-23","1976-03-01","1976-03-09","1976-03-16","1976-03-23","1976-04-01","1976-04-09","1976-04-16","1976-04-23","1976-05-01","1976-05-09","1976-05-16","1976-05-23","1976-06-01","1976-06-09","1976-06-16","1976-06-23","1976-07-01","1976-07-09","1976-07-16","1976-07-23","1976-08-01","1976-08-09","1976-08-16","1976-08-23","1976-09-01","1976-09-09","1976-09-16","1976-09-23","1976-10-01","1976-10-09","1976-10-16","1976-10-23","1976-11-01","1976-11-09","1976-11-16","1976-11-23","1976-12-01","1976-12-09","1976-12-16","1976-12-23","1977-01-01","1977-01-09","1977-01-16","1977-01-23","1977-02-01","1977-02-09","1977-02-16","1977-02-23","1977-03-01","1977-03-09","1977-03-16","1977-03-23","1977-04-01","1977-04-09","1977-04-16","1977-04-23","1977-05-01","1977-05-09","1977-05-16","1977-05-23","1977-06-01","1977-06-09","1977-06-16","1977-06-23","1977-07-01","1977-07-09","1977-07-16","1977-07-23","1977-08-01","1977-08-09","1977-08-16","1977-08-23","1977-09-01","1977-09-09","1977-09-16","1977-09-23","1977-10-01","1977-10-09","1977-10-16","1977-10-23","1977-11-01","1977-11-09","1977-11-16","1977-11-23","1977-12-01","1977-12-09","1977-12-16","1977-12-23","1978-01-01","1978-01-09","1978-01-16","1978-01-23","1978-02-01","1978-02-09","1978-02-16","1978-02-23","1978-03-01","1978-03-09","1978-03-16","1978-03-23","1978-04-01","1978-04-09","1978-04-16","1978-04-23","1978-05-01","1978-05-09","1978-05-16","1978-05-23","1978-06-01","1978-06-09","1978-06-16","1978-06-23","1978-07-01","1978-07-09","1978-07-16","1978-07-23","1978-08-01","1978-08-09","1978-08-16","1978-08-23","1978-09-01","1978-09-09","1978-09-16","1978-09-23","1978-10-01","1978-10-09","1978-10-16","1978-10-23","1978-11-01","1978-11-09","1978-11-16","1978-11-23","1978-12-01","1978-12-09","1978-12-16","1978-12-23","1979-01-01","1979-01-09","1979-01-16","1979-01-23","1979-02-01","1979-02-09","1979-02-16","1979-02-23","1979-03-01","1979-03-09","1979-03-16","1979-03-23","1979-04-01","1979-04-09","1979-04-16","1979-04-23","1979-05-01","1979-05-09","1979-05-16","1979-05-23","1979-06-01","1979-06-09","1979-06-16","1979-06-23","1979-07-01","1979-07-09","1979-07-16","1979-07-23","1979-08-01","1979-08-09","1979-08-16","1979-08-23","1979-09-01","1979-09-09","1979-09-16","1979-09-23","1979-10-01","1979-10-09","1979-10-16","1979-10-23","1979-11-01","1979-11-09","1979-11-16","1979-11-23","1979-12-01","1979-12-09","1979-12-16","1979-12-23","1980-01-01","1980-01-09","1980-01-16","1980-01-23","1980-02-01","1980-02-09","1980-02-16","1980-02-23","1980-03-01","1980-03-09","1980-03-16","1980-03-23","1980-04-01","1980-04-09","1980-04-16","1980-04-23","1980-05-01","1980-05-09","1980-05-16","1980-05-23","1980-06-01","1980-06-09","1980-06-16","1980-06-23","1980-07-01","1980-07-09","1980-07-16","1980-07-23","1980-08-01","1980-08-09","1980-08-16","1980-08-23","1980-09-01","1980-09-09","1980-09-16","1980-09-23","1980-10-01","1980-10-09","1980-10-16","1980-10-23","1980-11-01","1980-11-09","1980-11-16","1980-11-23","1980-12-01","1980-12-09","1980-12-16","1980-12-23","1981-01-01","1981-01-09","1981-01-16","1981-01-23","1981-02-01","1981-02-09","1981-02-16","1981-02-23","1981-03-01","1981-03-09","1981-03-16","1981-03-23","1981-04-01","1981-04-09","1981-04-16","1981-04-23","1981-05-01","1981-05-09","1981-05-16","1981-05-23","1981-06-01","1981-06-09","1981-06-16","1981-06-23","1981-07-01","1981-07-09","1981-07-16","1981-07-23","1981-08-01","1981-08-09","1981-08-16","1981-08-23","1981-09-01","1981-09-09","1981-09-16","1981-09-23","1981-10-01","1981-10-09","1981-10-16","1981-10-23","1981-11-01","1981-11-09","1981-11-16","1981-11-23","1981-12-01","1981-12-09","1981-12-16","1981-12-23","1982-01-01","1982-01-09","1982-01-16","1982-01-23","1982-02-01","1982-02-09","1982-02-16","1982-02-23","1982-03-01","1982-03-09","1982-03-16","1982-03-23","1982-04-01","1982-04-09","1982-04-16","1982-04-23","1982-05-01","1982-05-09","1982-05-16","1982-05-23","1982-06-01","1982-06-09","1982-06-16","1982-06-23","1982-07-01","1982-07-09","1982-07-16","1982-07-23","1982-08-01","1982-08-09","1982-08-16","1982-08-23","1982-09-01","1982-09-09","1982-09-16","1982-09-23","1982-10-01","1982-10-09","1982-10-16","1982-10-23","1982-11-01","1982-11-09","1982-11-16","1982-11-23","1982-12-01","1982-12-09","1982-12-16","1982-12-23","1983-01-01","1983-01-09","1983-01-16","1983-01-23","1983-02-01","1983-02-09","1983-02-16","1983-02-23","1983-03-01","1983-03-09","1983-03-16","1983-03-23","1983-04-01","1983-04-09","1983-04-16","1983-04-23","1983-05-01","1983-05-09","1983-05-16","1983-05-23","1983-06-01","1983-06-09","1983-06-16","1983-06-23","1983-07-01","1983-07-09","1983-07-16","1983-07-23","1983-08-01","1983-08-09","1983-08-16","1983-08-23","1983-09-01","1983-09-09","1983-09-16","1983-09-23","1983-10-01","1983-10-09","1983-10-16","1983-10-23","1983-11-01","1983-11-09","1983-11-16","1983-11-23","1983-12-01","1983-12-09","1983-12-16","1983-12-23","1984-01-01","1984-01-09","1984-01-16","1984-01-23","1984-02-01","1984-02-09","1984-02-16","1984-02-23","1984-03-01","1984-03-09","1984-03-16","1984-03-23","1984-04-01","1984-04-09","1984-04-16","1984-04-23","1984-05-01","1984-05-09","1984-05-16","1984-05-23","1984-06-01","1984-06-09","1984-06-16","1984-06-23","1984-07-01","1984-07-09","1984-07-16","1984-07-23","1984-08-01","1984-08-09","1984-08-16","1984-08-23","1984-09-01","1984-09-09","1984-09-16","1984-09-23","1984-10-01","1984-10-09","1984-10-16","1984-10-23","1984-11-01","1984-11-09","1984-11-16","1984-11-23","1984-12-01","1984-12-09","1984-12-16","1984-12-23","1985-01-01","1985-01-09","1985-01-16","1985-01-23","1985-02-01","1985-02-09","1985-02-16","1985-02-23","1985-03-01","1985-03-09","1985-03-16","1985-03-23","1985-04-01","1985-04-09","1985-04-16","1985-04-23","1985-05-01","1985-05-09","1985-05-16","1985-05-23","1985-06-01","1985-06-09","1985-06-16","1985-06-23","1985-07-01","1985-07-09","1985-07-16","1985-07-23","1985-08-01","1985-08-09","1985-08-16","1985-08-23","1985-09-01","1985-09-09","1985-09-16","1985-09-23","1985-10-01","1985-10-09","1985-10-16","1985-10-23","1985-11-01","1985-11-09","1985-11-16","1985-11-23","1985-12-01","1985-12-09","1985-12-16","1985-12-23","1986-01-01","1986-01-09","1986-01-16","1986-01-23","1986-02-01","1986-02-09","1986-02-16","1986-02-23","1986-03-01","1986-03-09","1986-03-16","1986-03-23","1986-04-01","1986-04-09","1986-04-16","1986-04-23","1986-05-01","1986-05-09","1986-05-16","1986-05-23","1986-06-01","1986-06-09","1986-06-16","1986-06-23","1986-07-01","1986-07-09","1986-07-16","1986-07-23","1986-08-01","1986-08-09","1986-08-16","1986-08-23","1986-09-01","1986-09-09","1986-09-16","1986-09-23","1986-10-01","1986-10-09","1986-10-16","1986-10-23","1986-11-01","1986-11-09","1986-11-16","1986-11-23","1986-12-01","1986-12-09","1986-12-16","1986-12-23","1987-01-01","1987-01-09","1987-01-16","1987-01-23","1987-02-01","1987-02-09","1987-02-16","1987-02-23","1987-03-01","1987-03-09","1987-03-16","1987-03-23","1987-04-01","1987-04-09","1987-04-16","1987-04-23","1987-05-01","1987-05-09","1987-05-16","1987-05-23","1987-06-01","1987-06-09","1987-06-16","1987-06-23","1987-07-01","1987-07-09","1987-07-16","1987-07-23","1987-08-01","1987-08-09","1987-08-16","1987-08-23","1987-09-01","1987-09-09","1987-09-16","1987-09-23","1987-10-01","1987-10-09","1987-10-16","1987-10-23","1987-11-01","1987-11-09","1987-11-16","1987-11-23","1987-12-01","1987-12-09","1987-12-16","1987-12-23","1988-01-01","1988-01-09","1988-01-16","1988-01-23","1988-02-01","1988-02-09","1988-02-16","1988-02-23","1988-03-01","1988-03-09","1988-03-16","1988-03-23","1988-04-01","1988-04-09","1988-04-16","1988-04-23","1988-05-01","1988-05-09","1988-05-16","1988-05-23","1988-06-01","1988-06-09","1988-06-16","1988-06-23","1988-07-01","1988-07-09","1988-07-16","1988-07-23","1988-08-01","1988-08-09","1988-08-16","1988-08-23","1988-09-01","1988-09-09","1988-09-16","1988-09-23","1988-10-01","1988-10-09","1988-10-16","1988-10-23","1988-11-01","1988-11-09","1988-11-16","1988-11-23","1988-12-01","1988-12-09","1988-12-16","1988-12-23","1989-01-01","1989-01-09","1989-01-16","1989-01-23","1989-02-01","1989-02-09","1989-02-16","1989-02-23","1989-03-01","1989-03-09","1989-03-16","1989-03-23","1989-04-01","1989-04-09","1989-04-16","1989-04-23","1989-05-01","1989-05-09","1989-05-16","1989-05-23","1989-06-01","1989-06-09","1989-06-16","1989-06-23","1989-07-01","1989-07-09","1989-07-16","1989-07-23","1989-08-01","1989-08-09","1989-08-16","1989-08-23","1989-09-01","1989-09-09","1989-09-16","1989-09-23","1989-10-01","1989-10-09","1989-10-16","1989-10-23","1989-11-01","1989-11-09","1989-11-16","1989-11-23","1989-12-01","1989-12-09","1989-12-16","1989-12-23","1990-01-01","1990-01-09","1990-01-16","1990-01-23","1990-02-01","1990-02-09","1990-02-16","1990-02-23","1990-03-01","1990-03-09","1990-03-16","1990-03-23","1990-04-01","1990-04-09","1990-04-16","1990-04-23","1990-05-01","1990-05-09","1990-05-16","1990-05-23","1990-06-01","1990-06-09","1990-06-16","1990-06-23","1990-07-01","1990-07-09","1990-07-16","1990-07-23","1990-08-01","1990-08-09","1990-08-16","1990-08-23","1990-09-01","1990-09-09","1990-09-16","1990-09-23","1990-10-01","1990-10-09","1990-10-16","1990-10-23","1990-11-01","1990-11-09","1990-11-16","1990-11-23","1990-12-01","1990-12-09","1990-12-16","1990-12-23","1991-01-01","1991-01-09","1991-01-16","1991-01-23","1991-02-01","1991-02-09","1991-02-16","1991-02-23","1991-03-01","1991-03-09","1991-03-16","1991-03-23","1991-04-01","1991-04-09","1991-04-16","1991-04-23","1991-05-01","1991-05-09","1991-05-16","1991-05-23","1991-06-01","1991-06-09","1991-06-16","1991-06-23","1991-07-01","1991-07-09","1991-07-16","1991-07-23","1991-08-01","1991-08-09","1991-08-16","1991-08-23","1991-09-01","1991-09-09","1991-09-16","1991-09-23","1991-10-01","1991-10-09","1991-10-16","1991-10-23","1991-11-01","1991-11-09","1991-11-16","1991-11-23","1991-12-01","1991-12-09","1991-12-16","1991-12-23","1992-01-01","1992-01-09","1992-01-16","1992-01-23","1992-02-01","1992-02-09","1992-02-16","1992-02-23","1992-03-01","1992-03-09","1992-03-16","1992-03-23","1992-04-01","1992-04-09","1992-04-16","1992-04-23","1992-05-01","1992-05-09","1992-05-16","1992-05-23","1992-06-01","1992-06-09","1992-06-16","1992-06-23","1992-07-01","1992-07-09","1992-07-16","1992-07-23","1992-08-01","1992-08-09","1992-08-16","1992-08-23","1992-09-01","1992-09-09","1992-09-16","1992-09-23","1992-10-01","1992-10-09","1992-10-16","1992-10-23","1992-11-01","1992-11-09","1992-11-16","1992-11-23","1992-12-01","1992-12-09","1992-12-16","1992-12-23","1993-01-01","1993-01-09","1993-01-16","1993-01-23","1993-02-01","1993-02-09","1993-02-16","1993-02-23","1993-03-01","1993-03-09","1993-03-16","1993-03-23","1993-04-01","1993-04-09","1993-04-16","1993-04-23","1993-05-01","1993-05-09","1993-05-16","1993-05-23","1993-06-01","1993-06-09","1993-06-16","1993-06-23","1993-07-01","1993-07-09","1993-07-16","1993-07-23","1993-08-01","1993-08-09","1993-08-16","1993-08-23","1993-09-01","1993-09-09","1993-09-16","1993-09-23","1993-10-01","1993-10-09","1993-10-16","1993-10-23","1993-11-01","1993-11-09","1993-11-16","1993-11-23","1993-12-01","1993-12-09","1993-12-16","1993-12-23","1994-01-01","1994-01-09","1994-01-16","1994-01-23","1994-02-01","1994-02-09","1994-02-16","1994-02-23","1994-03-01","1994-03-09","1994-03-16","1994-03-23","1994-04-01","1994-04-09","1994-04-16","1994-04-23","1994-05-01","1994-05-09","1994-05-16","1994-05-23","1994-06-01","1994-06-09","1994-06-16","1994-06-23","1994-07-01","1994-07-09","1994-07-16","1994-07-23","1994-08-01","1994-08-09","1994-08-16","1994-08-23","1994-09-01","1994-09-09","1994-09-16","1994-09-23","1994-10-01","1994-10-09","1994-10-16","1994-10-23","1994-11-01","1994-11-09","1994-11-16","1994-11-23","1994-12-01","1994-12-09","1994-12-16","1994-12-23","1995-01-01","1995-01-09","1995-01-16","1995-01-23","1995-02-01","1995-02-09","1995-02-16","1995-02-23","1995-03-01","1995-03-09","1995-03-16","1995-03-23","1995-04-01","1995-04-09","1995-04-16","1995-04-23","1995-05-01","1995-05-09","1995-05-16","1995-05-23","1995-06-01","1995-06-09","1995-06-16","1995-06-23","1995-07-01","1995-07-09","1995-07-16","1995-07-23","1995-08-01","1995-08-09","1995-08-16","1995-08-23","1995-09-01","1995-09-09","1995-09-16","1995-09-23","1995-10-01","1995-10-09","1995-10-16","1995-10-23","1995-11-01","1995-11-09","1995-11-16","1995-11-23","1995-12-01","1995-12-09","1995-12-16","1995-12-23","1996-01-01","1996-01-09","1996-01-16","1996-01-23","1996-02-01","1996-02-09","1996-02-16","1996-02-23","1996-03-01","1996-03-09","1996-03-16","1996-03-23","1996-04-01","1996-04-09","1996-04-16","1996-04-23","1996-05-01","1996-05-09","1996-05-16","1996-05-23","1996-06-01","1996-06-09","1996-06-16","1996-06-23","1996-07-01","1996-07-09","1996-07-16","1996-07-23","1996-08-01","1996-08-09","1996-08-16","1996-08-23","1996-09-01","1996-09-09","1996-09-16","1996-09-23","1996-10-01","1996-10-09","1996-10-16","1996-10-23","1996-11-01","1996-11-09","1996-11-16","1996-11-23","1996-12-01","1996-12-09","1996-12-16","1996-12-23","1997-01-01","1997-01-09","1997-01-16","1997-01-23","1997-02-01","1997-02-09","1997-02-16","1997-02-23","1997-03-01","1997-03-09","1997-03-16","1997-03-23","1997-04-01","1997-04-09","1997-04-16","1997-04-23","1997-05-01","1997-05-09","1997-05-16","1997-05-23","1997-06-01","1997-06-09","1997-06-16","1997-06-23","1997-07-01","1997-07-09","1997-07-16","1997-07-23","1997-08-01","1997-08-09","1997-08-16","1997-08-23","1997-09-01","1997-09-09","1997-09-16","1997-09-23","1997-10-01","1997-10-09","1997-10-16","1997-10-23","1997-11-01","1997-11-09","1997-11-16","1997-11-23","1997-12-01","1997-12-09","1997-12-16","1997-12-23","1998-01-01","1998-01-09","1998-01-16","1998-01-23","1998-02-01","1998-02-09","1998-02-16","1998-02-23","1998-03-01","1998-03-09","1998-03-16","1998-03-23","1998-04-01","1998-04-09","1998-04-16","1998-04-23","1998-05-01","1998-05-09","1998-05-16","1998-05-23","1998-06-01","1998-06-09","1998-06-16","1998-06-23","1998-07-01","1998-07-09","1998-07-16","1998-07-23","1998-08-01","1998-08-09","1998-08-16","1998-08-23","1998-09-01","1998-09-09","1998-09-16","1998-09-23","1998-10-01","1998-10-09","1998-10-16","1998-10-23","1998-11-01","1998-11-09","1998-11-16","1998-11-23","1998-12-01","1998-12-09","1998-12-16","1998-12-23","1999-01-01","1999-01-09","1999-01-16","1999-01-23","1999-02-01","1999-02-09","1999-02-16","1999-02-23","1999-03-01","1999-03-09","1999-03-16","1999-03-23","1999-04-01","1999-04-09","1999-04-16","1999-04-23","1999-05-01","1999-05-09","1999-05-16","1999-05-23","1999-06-01","1999-06-09","1999-06-16","1999-06-23","1999-07-01","1999-07-09","1999-07-16","1999-07-23","1999-08-01","1999-08-09","1999-08-16","1999-08-23","1999-09-01","1999-09-09","1999-09-16","1999-09-23","1999-10-01","1999-10-09","1999-10-16","1999-10-23","1999-11-01","1999-11-09","1999-11-16","1999-11-23","1999-12-01","1999-12-09","1999-12-16","1999-12-23","2000-01-01","2000-01-09","2000-01-16","2000-01-23","2000-02-01","2000-02-09","2000-02-16","2000-02-23","2000-03-01","2000-03-09","2000-03-16","2000-03-23","2000-04-01","2000-04-09","2000-04-16","2000-04-23","2000-05-01","2000-05-09","2000-05-16","2000-05-23","2000-06-01","2000-06-09","2000-06-16","2000-06-23","2000-07-01","2000-07-09","2000-07-16","2000-07-23","2000-08-01","2000-08-09","2000-08-16","2000-08-23","2000-09-01","2000-09-09","2000-09-16","2000-09-23","2000-10-01","2000-10-09","2000-10-16","2000-10-23","2000-11-01","2000-11-09","2000-11-16","2000-11-23","2000-12-01","2000-12-09","2000-12-16","2000-12-23","2001-01-01","2001-01-09","2001-01-16","2001-01-23","2001-02-01","2001-02-09","2001-02-16","2001-02-23","2001-03-01","2001-03-09","2001-03-16","2001-03-23","2001-04-01","2001-04-09","2001-04-16","2001-04-23","2001-05-01","2001-05-09","2001-05-16","2001-05-23","2001-06-01","2001-06-09","2001-06-16","2001-06-23","2001-07-01","2001-07-09","2001-07-16","2001-07-23","2001-08-01","2001-08-09","2001-08-16","2001-08-23","2001-09-01","2001-09-09","2001-09-16","2001-09-23","2001-10-01","2001-10-09","2001-10-16","2001-10-23","2001-11-01","2001-11-09","2001-11-16","2001-11-23","2001-12-01","2001-12-09","2001-12-16","2001-12-23","2002-01-01","2002-01-09","2002-01-16","2002-01-23","2002-02-01","2002-02-09","2002-02-16","2002-02-23","2002-03-01","2002-03-09","2002-03-16","2002-03-23","2002-04-01","2002-04-09","2002-04-16","2002-04-23","2002-05-01","2002-05-09","2002-05-16","2002-05-23","2002-06-01","2002-06-09","2002-06-16","2002-06-23","2002-07-01","2002-07-09","2002-07-16","2002-07-23","2002-08-01","2002-08-09","2002-08-16","2002-08-23","2002-09-01","2002-09-09","2002-09-16","2002-09-23","2002-10-01","2002-10-09","2002-10-16","2002-10-23","2002-11-01","2002-11-09","2002-11-16","2002-11-23","2002-12-01","2002-12-09","2002-12-16","2002-12-23","2003-01-01","2003-01-09","2003-01-16","2003-01-23","2003-02-01","2003-02-09","2003-02-16","2003-02-23","2003-03-01","2003-03-09","2003-03-16","2003-03-23","2003-04-01","2003-04-09","2003-04-16","2003-04-23","2003-05-01","2003-05-09","2003-05-16","2003-05-23","2003-06-01","2003-06-09","2003-06-16","2003-06-23","2003-07-01","2003-07-09","2003-07-16","2003-07-23","2003-08-01","2003-08-09","2003-08-16","2003-08-23","2003-09-01","2003-09-09","2003-09-16","2003-09-23","2003-10-01","2003-10-09","2003-10-16","2003-10-23","2003-11-01","2003-11-09","2003-11-16","2003-11-23","2003-12-01","2003-12-09","2003-12-16","2003-12-23","2004-01-01","2004-01-09","2004-01-16","2004-01-23","2004-02-01","2004-02-09","2004-02-16","2004-02-23","2004-03-01","2004-03-09","2004-03-16","2004-03-23","2004-04-01","2004-04-09","2004-04-16","2004-04-23","2004-05-01","2004-05-09","2004-05-16","2004-05-23","2004-06-01","2004-06-09","2004-06-16","2004-06-23","2004-07-01","2004-07-09","2004-07-16","2004-07-23","2004-08-01","2004-08-09","2004-08-16","2004-08-23","2004-09-01","2004-09-09","2004-09-16","2004-09-23","2004-10-01","2004-10-09","2004-10-16","2004-10-23","2004-11-01","2004-11-09","2004-11-16","2004-11-23","2004-12-01","2004-12-09","2004-12-16","2004-12-23","2005-01-01","2005-01-09","2005-01-16","2005-01-23","2005-02-01","2005-02-09","2005-02-16","2005-02-23","2005-03-01","2005-03-09","2005-03-16","2005-03-23","2005-04-01","2005-04-09","2005-04-16","2005-04-23","2005-05-01","2005-05-09","2005-05-16","2005-05-23","2005-06-01","2005-06-09","2005-06-16","2005-06-23","2005-07-01","2005-07-09","2005-07-16","2005-07-23","2005-08-01","2005-08-09","2005-08-16","2005-08-23","2005-09-01","2005-09-09","2005-09-16","2005-09-23","2005-10-01","2005-10-09","2005-10-16","2005-10-23","2005-11-01","2005-11-09","2005-11-16","2005-11-23","2005-12-01","2005-12-09","2005-12-16","2005-12-23","2006-01-01","2006-01-09","2006-01-16","2006-01-23","2006-02-01","2006-02-09","2006-02-16","2006-02-23","2006-03-01","2006-03-09","2006-03-16","2006-03-23","2006-04-01","2006-04-09","2006-04-16","2006-04-23","2006-05-01","2006-05-09","2006-05-16","2006-05-23","2006-06-01","2006-06-09","2006-06-16","2006-06-23","2006-07-01","2006-07-09","2006-07-16","2006-07-23","2006-08-01","2006-08-09","2006-08-16","2006-08-23","2006-09-01","2006-09-09","2006-09-16","2006-09-23","2006-10-01","2006-10-09","2006-10-16","2006-10-23","2006-11-01","2006-11-09","2006-11-16","2006-11-23","2006-12-01","2006-12-09","2006-12-16","2006-12-23","2007-01-01","2007-01-09","2007-01-16","2007-01-23","2007-02-01","2007-02-09","2007-02-16","2007-02-23","2007-03-01","2007-03-09","2007-03-16","2007-03-23","2007-04-01","2007-04-09","2007-04-16","2007-04-23","2007-05-01","2007-05-09","2007-05-16","2007-05-23","2007-06-01","2007-06-09","2007-06-16","2007-06-23","2007-07-01","2007-07-09","2007-07-16","2007-07-23","2007-08-01","2007-08-09","2007-08-16","2007-08-23","2007-09-01","2007-09-09","2007-09-16","2007-09-23","2007-10-01","2007-10-09","2007-10-16","2007-10-23","2007-11-01","2007-11-09","2007-11-16","2007-11-23","2007-12-01","2007-12-09","2007-12-16","2007-12-23","2008-01-01","2008-01-09","2008-01-16","2008-01-23","2008-02-01","2008-02-09","2008-02-16","2008-02-23","2008-03-01","2008-03-09","2008-03-16","2008-03-23","2008-04-01","2008-04-09","2008-04-16","2008-04-23","2008-05-01","2008-05-09","2008-05-16","2008-05-23","2008-06-01","2008-06-09","2008-06-16","2008-06-23","2008-07-01","2008-07-09","2008-07-16","2008-07-23","2008-08-01","2008-08-09","2008-08-16","2008-08-23","2008-09-01","2008-09-09","2008-09-16","2008-09-23","2008-10-01","2008-10-09","2008-10-16","2008-10-23","2008-11-01","2008-11-09","2008-11-16","2008-11-23","2008-12-01","2008-12-09","2008-12-16","2008-12-23","2009-01-01","2009-01-09","2009-01-16","2009-01-23","2009-02-01","2009-02-09","2009-02-16","2009-02-23","2009-03-01","2009-03-09","2009-03-16","2009-03-23","2009-04-01","2009-04-09","2009-04-16","2009-04-23","2009-05-01","2009-05-09","2009-05-16","2009-05-23","2009-06-01","2009-06-09","2009-06-16","2009-06-23","2009-07-01","2009-07-09","2009-07-16","2009-07-23","2009-08-01","2009-08-09","2009-08-16","2009-08-23","2009-09-01","2009-09-09","2009-09-16","2009-09-23","2009-10-01","2009-10-09","2009-10-16","2009-10-23","2009-11-01","2009-11-09","2009-11-16","2009-11-23","2009-12-01","2009-12-09","2009-12-16","2009-12-23","2010-01-01","2010-01-09","2010-01-16","2010-01-23","2010-02-01","2010-02-09","2010-02-16","2010-02-23","2010-03-01","2010-03-09","2010-03-16","2010-03-23","2010-04-01","2010-04-09","2010-04-16","2010-04-23","2010-05-01","2010-05-09","2010-05-16","2010-05-23","2010-06-01","2010-06-09","2010-06-16","2010-06-23","2010-07-01","2010-07-09","2010-07-16","2010-07-23","2010-08-01","2010-08-09","2010-08-16","2010-08-23","2010-09-01","2010-09-09","2010-09-16","2010-09-23","2010-10-01","2010-10-09","2010-10-16","2010-10-23","2010-11-01","2010-11-09","2010-11-16","2010-11-23","2010-12-01","2010-12-09","2010-12-16","2010-12-23","2011-01-01","2011-01-09","2011-01-16","2011-01-23","2011-02-01","2011-02-09","2011-02-16","2011-02-23","2011-03-01","2011-03-09","2011-03-16","2011-03-23","2011-04-01","2011-04-09","2011-04-16","2011-04-23","2011-05-01","2011-05-09","2011-05-16","2011-05-23","2011-06-01","2011-06-09","2011-06-16","2011-06-23","2011-07-01","2011-07-09","2011-07-16","2011-07-23","2011-08-01","2011-08-09","2011-08-16","2011-08-23","2011-09-01","2011-09-09","2011-09-16","2011-09-23","2011-10-01","2011-10-09","2011-10-16","2011-10-23","2011-11-01","2011-11-09","2011-11-16","2011-11-23","2011-12-01","2011-12-09","2011-12-16","2011-12-23","2012-01-01","2012-01-09","2012-01-16","2012-01-23","2012-02-01","2012-02-09","2012-02-16","2012-02-23","2012-03-01","2012-03-09","2012-03-16","2012-03-23","2012-04-01","2012-04-09","2012-04-16","2012-04-23","2012-05-01","2012-05-09","2012-05-16","2012-05-23","2012-06-01","2012-06-09","2012-06-16","2012-06-23","2012-07-01","2012-07-09","2012-07-16","2012-07-23","2012-08-01","2012-08-09","2012-08-16","2012-08-23","2012-09-01","2012-09-09","2012-09-16","2012-09-23","2012-10-01","2012-10-09","2012-10-16","2012-10-23","2012-11-01","2012-11-09","2012-11-16","2012-11-23","2012-12-01","2012-12-09","2012-12-16","2012-12-23","2013-01-01","2013-01-09","2013-01-16","2013-01-23","2013-02-01","2013-02-09","2013-02-16","2013-02-23","2013-03-01","2013-03-09","2013-03-16","2013-03-23","2013-04-01","2013-04-09","2013-04-16","2013-04-23","2013-05-01","2013-05-09","2013-05-16","2013-05-23","2013-06-01","2013-06-09","2013-06-16","2013-06-23","2013-07-01","2013-07-09","2013-07-16","2013-07-23","2013-08-01","2013-08-09","2013-08-16","2013-08-23","2013-09-01","2013-09-09","2013-09-16","2013-09-23","2013-10-01","2013-10-09","2013-10-16","2013-10-23","2013-11-01","2013-11-09","2013-11-16","2013-11-23","2013-12-01","2013-12-09","2013-12-16","2013-12-23","2014-01-01","2014-01-09","2014-01-16","2014-01-23","2014-02-01","2014-02-09","2014-02-16","2014-02-23","2014-03-01","2014-03-09","2014-03-16","2014-03-23","2014-04-01","2014-04-09","2014-04-16","2014-04-23","2014-05-01","2014-05-09","2014-05-16","2014-05-23","2014-06-01","2014-06-09","2014-06-16","2014-06-23","2014-07-01","2014-07-09","2014-07-16","2014-07-23","2014-08-01","2014-08-09","2014-08-16","2014-08-23","2014-09-01","2014-09-09","2014-09-16","2014-09-23","2014-10-01","2014-10-09","2014-10-16","2014-10-23","2014-11-01","2014-11-09","2014-11-16","2014-11-23","2014-12-01","2014-12-09","2014-12-16","2014-12-23"]; calendar_prut_climate_daily_rt_dates = [2017-01-06,"2017-01-02","2017-01-03","2017-01-04","2017-01-05","2017-01-06","2017-01-07","2017-01-08","2017-01-09","2017-01-10","2017-01-11","2017-01-12","2017-01-13","2017-01-14","2017-01-15","2017-01-16","2017-01-17","2017-01-18","2017-01-19","2017-01-20","2017-01-21","2017-01-22","2017-01-23","2017-01-24","2017-01-25","2017-01-26","2017-01-27","2017-01-28","2017-01-29","2017-01-30","2017-01-31","2017-02-01","2017-02-02","2017-02-03","2017-02-04","2017-02-05","2017-02-06","2017-02-07","2017-02-08","2017-02-09","2017-02-10","2017-02-11","2017-02-12","2017-02-13","2017-02-14","2017-02-15","2017-02-16","2017-02-17","2017-02-18","2017-02-19","2017-02-20","2017-02-21","2017-02-22","2017-02-23","2017-02-24","2017-02-25","2017-02-26","2017-02-27","2017-02-28","2017-03-01","2017-03-02","2017-03-03","2017-03-04","2017-03-05","2017-03-06","2017-03-07","2017-03-08","2017-03-09","2017-03-10","2017-03-11","2017-03-12","2017-03-13","2017-03-14","2017-03-15","2017-03-16","2017-03-17","2017-03-18","2017-03-19","2017-03-20","2017-03-21","2017-03-22","2017-03-23","2017-03-24","2017-03-25","2017-03-26","2017-03-27","2017-03-28","2017-03-29","2017-03-30","2017-03-31","2017-04-01","2017-04-02","2017-04-03","2017-04-04","2017-04-05","2017-04-06","2017-04-07","2017-04-08","2017-04-09","2017-04-10","2017-04-11","2017-04-12","2017-04-13","2017-04-14","2017-04-15","2017-04-16","2017-04-17","2017-04-18","2017-04-19","2017-04-20","2017-04-21","2017-04-22","2017-04-23","2017-04-24","2017-04-25","2017-04-26","2017-04-27","2017-04-28","2017-04-29","2017-04-30","2017-05-01","2017-05-02","2017-05-03","2017-05-04","2017-05-05","2017-05-06","2017-05-07","2017-05-08","2017-05-09","2017-05-10","2017-05-11","2017-05-12","2017-05-13","2017-05-14","2017-05-15","2017-05-16","2017-05-17","2017-05-18","2017-05-19","2017-05-20","2017-05-21","2017-05-22","2017-05-23","2017-05-24","2017-05-25","2017-05-26","2017-05-27","2017-05-28","2017-05-29","2017-05-30","2017-05-31","2017-06-01","2017-06-02","2017-06-03","2017-06-04","2017-06-05","2017-06-06","2017-06-07","2017-06-08","2017-06-09","2017-06-10","2017-06-11","2017-06-12","2017-06-13","2017-06-14","2017-06-15","2017-06-16","2017-06-17","2017-06-18","2017-06-19","2017-06-20","2017-06-21","2017-06-22","2017-06-23","2017-06-24","2017-06-25","2017-06-26","2017-06-27","2017-06-28","2017-06-29","2017-06-30","2017-07-01","2017-07-02","2017-07-03","2017-07-04","2017-07-05","2017-07-06","2017-07-07","2017-07-08","2017-07-09","2017-07-10","2017-07-11","2017-07-12","2017-07-13","2017-07-14","2017-07-15","2017-07-16","2017-07-17","2017-07-18","2017-07-19","2017-07-20","2017-07-21","2017-07-22","2017-07-23","2017-07-24","2017-07-25","2017-07-26","2017-07-27","2017-07-28","2017-07-29","2017-07-30","2017-07-31","2017-08-01","2017-08-02","2017-08-03","2017-08-04","2017-08-05","2017-08-06","2017-08-07","2017-08-08","2017-08-09","2017-08-10","2017-08-11","2017-08-12","2017-08-13","2017-08-14","2017-08-15","2017-08-16","2017-08-17","2017-08-18","2017-08-19","2017-08-20","2017-08-21","2017-08-22","2017-08-23","2017-08-24","2017-08-25","2017-08-26","2017-08-27","2017-08-28","2017-08-29","2017-08-30","2017-08-31","2017-09-01","2017-09-02","2017-09-03","2017-09-04","2017-09-05","2017-09-06","2017-09-07","2017-09-08","2017-09-09","2017-09-10","2017-09-11","2017-09-12","2017-09-13","2017-09-14","2017-09-15","2017-09-16","2017-09-17","2017-09-18","2017-09-19","2017-09-20","2017-09-21","2017-09-22","2017-09-23","2017-09-24","2017-09-25","2017-09-26","2017-09-27","2017-09-28","2017-09-29","2017-09-30","2017-10-01","2017-10-02","2017-10-03","2017-10-04","2017-10-05","2017-10-06","2017-10-07","2017-10-08","2017-10-09","2017-10-10","2017-10-11","2017-10-12","2017-10-13","2017-10-14","2017-10-15","2017-10-16","2017-10-17","2017-10-18","2017-10-19","2017-10-20","2017-10-21","2017-10-22","2017-10-23","2017-10-24","2017-10-25","2017-10-26","2017-10-27","2017-10-28","2017-10-29","2017-10-30","2017-10-31","2017-11-01","2017-11-02","2017-11-03","2017-11-04","2017-11-05","2017-11-06","2017-11-07","2017-11-08","2017-11-09","2017-11-10","2017-11-11","2017-11-12","2017-11-13","2017-11-14","2017-11-15","2017-11-16","2017-11-17","2017-11-18","2017-11-19","2017-11-20","2017-11-21","2017-11-22","2017-11-23","2017-11-24","2017-11-25","2017-11-26","2017-11-27","2017-11-28","2017-11-29","2017-11-30","2017-12-01","2017-12-02","2017-12-03","2017-12-04","2017-12-05","2017-12-06","2017-12-07","2017-12-08","2017-12-09","2017-12-10","2017-12-11","2017-12-12","2017-12-13","2017-12-14","2017-12-15","2017-12-16","2017-12-17","2017-12-18","2017-12-19","2017-12-20","2017-12-21","2017-12-22","2017-12-23","2017-12-24","2017-12-25","2017-12-26","2017-12-27","2017-12-28","2017-12-29","2017-12-30","2017-12-31","2018-01-01","2018-01-02","2018-01-03","2018-01-04","2018-01-05","2018-01-06","2018-01-07","2018-01-08","2018-01-09","2018-01-10","2018-01-11","2018-01-12","2018-01-13","2018-01-14","2018-01-15","2018-01-16","2018-01-17","2018-01-18","2018-01-19","2018-01-20","2018-01-21","2018-01-22","2018-01-23","2018-01-24","2018-01-25","2018-01-26","2018-01-27","2018-01-28","2018-01-29","2018-01-30","2018-01-31","2018-02-01","2018-02-02","2018-02-03","2018-02-04","2018-02-05","2018-02-06","2018-02-07","2018-02-08","2018-02-09","2018-02-10","2018-02-11","2018-02-12","2018-02-13","2018-02-14","2018-02-15","2018-02-16","2018-02-17","2018-02-18","2018-02-19","2018-02-20","2018-02-21","2018-02-22","2018-02-23","2018-02-24","2018-02-25","2018-02-26","2018-02-27","2018-02-28","2018-03-01","2018-03-02","2018-03-03","2018-03-04","2018-03-05","2018-03-06","2018-03-07","2018-03-08","2018-03-09","2018-03-10","2018-03-11","2018-03-12","2018-03-13","2018-03-14","2018-03-15","2018-03-16","2018-03-17","2018-03-18","2018-03-19","2018-03-20","2018-03-21","2018-03-22","2018-03-23","2018-03-24","2018-03-25","2018-03-26","2018-03-27","2018-03-28","2018-03-29","2018-03-30","2018-03-31","2018-04-01","2018-04-02","2018-04-03","2018-04-04","2018-04-05","2018-04-06","2018-04-07","2018-04-08","2018-04-09","2018-04-10","2018-04-11","2018-04-12","2018-04-13","2018-04-14","2018-04-15","2018-04-16","2018-04-17","2018-04-18","2018-04-19","2018-04-20","2018-04-21","2018-04-22","2018-04-23","2018-04-24","2018-04-25","2018-04-26","2018-04-27","2018-04-28","2018-04-29","2018-04-30","2018-05-01","2018-05-02","2018-05-03","2018-05-04","2018-05-05","2018-05-06","2018-05-07","2018-05-08","2018-05-09","2018-05-10","2018-05-11","2018-05-12","2018-05-13","2018-05-14","2018-05-15","2018-05-16","2018-05-17","2018-05-18","2018-05-19","2018-05-20","2018-05-21","2018-05-22","2018-05-23","2018-05-24","2018-05-25","2018-05-26","2018-05-27","2018-05-28","2018-05-29","2018-05-30","2018-05-31","2018-06-01","2018-06-02","2018-06-03","2018-06-04","2018-06-05","2018-06-06","2018-06-07","2018-06-08","2018-06-09","2018-06-10","2018-06-11","2018-06-12","2018-06-13","2018-06-14","2018-06-15","2018-06-16","2018-06-17","2018-06-18","2018-06-19","2018-06-20","2018-06-21","2018-06-22","2018-06-23","2018-06-24","2018-06-25","2018-06-26","2018-06-27","2018-06-28","2018-06-29","2018-06-30","2018-07-01","2018-07-02","2018-07-03","2018-07-04","2018-07-05","2018-07-06","2018-07-07","2018-07-08","2018-07-09","2018-07-10","2018-07-11","2018-07-12","2018-07-13","2018-07-14","2018-07-15","2018-07-16","2018-07-17","2018-07-18","2018-07-19","2018-07-20","2018-07-21","2018-07-22","2018-07-23","2018-07-24","2018-07-25","2018-07-26","2018-07-27","2018-07-28","2018-07-29","2018-07-30","2018-07-31","2018-08-01","2018-08-02","2018-08-03","2018-08-04","2018-08-05","2018-08-06","2018-08-07","2018-08-08","2018-08-09","2018-08-10","2018-08-11","2018-08-12","2018-08-13","2018-08-14","2018-08-15","2018-08-16","2018-08-17","2018-08-18","2018-08-19","2018-08-20","2018-08-21","2018-08-22","2018-08-23","2018-08-24","2018-08-25","2018-08-26","2018-08-27","2018-08-28","2018-08-29","2018-08-30","2018-08-31","2018-09-01","2018-09-02","2018-09-03","2018-09-04","2018-09-05","2018-09-06","2018-09-07","2018-09-08","2018-09-09","2018-09-10","2018-09-11","2018-09-12","2018-09-13","2018-09-14","2018-09-15","2018-09-16","2018-09-17","2018-09-18","2018-09-19","2018-09-20","2018-09-21","2018-09-22","2018-09-23","2018-09-24","2018-09-25","2018-09-26","2018-09-27","2018-09-28","2018-09-29","2018-09-30","2018-10-01","2018-10-02","2018-10-03","2018-10-04","2018-10-05","2018-10-06","2018-10-07","2018-10-08","2018-10-09","2018-10-10","2018-10-11","2018-10-12","2018-10-13","2018-10-14","2018-10-15","2018-10-16","2018-10-17","2018-10-18","2018-10-19","2018-10-20","2018-10-21","2018-10-22","2018-10-23","2018-10-24","2018-10-25","2018-10-26","2018-10-27","2018-10-28","2018-10-29","2018-10-30","2018-10-31","2018-11-01","2018-11-02","2018-11-03","2018-11-04","2018-11-05","2018-11-06","2018-11-07","2018-11-08","2018-11-09","2018-11-10","2018-11-11","2018-11-12","2018-11-13","2018-11-14","2018-11-15","2018-11-16","2018-11-17","2018-11-18","2018-11-19","2018-11-20","2018-11-21","2018-11-22","2018-11-23","2018-11-24","2018-11-25","2018-11-26","2018-11-27","2018-11-28","2018-11-29","2018-11-30","2018-12-01","2018-12-02","2018-12-03","2018-12-04","2018-12-05","2018-12-06","2018-12-07","2018-12-08","2018-12-09","2018-12-10","2018-12-11","2018-12-12","2018-12-13","2018-12-14","2018-12-15","2018-12-16","2018-12-17","2018-12-18","2018-12-19","2018-12-20","2018-12-21","2018-12-22","2018-12-23","2018-12-24","2018-12-25","2018-12-26","2018-12-27","2018-12-28","2018-12-29","2018-12-30","2018-12-31","2019-01-01","2019-01-02","2019-01-03","2019-01-04","2019-01-05","2019-01-06","2019-01-07","2019-01-08","2019-01-09","2019-01-10","2019-01-11","2019-01-12","2019-01-13","2019-01-14","2019-01-15","2019-01-16","2019-01-17","2019-01-18","2019-01-19","2019-01-20","2019-01-21","2019-01-22","2019-01-23","2019-01-24","2019-01-25","2019-01-26","2019-01-27","2019-01-28","2019-01-29","2019-01-30","2019-01-31","2019-02-01","2019-02-02","2019-02-03","2019-02-04","2019-02-05","2019-02-06","2019-02-07","2019-02-08","2019-02-09","2019-02-10","2019-02-11","2019-02-12","2019-02-13","2019-02-14","2019-02-15","2019-02-16","2019-02-17","2019-02-18","2019-02-19","2019-02-20","2019-02-21","2019-02-22","2019-02-23","2019-02-24","2019-02-25","2019-02-26","2019-02-27","2019-02-28","2019-03-01","2019-03-02","2019-03-03","2019-03-04","2019-03-05","2019-03-06","2019-03-07","2019-03-08","2019-03-09","2019-03-10","2019-03-11","2019-03-12","2019-03-13","2019-03-14","2019-03-15","2019-03-16","2019-03-17","2019-03-18","2019-03-19","2019-03-20","2019-03-21","2019-03-22","2019-03-23","2019-03-24","2019-03-25","2019-03-26","2019-03-27","2019-03-28","2019-03-29","2019-03-30","2019-03-31","2019-04-01","2019-04-02","2019-04-03","2019-04-04","2019-04-05","2019-04-06","2019-04-07","2019-04-08","2019-04-09","2019-04-10","2019-04-11","2019-04-12","2019-04-13","2019-04-14","2019-04-15","2019-04-16","2019-04-17","2019-04-18","2019-04-19","2019-04-20","2019-04-21","2019-04-22","2019-04-23","2019-04-24","2019-04-25","2019-04-26","2019-04-27","2019-04-28","2019-04-29","2019-04-30","2019-05-01","2019-05-02","2019-05-03","2019-05-04","2019-05-05","2019-05-06","2019-05-07","2019-05-08","2019-05-09","2019-05-10","2019-05-11","2019-05-12","2019-05-13","2019-05-14","2019-05-15","2019-05-16","2019-05-17","2019-05-18","2019-05-19","2019-05-20","2019-05-21","2019-05-22","2019-05-23","2019-05-24","2019-05-25","2019-05-26","2019-05-27","2019-05-28","2019-05-29","2019-05-30","2019-05-31","2019-06-01","2019-06-02","2019-06-03","2019-06-04","2019-06-05","2019-06-06","2019-06-07","2019-06-08","2019-06-09","2019-06-10","2019-06-11","2019-06-12","2019-06-13","2019-06-14","2019-06-15","2019-06-16","2019-06-17","2019-06-18","2019-06-19","2019-06-20","2019-06-21","2019-06-22","2019-06-23","2019-06-24","2019-06-25","2019-06-26","2019-06-27","2019-06-28","2019-06-29","2019-06-30","2019-07-01","2019-07-02","2019-07-03","2019-07-04","2019-07-05","2019-07-06","2019-07-07","2019-07-08","2019-07-09","2019-07-10","2019-07-11","2019-07-11","2019-07-12","2019-07-13","2019-07-14","2019-07-15","2019-07-16","2019-07-17","2019-07-18","2019-07-19","2019-07-20","2019-07-21","2019-07-22","2019-07-23","2019-07-24","2019-07-25","2019-07-26","2019-07-27","2019-07-28","2019-07-29","2019-07-30","2019-07-31","2019-08-01","2019-08-02","2019-08-03","2019-08-04","2019-08-05","2019-08-06","2019-08-07","2019-08-08","2019-08-09","2019-08-10","2019-08-11","2019-08-12","2019-08-13","2019-08-14","2019-08-15","2019-08-16","2019-08-17","2019-08-18","2019-08-19","2019-08-20","2019-08-21","2019-08-22","2019-08-23","2019-08-24","2019-08-25","2019-08-26","2019-08-27","2019-08-28","2019-08-29","2019-08-30","2019-08-31","2019-09-01","2019-09-02","2019-09-03","2019-09-04","2019-09-05","2019-09-06","2019-09-07","2019-09-08","2019-09-09","2019-09-10","2019-09-11","2019-09-12","2019-09-13","2019-09-14","2019-09-15","2019-09-16","2019-09-17","2019-09-18","2019-09-19","2019-09-20","2019-09-21","2019-09-22","2019-09-23","2019-09-24","2019-09-25","2019-09-26","2019-09-27","2019-09-28","2019-09-29","2019-09-30","2019-10-01","2019-10-02","2019-10-03","2019-10-04","2019-10-05","2019-10-06","2019-10-07","2019-10-08","2019-10-09","2019-10-10","2019-10-11","2019-10-12","2019-10-13","2019-10-14","2019-10-15","2019-10-16","2019-10-17","2019-10-18","2019-10-19","2019-10-20","2019-10-21","2019-10-22","2019-10-23","2019-10-24","2019-10-25","2019-10-26","2019-10-27","2019-10-28","2019-10-29","2019-10-30","2019-10-31","2019-11-01","2019-11-02","2019-11-03","2019-11-04","2019-11-05","2019-11-06","2019-11-07","2019-11-08","2019-11-09","2019-11-10","2019-11-11","2019-11-12","2019-11-13","2019-11-14","2019-11-15","2019-11-16","2019-11-17","2019-11-18","2019-11-19","2019-11-20","2019-11-21","2019-11-22","2019-11-23","2019-11-24","2019-11-25","2019-11-26","2019-11-27","2019-11-28","2019-11-29","2019-11-30","2019-12-01","2019-12-02","2019-12-03","2019-12-04","2019-12-05","2019-12-06","2019-12-07","2019-12-08","2019-12-09","2019-12-10","2019-12-11","2019-12-12","2019-12-13","2019-12-14","2019-12-15","2019-12-16","2019-12-17","2019-12-18","2019-12-19","2019-12-20","2019-12-21","2019-12-22","2019-12-23","2019-12-24","2019-12-25","2019-12-26","2019-12-27","2019-12-28","2019-12-29","2019-12-30","2019-12-31","2020-01-01","2020-01-02","2020-01-03","2020-01-04","2020-01-05","2020-01-06","2020-01-07","2020-01-08","2020-01-09","2020-01-10","2020-01-11","2020-01-12","2020-01-13","2020-01-14","2020-01-15","2020-01-16","2020-01-17","2020-01-18","2020-01-19","2020-01-20","2020-01-21","2020-01-22","2020-01-23","2020-01-24","2020-01-25","2020-01-26","2020-01-27","2020-01-28","2020-01-29","2020-01-30","2020-01-31","2020-02-01","2020-02-02","2020-02-03","2020-02-04","2020-02-05","2020-02-06","2020-02-07","2020-02-08","2020-02-09","2020-02-10","2020-02-11","2020-02-12","2020-02-13","2020-02-14","2020-02-15","2020-02-16","2020-02-17","2020-02-18","2020-02-19","2020-02-20","2020-02-21","2020-02-22","2020-02-23","2020-02-24","2020-02-25","2020-02-26","2020-02-27","2020-02-28","2020-02-29","2020-03-01","2020-03-02","2020-03-03","2020-03-04","2020-03-05","2020-03-06","2020-03-07","2020-03-08","2020-03-09","2020-03-10","2020-03-11","2020-03-12","2020-03-13","2020-03-14","2020-03-15","2020-03-16","2020-03-17","2020-03-18","2020-03-19","2020-03-20","2020-03-21","2020-03-22","2020-03-23","2020-03-24","2020-03-25","2020-03-26","2020-03-27","2020-03-28","2020-03-29","2020-03-30","2020-03-31","2020-04-01","2020-04-02","2020-04-03","2020-04-04","2020-04-05","2020-04-06","2020-04-07","2020-04-08","2020-04-09","2020-04-10","2020-04-11","2020-04-12","2020-04-13","2020-04-14","2020-04-15","2020-04-16","2020-04-17","2020-04-18","2020-04-19","2020-04-20","2020-04-21","2020-04-22","2020-04-23","2020-04-24","2020-04-25","2020-04-26","2020-04-27","2020-04-28","2020-04-29","2020-04-30","2020-05-01","2020-05-02","2020-05-03","2020-05-04","2020-05-05","2020-05-06","2020-05-07","2020-05-08","2020-05-09","2020-05-10","2020-05-11","2020-05-12","2020-05-13","2020-05-14","2020-05-15","2020-05-16","2020-05-17","2020-05-18","2020-05-19","2020-05-20","2020-05-21","2020-05-22","2020-05-23","2020-05-24","2020-05-25","2020-05-26","2020-05-27","2020-05-28","2020-05-29","2020-05-30","2020-05-31","2020-06-01","2020-06-02","2020-06-03","2020-06-04","2020-06-05","2020-06-06","2020-06-07","2020-06-08","2020-06-09","2020-06-10","2020-06-11","2020-06-12","2020-06-13","2020-06-14","2020-06-15","2020-06-16","2020-06-17","2020-06-18","2020-06-19","2020-06-20","2020-06-21","2020-06-22","2020-06-23","2020-06-24","2020-06-25","2020-06-26","2020-06-27","2020-06-28","2020-06-29","2020-06-30","2020-07-01","2020-07-02","2020-07-03","2020-07-04","2020-07-05","2020-07-06","2020-07-07","2020-07-08"]; calendar_prut_no_of_storm_cells_dates = [2003-05-01,"2003-06-01","2003-07-01","2003-08-01","2004-05-01","2004-06-01","2004-07-01","2004-08-01","2005-05-01","2005-06-01","2005-07-01","2005-08-01","2006-05-01","2006-06-01","2006-07-01","2006-08-01","2007-05-01","2007-06-01","2007-07-01","2007-08-01","2008-05-01","2008-06-01","2008-07-01","2008-08-01","2009-05-01","2009-06-01","2009-07-01","2009-08-01","2010-05-01","2010-06-01","2010-07-01","2010-08-01","2011-05-01","2011-06-01","2011-07-01","2011-08-01","2012-05-01","2012-06-01","2012-07-01","2012-08-01","2013-05-01","2013-06-01","2013-07-01","2013-08-01","2014-05-01","2014-06-01","2014-07-01","2014-08-01","2015-05-01","2015-06-01","2015-07-01","2015-08-01","2016-05-01","2016-06-01","2016-07-01","2016-08-01","2017-05-01","2017-06-01","2017-07-01","2017-08-01","2018-05-01","2018-06-01","2018-07-01","2018-08-01","2019-05-01"]; calendar_raduti_prut_prognoza_dates = [2018-11-04,"2018-11-05","2018-11-06","2018-11-07","2018-11-08","2018-11-09","2018-11-10","2018-11-11","2018-11-12","2018-11-13","2018-11-14","2018-11-15","2018-11-16","2018-11-17","2018-11-18","2018-11-19","2018-11-20","2018-11-21","2018-11-22","2018-11-23","2018-11-24","2018-11-25","2018-11-26","2018-11-27","2018-11-28","2018-11-29","2018-11-30","2018-12-01","2018-12-02","2018-12-03","2018-12-04","2018-12-05","2018-12-06","2018-12-07","2018-12-08","2018-12-09","2018-12-10","2018-12-11","2018-12-12","2018-12-13","2018-12-14","2018-12-15","2018-12-16","2018-12-17","2018-12-18","2018-12-19","2018-12-20","2018-12-21","2018-12-22","2018-12-23","2018-12-24","2018-12-25","2018-12-26","2018-12-27","2018-12-28","2018-12-29","2018-12-30","2018-12-31","2019-01-01","2019-01-02","2019-01-03","2019-01-04","2019-01-05","2019-01-06","2019-01-07","2019-01-08","2019-01-09","2019-01-11","2019-01-12","2019-01-13","2019-01-14","2019-01-15","2019-01-16","2019-01-17","2019-01-18","2019-01-19","2019-01-20","2019-01-21","2019-01-22","2019-01-23","2019-01-24","2019-01-25","2019-01-26","2019-01-27","2019-01-28","2019-01-29","2019-01-30","2019-01-31","2019-02-01","2019-02-02","2019-02-03","2019-02-04","2019-02-05","2019-02-06","2019-02-07","2019-02-08","2019-02-09","2019-02-10","2019-02-11","2019-02-12","2019-02-13","2019-02-14","2019-02-15","2019-02-16","2019-02-17","2019-02-18","2019-02-19","2019-02-20","2019-02-21","2019-02-22","2019-02-23","2019-02-24","2019-02-25","2019-02-26","2019-02-27","2019-02-28","2019-03-01","2019-03-02","2019-03-03","2019-03-04","2019-03-05","2019-03-06","2019-03-07","2019-03-08","2019-03-09","2019-03-10","2019-03-11","2019-03-12","2019-03-13","2019-03-14","2019-03-15","2019-03-16","2019-03-17","2019-03-18","2019-03-19","2019-03-31","2019-04-01","2019-04-02","2019-07-01","2019-07-04","2019-07-08","2019-07-11","2019-07-12","2019-07-15","2019-07-22","2019-07-29","2019-08-04","2019-08-05","2019-08-06","2019-08-07","2019-08-08","2019-08-09","2019-08-10","2019-08-11","2019-08-12","2019-08-13","2019-08-14","2019-08-15","2019-08-16","2019-08-17","2019-08-18","2019-08-19","2019-08-20","2019-08-21","2019-08-22","2019-08-23","2019-08-24","2019-08-25","2019-08-26","2019-08-27","2019-08-28","2019-08-29","2019-08-30","2019-08-31","2019-09-01","2019-09-02","2019-09-03","2019-09-04","2019-09-05","2019-09-06","2019-09-07","2019-09-08","2019-09-09","2019-09-10","2019-09-11","2019-09-12","2019-09-13","2019-09-14","2019-09-22","2019-09-23","2019-09-30","2019-10-05","2020-02-16","2020-02-17","2020-02-18","2020-02-20","2020-02-22","2020-02-27"]; //initial dates currentCalendar = 'calendar_prut_modis8day'; availableDates = calendar_prut_modis8day_dates; dateIndex = availableDates.length - 1; $('#prut_satellite_ndvi_8day_select_calendar').css('background-color', '#f1c40f'); $('#prut_satellite_ndvi_8day_select_calendar').attr('data-state', '1'); //inițializare calendar $('#datepicker').datepicker({ format: 'yyyy-mm-dd', startDate: '2000-02-18', endDate: '2019-06-02', defaultViewDate: {year: 2019, month: 06, day: 16}, beforeShowDay: function (date){ month = ('0' + (date.getMonth()+1)).slice(-2); day = ('0' + date.getDate()).slice(-2); year = date.getFullYear() ymd = year + '-' + month + "-" + day; if ($.inArray(ymd, availableDates) != -1 || availableDates.length == 0) { return true; } else { return false; } } }); $('#datepicker').on("changeDate", function (e) { data = $("#datepicker").find("input").val(); data_prognoza = $('#datepicker').datepicker('getDate'); month = data_prognoza.getMonth() + 1; month = pad(month, 2); day = pad(data_prognoza.getDate(), 2); year = data_prognoza.getFullYear(); $("#fereastraGraficPrognoza").attr("src","http://imdroflood.meteoromania.ro/geoportal/generate_prognoza_hidro_radauti_prut_chart.php?data_prognoza=" + year + month + day); if ($.inArray(data, calendar_prut_modis8day_dates) != -1) {; $("*[layerName='prut_satellite_ndvi_8day']").removeClass('disabledLayer'); prut_satellite_ndvi_8day.getSource().updateParams({'TIME': data}); } else { $('#prut_satellite_ndvi_8day').attr('checked', false); $('prut_satellite_ndvi_8day').prop('disabled', true); $("*[layerName='prut_satellite_ndvi_8day']").addClass('disabledLayer'); prut_satellite_ndvi_8day.setVisible(false); } if ($.inArray(data, calendar_prut_modis8day_dates) != -1) {; $("*[layerName='prut_satellite_ndwi_8day']").removeClass('disabledLayer'); prut_satellite_ndwi_8day.getSource().updateParams({'TIME': data}); } else { $('#prut_satellite_ndwi_8day').attr('checked', false); $('prut_satellite_ndwi_8day').prop('disabled', true); $("*[layerName='prut_satellite_ndwi_8day']").addClass('disabledLayer'); prut_satellite_ndwi_8day.setVisible(false); } if ($.inArray(data, calendar_prut_modis8day_dates) != -1) {; $("*[layerName='prut_satellite_nddi_8day']").removeClass('disabledLayer'); prut_satellite_nddi_8day.getSource().updateParams({'TIME': data}); } else { $('#prut_satellite_nddi_8day').attr('checked', false); $('prut_satellite_nddi_8day').prop('disabled', true); $("*[layerName='prut_satellite_nddi_8day']").addClass('disabledLayer'); prut_satellite_nddi_8day.setVisible(false); } if ($.inArray(data, calendar_prut_modis8day_dates) != -1) {; $("*[layerName='prut_satellite_ndii_8day']").removeClass('disabledLayer'); prut_satellite_ndii_8day.getSource().updateParams({'TIME': data}); } else { $('#prut_satellite_ndii_8day').attr('checked', false); $('prut_satellite_ndii_8day').prop('disabled', true); $("*[layerName='prut_satellite_ndii_8day']").addClass('disabledLayer'); prut_satellite_ndii_8day.setVisible(false); } if ($.inArray(data, calendar_prut_modis8day_dates) != -1) {; $("*[layerName='prut_satellite_lai_8day']").removeClass('disabledLayer'); prut_satellite_lai_8day.getSource().updateParams({'TIME': data}); } else { $('#prut_satellite_lai_8day').attr('checked', false); $('prut_satellite_lai_8day').prop('disabled', true); $("*[layerName='prut_satellite_lai_8day']").addClass('disabledLayer'); prut_satellite_lai_8day.setVisible(false); } if ($.inArray(data, calendar_prut_modis8day_dates) != -1) {; $("*[layerName='prut_satellite_fapar_8day']").removeClass('disabledLayer'); prut_satellite_fapar_8day.getSource().updateParams({'TIME': data}); } else { $('#prut_satellite_fapar_8day').attr('checked', false); $('prut_satellite_fapar_8day').prop('disabled', true); $("*[layerName='prut_satellite_fapar_8day']").addClass('disabledLayer'); prut_satellite_fapar_8day.setVisible(false); } if ($.inArray(data, calendar_prut_modis8day_dates) != -1) {; $("*[layerName='prut_satellite_modis_reflectance_8day']").removeClass('disabledLayer'); prut_satellite_modis_reflectance_8day.getSource().updateParams({'TIME': data}); } else { $('#prut_satellite_modis_reflectance_8day').attr('checked', false); $('prut_satellite_modis_reflectance_8day').prop('disabled', true); $("*[layerName='prut_satellite_modis_reflectance_8day']").addClass('disabledLayer'); prut_satellite_modis_reflectance_8day.setVisible(false); } if ($.inArray(data, calendar_prut_climate_daily_dates) != -1) {; $("*[layerName='prut_climate_precipitation_daily']").removeClass('disabledLayer'); prut_climate_precipitation_daily.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_precipitation_daily').attr('checked', false); $('prut_climate_precipitation_daily').prop('disabled', true); $("*[layerName='prut_climate_precipitation_daily']").addClass('disabledLayer'); prut_climate_precipitation_daily.setVisible(false); } if ($.inArray(data, calendar_prut_climate_daily_rt_dates) != -1) {; $("*[layerName='prut_climate_precipitation_daily_rt']").removeClass('disabledLayer'); prut_climate_precipitation_daily_rt.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_precipitation_daily_rt').attr('checked', false); $('prut_climate_precipitation_daily_rt').prop('disabled', true); $("*[layerName='prut_climate_precipitation_daily_rt']").addClass('disabledLayer'); prut_climate_precipitation_daily_rt.setVisible(false); } if ($.inArray(data, calendar_prut_climate_daily_dates) != -1) {; $("*[layerName='prut_climate_temperature_daily']").removeClass('disabledLayer'); prut_climate_temperature_daily.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_temperature_daily').attr('checked', false); $('prut_climate_temperature_daily').prop('disabled', true); $("*[layerName='prut_climate_temperature_daily']").addClass('disabledLayer'); prut_climate_temperature_daily.setVisible(false); } if ($.inArray(data, calendar_prut_climate_daily_rt_dates) != -1) {; $("*[layerName='prut_climate_temperature_daily_rt']").removeClass('disabledLayer'); prut_climate_temperature_daily_rt.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_temperature_daily_rt').attr('checked', false); $('prut_climate_temperature_daily_rt').prop('disabled', true); $("*[layerName='prut_climate_temperature_daily_rt']").addClass('disabledLayer'); prut_climate_temperature_daily_rt.setVisible(false); } if ($.inArray(data, calendar_prut_no_of_storm_cells_dates) != -1) {; $("*[layerName='prut_no_of_storm_cells']").removeClass('disabledLayer'); prut_no_of_storm_cells.getSource().updateParams({'TIME': data}); } else { $('#prut_no_of_storm_cells').attr('checked', false); $('prut_no_of_storm_cells').prop('disabled', true); $("*[layerName='prut_no_of_storm_cells']").addClass('disabledLayer'); prut_no_of_storm_cells.setVisible(false); } if ($.inArray(data, calendar_prut_climate_spei_monthly_dates) != -1) {; $("*[layerName='prut_climate_monthly_etp']").removeClass('disabledLayer'); prut_climate_monthly_etp.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_monthly_etp').attr('checked', false); $('prut_climate_monthly_etp').prop('disabled', true); $("*[layerName='prut_climate_monthly_etp']").addClass('disabledLayer'); prut_climate_monthly_etp.setVisible(false); } if ($.inArray(data, calendar_prut_climate_spei_monthly_dates) != -1) {; $("*[layerName='prut_climate_monthly_spei1m']").removeClass('disabledLayer'); prut_climate_monthly_spei1m.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_monthly_spei1m').attr('checked', false); $('prut_climate_monthly_spei1m').prop('disabled', true); $("*[layerName='prut_climate_monthly_spei1m']").addClass('disabledLayer'); prut_climate_monthly_spei1m.setVisible(false); } if ($.inArray(data, calendar_prut_climate_spei_monthly_dates) != -1) {; $("*[layerName='prut_climate_monthly_spei3m']").removeClass('disabledLayer'); prut_climate_monthly_spei3m.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_monthly_spei3m').attr('checked', false); $('prut_climate_monthly_spei3m').prop('disabled', true); $("*[layerName='prut_climate_monthly_spei3m']").addClass('disabledLayer'); prut_climate_monthly_spei3m.setVisible(false); } if ($.inArray(data, calendar_prut_climate_spei_monthly_dates) != -1) {; $("*[layerName='prut_climate_monthly_spei6m']").removeClass('disabledLayer'); prut_climate_monthly_spei6m.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_monthly_spei6m').attr('checked', false); $('prut_climate_monthly_spei6m').prop('disabled', true); $("*[layerName='prut_climate_monthly_spei6m']").addClass('disabledLayer'); prut_climate_monthly_spei6m.setVisible(false); } if ($.inArray(data, calendar_prut_climate_spei_monthly_dates) != -1) {; $("*[layerName='prut_climate_monthly_spei9m']").removeClass('disabledLayer'); prut_climate_monthly_spei9m.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_monthly_spei9m').attr('checked', false); $('prut_climate_monthly_spei9m').prop('disabled', true); $("*[layerName='prut_climate_monthly_spei9m']").addClass('disabledLayer'); prut_climate_monthly_spei9m.setVisible(false); } if ($.inArray(data, calendar_prut_climate_spei_monthly_dates) != -1) {; $("*[layerName='prut_climate_monthly_spei12m']").removeClass('disabledLayer'); prut_climate_monthly_spei12m.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_monthly_spei12m').attr('checked', false); $('prut_climate_monthly_spei12m').prop('disabled', true); $("*[layerName='prut_climate_monthly_spei12m']").addClass('disabledLayer'); prut_climate_monthly_spei12m.setVisible(false); } if ($.inArray(data, calendar_prut_climate_spei_monthly_dates) != -1) {; $("*[layerName='prut_climate_monthly_spei24m']").removeClass('disabledLayer'); prut_climate_monthly_spei24m.getSource().updateParams({'TIME': data}); } else { $('#prut_climate_monthly_spei24m').attr('checked', false); $('prut_climate_monthly_spei24m').prop('disabled', true); $("*[layerName='prut_climate_monthly_spei24m']").addClass('disabledLayer'); prut_climate_monthly_spei24m.setVisible(false); } if ($.inArray(data, calendar_es_climate_spei_dates) != -1) {; $("*[layerName='ebro_climate_synth_spei3m']").removeClass('disabledLayer'); ebro_climate_synth_spei3m.getSource().updateParams({'TIME': data}); } else { $('#ebro_climate_synth_spei3m').attr('checked', false); $('ebro_climate_synth_spei3m').prop('disabled', true); $("*[layerName='ebro_climate_synth_spei3m']").addClass('disabledLayer'); ebro_climate_synth_spei3m.setVisible(false); } if ($.inArray(data, calendar_es_climate_spei_dates) != -1) {; $("*[layerName='ebro_climate_synth_spei6m']").removeClass('disabledLayer'); ebro_climate_synth_spei6m.getSource().updateParams({'TIME': data}); } else { $('#ebro_climate_synth_spei6m').attr('checked', false); $('ebro_climate_synth_spei6m').prop('disabled', true); $("*[layerName='ebro_climate_synth_spei6m']").addClass('disabledLayer'); ebro_climate_synth_spei6m.setVisible(false); } if ($.inArray(data, calendar_es_climate_spei_dates) != -1) {; $("*[layerName='tajo_climate_synth_spei3m']").removeClass('disabledLayer'); tajo_climate_synth_spei3m.getSource().updateParams({'TIME': data}); } else { $('#tajo_climate_synth_spei3m').attr('checked', false); $('tajo_climate_synth_spei3m').prop('disabled', true); $("*[layerName='tajo_climate_synth_spei3m']").addClass('disabledLayer'); tajo_climate_synth_spei3m.setVisible(false); } if ($.inArray(data, calendar_es_climate_spei_dates) != -1) {; $("*[layerName='tajo_climate_synth_spei6m']").removeClass('disabledLayer'); tajo_climate_synth_spei6m.getSource().updateParams({'TIME': data}); } else { $('#tajo_climate_synth_spei6m').attr('checked', false); $('tajo_climate_synth_spei6m').prop('disabled', true); $("*[layerName='tajo_climate_synth_spei6m']").addClass('disabledLayer'); tajo_climate_synth_spei6m.setVisible(false); } if ($.inArray(data, calendar_es_climate_spei_dates) != -1) {; $("*[layerName='limpopo_climate_synth_spei3m']").removeClass('disabledLayer'); limpopo_climate_synth_spei3m.getSource().updateParams({'TIME': data}); } else { $('#limpopo_climate_synth_spei3m').attr('checked', false); $('limpopo_climate_synth_spei3m').prop('disabled', true); $("*[layerName='limpopo_climate_synth_spei3m']").addClass('disabledLayer'); limpopo_climate_synth_spei3m.setVisible(false); } if ($.inArray(data, calendar_es_climate_spei_dates) != -1) {; $("*[layerName='limpopo_climate_synth_spei6m']").removeClass('disabledLayer'); limpopo_climate_synth_spei6m.getSource().updateParams({'TIME': data}); } else { $('#limpopo_climate_synth_spei6m').attr('checked', false); $('limpopo_climate_synth_spei6m').prop('disabled', true); $("*[layerName='limpopo_climate_synth_spei6m']").addClass('disabledLayer'); limpopo_climate_synth_spei6m.setVisible(false); } if ($.inArray(data, calendar_raduti_prut_prognoza_dates) != -1) {; $("*[layerName='statie_stanca_costesti']").removeClass('disabledLayer'); statie_stanca_costesti.getSource().updateParams({'TIME': data}); } else { $('#statie_stanca_costesti').attr('checked', false); $('statie_stanca_costesti').prop('disabled', true); $("*[layerName='statie_stanca_costesti']").addClass('disabledLayer'); statie_stanca_costesti.setVisible(false); } switch (currentCalendar){ case 'calendar_prut_modis8day': dateIndex = calendar_prut_modis8day_dates.indexOf(data); break; case 'calendar_prut_climate_daily': dateIndex = calendar_prut_climate_daily_dates.indexOf(data); break; case 'calendar_prut_climate_spei_monthly': dateIndex = calendar_prut_climate_spei_monthly_dates.indexOf(data); break; case 'calendar_es_climate_spei': dateIndex = calendar_es_climate_spei_dates.indexOf(data); break; case 'calendar_prut_climate_daily_rt': dateIndex = calendar_prut_climate_daily_rt_dates.indexOf(data); break; case 'calendar_prut_no_of_storm_cells': dateIndex = calendar_prut_no_of_storm_cells_dates.indexOf(data); break; case 'calendar_raduti_prut_prognoza': dateIndex = calendar_raduti_prut_prognoza_dates.indexOf(data); break; } if (dateIndex == (availableDates.length - 1)){ $('#listDateNextDay').addClass('disabled'); } if (dateIndex != 0){ $('#listDatePreviousDay').removeClass('disabled'); } if (dateIndex == 0){ $('#listDatePreviousDay').addClass('disabled'); } if (dateIndex != (availableDates.length - 1)){ $('#listDateNextDay').removeClass('disabled'); } }); $('#datepicker').datepicker('setDate', returnDate('2019-06-02')); //schimbare calendar $("*[data-type='calendarFilter']").click(function() { if (this.attributes['data-state'].value == '0') { switch ($(this).attr('id')) { case 'prut_satellite_ndvi_8day_select_calendar': availableDates = calendar_prut_modis8day_dates; $('#datepicker').datepicker('setStartDate', returnDate('2000-02-18')); $('#datepicker').datepicker('setEndDate', returnDate('2019-06-02')); $('#datepicker').datepicker('setDate', returnDate('2019-06-02')); currentCalendar = 'calendar_prut_modis8day'; dateIndex = calendar_prut_modis8day_dates.indexOf(data); break; case 'prut_satellite_ndwi_8day_select_calendar': availableDates = calendar_prut_modis8day_dates; $('#datepicker').datepicker('setStartDate', returnDate('2000-02-18')); $('#datepicker').datepicker('setEndDate', returnDate('2019-06-02')); $('#datepicker').datepicker('setDate', returnDate('2019-06-02')); currentCalendar = 'calendar_prut_modis8day'; dateIndex = calendar_prut_modis8day_dates.indexOf(data); break; case 'prut_satellite_nddi_8day_select_calendar': availableDates = calendar_prut_modis8day_dates; $('#datepicker').datepicker('setStartDate', returnDate('2000-02-18')); $('#datepicker').datepicker('setEndDate', returnDate('2019-06-02')); $('#datepicker').datepicker('setDate', returnDate('2019-06-02')); currentCalendar = 'calendar_prut_modis8day'; dateIndex = calendar_prut_modis8day_dates.indexOf(data); break; case 'prut_satellite_ndii_8day_select_calendar': availableDates = calendar_prut_modis8day_dates; $('#datepicker').datepicker('setStartDate', returnDate('2000-02-18')); $('#datepicker').datepicker('setEndDate', returnDate('2019-06-02')); $('#datepicker').datepicker('setDate', returnDate('2019-06-02')); currentCalendar = 'calendar_prut_modis8day'; dateIndex = calendar_prut_modis8day_dates.indexOf(data); break; case 'prut_satellite_lai_8day_select_calendar': availableDates = calendar_prut_modis8day_dates; $('#datepicker').datepicker('setStartDate', returnDate('2000-02-18')); $('#datepicker').datepicker('setEndDate', returnDate('2019-06-02')); $('#datepicker').datepicker('setDate', returnDate('2019-06-02')); currentCalendar = 'calendar_prut_modis8day'; dateIndex = calendar_prut_modis8day_dates.indexOf(data); break; case 'prut_satellite_fapar_8day_select_calendar': availableDates = calendar_prut_modis8day_dates; $('#datepicker').datepicker('setStartDate', returnDate('2000-02-18')); $('#datepicker').datepicker('setEndDate', returnDate('2019-06-02')); $('#datepicker').datepicker('setDate', returnDate('2019-06-02')); currentCalendar = 'calendar_prut_modis8day'; dateIndex = calendar_prut_modis8day_dates.indexOf(data); break; case 'prut_satellite_modis_reflectance_8day_select_calendar': availableDates = calendar_prut_modis8day_dates; $('#datepicker').datepicker('setStartDate', returnDate('2000-02-18')); $('#datepicker').datepicker('setEndDate', returnDate('2019-06-02')); $('#datepicker').datepicker('setDate', returnDate('2019-06-02')); currentCalendar = 'calendar_prut_modis8day'; dateIndex = calendar_prut_modis8day_dates.indexOf(data); break; case 'prut_climate_precipitation_daily_select_calendar': availableDates = calendar_prut_climate_daily_dates; $('#datepicker').datepicker('setStartDate', returnDate('2003-05-01')); $('#datepicker').datepicker('setEndDate', returnDate('2016-12-30')); $('#datepicker').datepicker('setDate', returnDate('2016-12-30')); currentCalendar = 'calendar_prut_climate_daily'; dateIndex = calendar_prut_climate_daily_dates.indexOf(data); break; case 'prut_climate_precipitation_daily_rt_select_calendar': availableDates = calendar_prut_climate_daily_rt_dates; $('#datepicker').datepicker('setStartDate', returnDate('2017-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2020-07-08')); $('#datepicker').datepicker('setDate', returnDate('2020-07-08')); currentCalendar = 'calendar_prut_climate_daily_rt'; dateIndex = calendar_prut_climate_daily_rt_dates.indexOf(data); break; case 'prut_climate_temperature_daily_select_calendar': availableDates = calendar_prut_climate_daily_dates; $('#datepicker').datepicker('setStartDate', returnDate('2003-05-01')); $('#datepicker').datepicker('setEndDate', returnDate('2016-12-30')); $('#datepicker').datepicker('setDate', returnDate('2016-12-30')); currentCalendar = 'calendar_prut_climate_daily'; dateIndex = calendar_prut_climate_daily_dates.indexOf(data); break; case 'prut_climate_temperature_daily_rt_select_calendar': availableDates = calendar_prut_climate_daily_rt_dates; $('#datepicker').datepicker('setStartDate', returnDate('2017-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2020-07-08')); $('#datepicker').datepicker('setDate', returnDate('2020-07-08')); currentCalendar = 'calendar_prut_climate_daily_rt'; dateIndex = calendar_prut_climate_daily_rt_dates.indexOf(data); break; case 'prut_no_of_storm_cells_select_calendar': availableDates = calendar_prut_no_of_storm_cells_dates; $('#datepicker').datepicker('setStartDate', returnDate('2003-05-01')); $('#datepicker').datepicker('setEndDate', returnDate('2019-05-01')); $('#datepicker').datepicker('setDate', returnDate('2019-05-01')); currentCalendar = 'calendar_prut_no_of_storm_cells'; dateIndex = calendar_prut_no_of_storm_cells_dates.indexOf(data); break; case 'prut_climate_monthly_etp_select_calendar': availableDates = calendar_prut_climate_spei_monthly_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2017-12-01')); $('#datepicker').datepicker('setDate', returnDate('2017-12-01')); currentCalendar = 'calendar_prut_climate_spei_monthly'; dateIndex = calendar_prut_climate_spei_monthly_dates.indexOf(data); break; case 'prut_climate_monthly_spei1m_select_calendar': availableDates = calendar_prut_climate_spei_monthly_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2017-12-01')); $('#datepicker').datepicker('setDate', returnDate('2017-12-01')); currentCalendar = 'calendar_prut_climate_spei_monthly'; dateIndex = calendar_prut_climate_spei_monthly_dates.indexOf(data); break; case 'prut_climate_monthly_spei3m_select_calendar': availableDates = calendar_prut_climate_spei_monthly_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2017-12-01')); $('#datepicker').datepicker('setDate', returnDate('2017-12-01')); currentCalendar = 'calendar_prut_climate_spei_monthly'; dateIndex = calendar_prut_climate_spei_monthly_dates.indexOf(data); break; case 'prut_climate_monthly_spei6m_select_calendar': availableDates = calendar_prut_climate_spei_monthly_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2017-12-01')); $('#datepicker').datepicker('setDate', returnDate('2017-12-01')); currentCalendar = 'calendar_prut_climate_spei_monthly'; dateIndex = calendar_prut_climate_spei_monthly_dates.indexOf(data); break; case 'prut_climate_monthly_spei9m_select_calendar': availableDates = calendar_prut_climate_spei_monthly_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2017-12-01')); $('#datepicker').datepicker('setDate', returnDate('2017-12-01')); currentCalendar = 'calendar_prut_climate_spei_monthly'; dateIndex = calendar_prut_climate_spei_monthly_dates.indexOf(data); break; case 'prut_climate_monthly_spei12m_select_calendar': availableDates = calendar_prut_climate_spei_monthly_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2017-12-01')); $('#datepicker').datepicker('setDate', returnDate('2017-12-01')); currentCalendar = 'calendar_prut_climate_spei_monthly'; dateIndex = calendar_prut_climate_spei_monthly_dates.indexOf(data); break; case 'prut_climate_monthly_spei24m_select_calendar': availableDates = calendar_prut_climate_spei_monthly_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2017-12-01')); $('#datepicker').datepicker('setDate', returnDate('2017-12-01')); currentCalendar = 'calendar_prut_climate_spei_monthly'; dateIndex = calendar_prut_climate_spei_monthly_dates.indexOf(data); break; case 'ebro_climate_synth_spei3m_select_calendar': availableDates = calendar_es_climate_spei_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2014-12-23')); $('#datepicker').datepicker('setDate', returnDate('2014-12-23')); currentCalendar = 'calendar_es_climate_spei'; dateIndex = calendar_es_climate_spei_dates.indexOf(data); break; case 'ebro_climate_synth_spei6m_select_calendar': availableDates = calendar_es_climate_spei_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2014-12-23')); $('#datepicker').datepicker('setDate', returnDate('2014-12-23')); currentCalendar = 'calendar_es_climate_spei'; dateIndex = calendar_es_climate_spei_dates.indexOf(data); break; case 'tajo_climate_synth_spei3m_select_calendar': availableDates = calendar_es_climate_spei_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2014-12-23')); $('#datepicker').datepicker('setDate', returnDate('2014-12-23')); currentCalendar = 'calendar_es_climate_spei'; dateIndex = calendar_es_climate_spei_dates.indexOf(data); break; case 'tajo_climate_synth_spei6m_select_calendar': availableDates = calendar_es_climate_spei_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2014-12-23')); $('#datepicker').datepicker('setDate', returnDate('2014-12-23')); currentCalendar = 'calendar_es_climate_spei'; dateIndex = calendar_es_climate_spei_dates.indexOf(data); break; case 'limpopo_climate_synth_spei3m_select_calendar': availableDates = calendar_es_climate_spei_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2014-12-23')); $('#datepicker').datepicker('setDate', returnDate('2014-12-23')); currentCalendar = 'calendar_es_climate_spei'; dateIndex = calendar_es_climate_spei_dates.indexOf(data); break; case 'limpopo_climate_synth_spei6m_select_calendar': availableDates = calendar_es_climate_spei_dates; $('#datepicker').datepicker('setStartDate', returnDate('1961-01-01')); $('#datepicker').datepicker('setEndDate', returnDate('2014-12-23')); $('#datepicker').datepicker('setDate', returnDate('2014-12-23')); currentCalendar = 'calendar_es_climate_spei'; dateIndex = calendar_es_climate_spei_dates.indexOf(data); break; case 'statie_stanca_costesti_select_calendar': availableDates = calendar_raduti_prut_prognoza_dates; $('#datepicker').datepicker('setStartDate', returnDate('2018-11-04')); $('#datepicker').datepicker('setEndDate', returnDate('2020-02-27')); $('#datepicker').datepicker('setDate', returnDate('2020-02-27')); currentCalendar = 'calendar_raduti_prut_prognoza'; dateIndex = calendar_raduti_prut_prognoza_dates.indexOf(data); break; } dateIndex = availableDates.length - 1; $('#datepicker').datepicker('update'); $("*[data-type='calendarFilter']").css('background-color', '#ffffff'); $("*[data-type='calendarFilter']").attr('data-state', '0'); $(this).css('background-color', '#f1c40f'); $(this).attr('data-state', '1'); } }); $('#DateNextDay').click(function() { if (dateIndex < (availableDates.length - 1)){ dateIndex++; $('#datepicker').datepicker('setDate', returnDate(availableDates[dateIndex])); } }); $( "#DatePreviousDay" ).click(function() { if (dateIndex > 0){ dateIndex--; $('#datepicker').datepicker('setDate', returnDate(availableDates[dateIndex])); } }); //download data $("*[data-type='download']").click(function(e) { e.preventDefault(); data = $('#datepicker').find('input').val(); layerName = this.attributes['layerName'].value; switch (this.attributes['format'].value){ case 'download_kml': window.location.href = 'http://imdroflood.meteoromania.ro:8080/geoserver/imdroflood/wms/kml?layers=imdroflood:' + layerName + '&time=' + data; break; case 'download_geotiff': window.location.href = 'http://imdroflood.meteoromania.ro:8080/geoserver/ows?service=WCS&version=2.0.1&request=GetCoverage&CoverageId=' + layerName + '&format=image/geotiff&SUBSET=time("' + data + 'T00:00:00.000Z")'; break; case 'download_shp': window.location.href = 'http://imdroflood.meteoromania.ro:8080/geoserver/imdroflood/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=imdroflood:' + layerName + '&maxFeatures=50000&outputFormat=SHAPE-ZIP'; break; case 'geotiff': product = layerName.split("_"); if (product[0] != 'sws') window.location.href = 'http://snowball.meteoromania.ro/snownr/romania/' + product[0] + '/' + layerName + '/' + data.replace(/-/g , "") + '_' + layerName + '.tif'; else window.location.href = 'http://snowball.meteoromania.ro/snownr/romania/' + product[0] + '/' + data.replace(/-/g , "") + '_' + layerName + '.tif'; break; } }); $( "#legendNDVI" ).click(function() { $("img#layerLegend").attr("src", "http://geodim.meteoromania.ro:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&STRICT=false&style=imdroflood:ndvi"); }); $( "#legendNDWI" ).click(function() { $("img#layerLegend").attr("src", "http://geodim.meteoromania.ro:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&STRICT=false&style=imdroflood:ndwi"); }); $( "#legendNDDI" ).click(function() { $("img#layerLegend").attr("src", "http://geodim.meteoromania.ro:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&STRICT=false&style=imdroflood:nddi"); }); $( "#legendNDII" ).click(function() { $("img#layerLegend").attr("src", "http://geodim.meteoromania.ro:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&STRICT=false&style=imdroflood:ndii"); }); $( "#legendLAI" ).click(function() { $("img#layerLegend").attr("src", "http://geodim.meteoromania.ro:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&STRICT=false&style=imdroflood:lai"); }); $( "#legendFPAR" ).click(function() { $("img#layerLegend").attr("src", "http://geodim.meteoromania.ro:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&STRICT=false&style=imdroflood:fapar"); }); $( "#legendPrecip" ).click(function() { $("img#layerLegend").attr("src", "http://geodim.meteoromania.ro:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&STRICT=false&style=imdroflood:climate_precipitation_fixed"); }); $( "#legendTemp" ).click(function() { $("img#layerLegend").attr("src", "http://geodim.meteoromania.ro:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&STRICT=false&style=imdroflood:climate_temeperature_fixed"); }); function returnDate(queryDate) { dateParts = queryDate.match(/(\d+)/g) realDate = new Date(dateParts[0], dateParts[1] - 1, dateParts[2]); return realDate; }; //zoom area of interest $('#area-prut-basin').on('click', function() { map.getView().setZoom(8); map.getView().setCenter([2973094, 5965757]); }); $('#area-ebro-basin').on('click', function() { map.getView().setZoom(8); map.getView().setCenter([-231145, 5151855]); }); $('#area-tajo-basin').on('click', function() { map.getView().setZoom(8); map.getView().setCenter([-608438, 4897472]); }); $('#area-limpopo-basin').on('click', function() { map.getView().setZoom(7); map.getView().setCenter([3078272, -2704036]); }); $('#zoomAll').on('click', function() { map.getView().setZoom(4); map.getView().setCenter([1761109, 1614350]); }) });