{"name": "InaSAFE", "package_name": "inasafe", "version": "3.4.1", "experimental": false, "qgis_min": "2.0.0", "qgis_max": "2.99.0", "downloads": 1079, "uploaded_by": "timlinux", "upload_datetime": "2016-06-13T18:30:09.368289", "changelog": "3.4.1 - Speed improvements for tsunami and flood impacts on roads\n3.4.1 - fix #2884 mistake in the tsunami legend\n3.4.1 - fix #2899 impact layer should draw over the hazard layer\n3.4.1 - remove 'by each hazard zone'\n3.4.1 - fix #2927 enable lineEdit if the checkbox is toggled in settings\n3.4.1 - fix #2925 set the layer visible when we add it the map canvas\n3.4.1 - remove empty lines from postprocessing outputs #2318\n3.4.1 - update notes about no data and 0\n3.4.1 - add setLayerVisible to the fake qgis legend interface\n3.4.1 - fix sentence about no data in the report\n3.4.1 - add missing thousands separator\n3.4.1 - fix legend order when layer is None\n3.4.1 - Fix wizard compatibility with recent QGIS versions. Issue #2906\n3.4.1 - Handle KeyError in keywords. Issue #2908\n3.4.1 - Handle special character in XML. Issue #2898\n3.4.1 - Fix failing dock test on QGIS 2.15 (and possibly earlier versions)\n3.4.1 - Fix mistake in the tsunami legend. Issue #2884\n3.4.1 - Fix the impact layer should draw over the hazard layer. Issue #2899\n3.4.1 - Remove 'by each hazard zone' in the legend\n3.4.1 - Fix enable lineEdit if the checkbox is toggled in settings #2927\n3.4.1 - Fix set the layer visibility when we add it the map canvas #2925\n3.4.1 - Remove empty lines from postprocessing outputs #2318\n3.4.1 - Update notes about no data and 0\n3.4.1 - Add missing thousands separator in the building report\nAdd missing note in post processing table.\nAdd LandCover Report template.\nAdd impact data to LandCover IF.\nAdd land cover report/data mixin.\nMake FlatTable converter to dict.\nAdd read and write to json for FlatTable.\n[Wizard] Improve test coverage\nMerge pull request #2768 from timlinux/fix-2704\nMinor formatting tweaks to help doc modules\nAdd json data sample for land cover IF.\nFix for missing keyword in layer raising error\nmerge analysis_workflow in calculate_impact\nAdd reclassify methods using GDAL\nAdd a polygonize function with GDAL\nFix #2754, failed to set keyword for aggregation layer.\nChange flood event to use json impact data.\nRemove duplicate metadata in the wizard\nMerge pull request #2747 from borysiasty/wizard2\nFix test save scenario.\nFix test minimum needs.\nFix test in test engine\nFix failed test in test impact report.\nFix post processing report in dock and wizard.\nImpact Data for PostProcessing works.\nAble to generate json for postprocessing.\nAdd sample of post processing.\nFix test impact function for land cover.\nAdd test for polygon people template.\nRename all to polygon people\nAdd Impact Data for polygon population.\nMerge pull request #2748 from Gustry/grid-jakarta\nAdd aggregation grid on Jakarta\nImpact Data in ClassifiedPolygonPeople IF.\nAdd impact data people polygon sample.\n[Wizard] bugfixes\nSeparate impact summary and breakdown\nImpact Data for FloodRasterRoadsFunction and TsunamiRasterRoadsFunction\nAdd impact data for FloodPolygonRoadsFunction.\nAdd template for road.\nAdd impact data to road report mixin.\nRefactored wizard cleanups\nAdd residence and reformat dictionary\nAdd road sample impact data\nAdd asMultiPolygon in checker. Fix #2744.\nUpdate expected result in test for #2744\nReproject aggregation layer before doing intersection with exposure\nSupport also single event hazards in land cover IF\nDocs for pivot table + fix if not all columns are present in data\nImpact Data for ClassifiedPolygonHazardPopulationFunction.\nImpact Data for ContinuousHazardPopulationFunction.\nImpact Data for ClassifiedRasterHazardPopulationFunction.\nImpact Data for FloodEvacuationVectorHazardFunction.\nImpact Data for FloodEvacuationRasterHazardFunction.\nImpact Data for TsunamiEvacuationFunction\nImpact Data for VolcanoPointPopulationFunction.\nImpact Data for VolcanoPolygonPopulationFunction.\nMove calculate impact to IF base.\nImpact Data work for Population IF.\nAdd generate data for population IF\nImpact Data for VolcanoPolygonBuildingFunction.\nImpact Data for VolcanoPointBuildingFunction.\nImpact Data for TsunamiRasterBuildingFunction.\nImpact Data for FloodRasterBuildingFunction.\nImpact Data for FloodPolygonBuildingFunction.\nImpact Data for ClassifiedRasterHazardBuildingFunction\nRemove html report generation from IF.\nImpact Data for ClassifiedPolygonHazardBuildingFunction\nMove wizard metadata to definitions.\nUpdate structure and road value mapping.\nFix failed to run the test in test dock.\nAdd method to handle template from layer, not json only.\nFix tests, add debugging statement\nFix if the request is cancelled, the http response is none\nHandle HTTP 509 if the overpass is busy\nManage a timeout error from the overpass in the OSM Downloader\nFix issue #2720\nCreate HTML from JSON for EQ building works in Dock.\nMake template able to read from JSON file directly.\nReturn html and message object. Add unit test also.\nMinor changes in the OSM Downloader UI\nAdd report templating package.\nWrite json on EQ building IF.\nRename exposure's value_map to value_mapping\nAdd name and description placeholders to the wizard's temporary metadata\nAction list for polygon population.\nAction List and Notes for road IF.\nAdd road and structure mapping\nExperimental bar chart for each land cover class in report\nReporting of impact per each aggregation zone, improved pivot table\nInitial implementation of pivot tables for IF reports\nHelper class for calculation of aggregates of tabular data\nLand cover report in two steps (1. get data, 2. format) without mixin\nUse QGIS intersection alg for interestion of exposure vs aggregation layer\nInitial support for aggregation for new-style IF\nFix tests about volcanos\nSeparating format and data in IF population.\nRemoving geodesy module\nPolygonize volcanos point, use QGIS api in buffering\nFix issues in shake template with new placename\nMove action list and notes formating to base mixin class.\nMove action checklist and impact summary for population mixin\nFix failed test on building breakdown.\nAdd value for fields.\nSeparate building breakdown formating and the data.\nStyling for impact layer - high/medium/low\nTake into hazard classes into account\nSeparate impact_summary formating and the data.\nAdd classes to godzilla hazard\nChange format notes to notes method in IF building.\nFix delete network reply after a download\nFixed report generation for land cover\nUpdate metadata of landcover exposure\nUpdate metadata of test landcover hazard layer\nMake action list in better structure.\nAdd percentage of affected area for each land cover type\nUnit test fixes after addition of new impact function\nAdded unit test data for land cover impact function\nAdded classified hazard vs land cover impact function\nRefactor method name in impact report.\nMerge branch 'develop' of http://github.com/AIFDR/inasafe into realtime-flood\nMerge pull request #2707 from easmetz/develop\nFirst half of dock help being polished. In progress.\nCorrected capitalisation of \"questions\", \"results\" and \"buttons\" in Dock Help. - Bolded \"questions\", \"results\" and \"buttons\" in Dock Help.\nCorrected capitalisation of \"Impact Function\"\nFix import icon. Changed order of options in Analysis Area window.\nReviewed extent selector help.\nset the aggregation layer from the aggregator\nReviewed dock help. Still in progress.\nRemoving check user_extent, clip_parameters will set the value\nFix catch exceptions in IF\nUpdate tsunami on roads IF\nFix metadata tsunami on roads IF\nAdd flag for add unaffected column in the road report\nDisable Flood On Raster IF for a tsunami hazard\nFix tests tsunami on roads IF\nFix roads which intersect partially the hazard raster\nCommit to the output every 1000 features\nImpact report tsunami IF\nUpdate tsunami on buildings IF\nAdd tsunami IF init\nMerge pull request #2690 from timlinux/fix-2689\nMerge pull request #2668 from Gustry/fix-2361-roads-postprocessing\nUpdate to \"total affected\" in the road type postprocessor\nFix hide exposure layer after an IF in develop\nMerge pull request #2655 from Gustry/unicode\nFix #2361 count roads length in post processing instead of features\nMerge branch 'develop' of http://github.com/AIFDR/inasafe into realtime-flood\nFix #2652: fix impact function addition over NaN values\nAdd realtime flood template\nFix issue if bookmark cannot be reprojected in extent selector\nMove setup_impact_function in IF\nFix unicode error if layers do not overlap in French\nMove postprocessor_manager in IF\nMove setup aggregator to IF\nUse staging osm-reporter if developer mode is ON and if it is not a final release\nAdd South Africa and France to the OSM downloader\nAdd multipolygons support in the OSM Downloader\nFix test tsunami_raster_building", "external_deps": "", "download_url": "https://plugins.qgis.org/plugins/inasafe/version/3.4.1/download/"}