MANIFEST.in
setup.py
inasafe_core.egg-info/PKG-INFO
inasafe_core.egg-info/SOURCES.txt
inasafe_core.egg-info/dependency_links.txt
inasafe_core.egg-info/requires.txt
inasafe_core.egg-info/top_level.txt
safe/__init__.py
safe/defaults.py
safe/plugin.py
safe/common/__init__.py
safe/common/custom_logging.py
safe/common/dynamic_translations.py
safe/common/exceptions.py
safe/common/minimum_needs.py
safe/common/signals.py
safe/common/utilities.py
safe/common/version.py
safe/common/parameters/__init__.py
safe/common/parameters/default_select_parameter.py
safe/common/parameters/default_select_parameter_widget.py
safe/common/parameters/default_value_parameter.py
safe/common/parameters/default_value_parameter_widget.py
safe/common/parameters/group_select_parameter.py
safe/common/parameters/group_select_parameter_widget.py
safe/common/parameters/resource_parameter.py
safe/common/parameters/resource_parameter_widget.py
safe/common/parameters/validators.py
safe/common/parameters/test/__init__.py
safe/common/parameters/test/example.py
safe/common/parameters/test/example_group_select.py
safe/common/parameters/test/test_default_select_parameter.py
safe/common/parameters/test/test_default_select_parameter_widget.py
safe/common/parameters/test/test_default_value_parameter.py
safe/common/parameters/test/test_default_value_parameter_widget.py
safe/common/parameters/test/test_group_select_parameter.py
safe/common/parameters/test/test_group_select_parameter_widget.py
safe/common/parameters/test/test_resource_parameter.py
safe/common/parameters/test/test_resource_parameter_widget.py
safe/common/test/__init__.py
safe/common/test/test_custom_logging.py
safe/common/test/test_minimum_needs.py
safe/common/test/test_utilities.py
safe/common/test/test_version.py
safe/datastore/__init__.py
safe/datastore/datastore.py
safe/datastore/folder.py
safe/datastore/geopackage.py
safe/datastore/test/__init__.py
safe/datastore/test/test_folder.py
safe/datastore/test/test_geopackage.py
safe/definitions/__init__.py
safe/definitions/analysis_steps.py
safe/definitions/caveats.py
safe/definitions/concepts.py
safe/definitions/constants.py
safe/definitions/currencies.py
safe/definitions/default_settings.py
safe/definitions/default_values.py
safe/definitions/earthquake.py
safe/definitions/exposure.py
safe/definitions/exposure_classifications.py
safe/definitions/fields.py
safe/definitions/font.py
safe/definitions/gis.py
safe/definitions/hazard.py
safe/definitions/hazard_category.py
safe/definitions/hazard_classifications.py
safe/definitions/hazard_exposure_specifications.py
safe/definitions/keyword_properties.py
safe/definitions/layer_geometry.py
safe/definitions/layer_modes.py
safe/definitions/layer_purposes.py
safe/definitions/messages.py
safe/definitions/metadata.py
safe/definitions/minimum_needs.py
safe/definitions/peta_bencana.py
safe/definitions/processing_steps.py
safe/definitions/provenance.py
safe/definitions/styles.py
safe/definitions/units.py
safe/definitions/utilities.py
safe/definitions/versions.py
safe/definitions/field_groups/__init__.py
safe/definitions/field_groups/age_field_group.py
safe/definitions/field_groups/age_vulnerability_field_group.py
safe/definitions/field_groups/disability_vulnerability_field_group.py
safe/definitions/field_groups/field_groups.py
safe/definitions/field_groups/gender_field_group.py
safe/definitions/field_groups/gender_vulnerability_field_group.py
safe/definitions/post_processors/__init__.py
safe/definitions/post_processors/minimum_needs_post_processors.py
safe/definitions/post_processors/population_post_processors.py
safe/definitions/post_processors/post_processor_functions.py
safe/definitions/post_processors/post_processor_inputs.py
safe/definitions/post_processors/post_processors.py
safe/definitions/post_processors/productivity_post_processors.py
safe/definitions/reports/__init__.py
safe/definitions/reports/components.py
safe/definitions/reports/infographic.py
safe/definitions/test/__init__.py
safe/definitions/test/scripts.py
safe/definitions/test/test_fields.py
safe/definitions/test/test_utilities.py
safe/gis/__init__.py
safe/gis/expressions.py
safe/gis/sanity_check.py
safe/gis/raster/__init__.py
safe/gis/raster/clip_bounding_box.py
safe/gis/raster/polygonize.py
safe/gis/raster/reclassify.py
safe/gis/raster/write_raster.py
safe/gis/raster/zonal_statistics.py
safe/gis/raster/test/__init__.py
safe/gis/raster/test/test_clip_bounding_box.py
safe/gis/raster/test/test_polygonize.py
safe/gis/raster/test/test_reclassify.py
safe/gis/raster/test/test_zonal_statistics.py
safe/gis/vector/__init__.py
safe/gis/vector/add_size_if_needed.py
safe/gis/vector/assign_highest_value.py
safe/gis/vector/clean_geometry.py
safe/gis/vector/clip.py
safe/gis/vector/default_values.py
safe/gis/vector/from_counts_to_ratios.py
safe/gis/vector/intersection.py
safe/gis/vector/multi_buffering.py
safe/gis/vector/prepare_vector_layer.py
safe/gis/vector/reclassify.py
safe/gis/vector/recompute_counts.py
safe/gis/vector/reproject.py
safe/gis/vector/smart_clip.py
safe/gis/vector/summary_1_aggregate_hazard.py
safe/gis/vector/summary_2_aggregation.py
safe/gis/vector/summary_3_analysis.py
safe/gis/vector/summary_4_exposure_summary_table.py
safe/gis/vector/summary_tools.py
safe/gis/vector/tools.py
safe/gis/vector/union.py
safe/gis/vector/update_value_map.py
safe/gis/vector/test/__init__.py
safe/gis/vector/test/test_assign_highest_value.py
safe/gis/vector/test/test_clip.py
safe/gis/vector/test/test_count_to_ratio.py
safe/gis/vector/test/test_default_values.py
safe/gis/vector/test/test_intersection.py
safe/gis/vector/test/test_multi_buffering.py
safe/gis/vector/test/test_prepare_vector_layer.py
safe/gis/vector/test/test_reclassify.py
safe/gis/vector/test/test_recompute_counts.py
safe/gis/vector/test/test_reproject.py
safe/gis/vector/test/test_smart_clip.py
safe/gis/vector/test/test_summary.py
safe/gis/vector/test/test_union.py
safe/gis/vector/test/test_update_value_map.py
safe/gui/__init__.py
safe/gui/analysis_utilities.py
safe/gui/tools/__init__.py
safe/gui/tools/about_dialog.py
safe/gui/tools/extent_selector_dialog.py
safe/gui/tools/field_mapping_dialog.py
safe/gui/tools/function_options_dialog.py
safe/gui/tools/help_dialog.py
safe/gui/tools/impact_report_dialog.py
safe/gui/tools/multi_buffer_dialog.py
safe/gui/tools/options_dialog.py
safe/gui/tools/osm_downloader_dialog.py
safe/gui/tools/peta_bencana_dialog.py
safe/gui/tools/rectangle_map_tool.py
safe/gui/tools/save_scenario.py
safe/gui/tools/batch/__init__.py
safe/gui/tools/batch/batch_dialog.py
safe/gui/tools/batch/test/__init__.py
safe/gui/tools/batch/test/test_batch_dialog.py
safe/gui/tools/help/__init__.py
safe/gui/tools/help/batch_help.py
safe/gui/tools/help/definitions_help.py
safe/gui/tools/help/developer_help.py
safe/gui/tools/help/dock_help.py
safe/gui/tools/help/extent_selector_help.py
safe/gui/tools/help/field_mapping_help.py
safe/gui/tools/help/function_options_help.py
safe/gui/tools/help/impact_report_help.py
safe/gui/tools/help/multi_buffer_help.py
safe/gui/tools/help/needs_calculator_help.py
safe/gui/tools/help/needs_manager_help.py
safe/gui/tools/help/options_help.py
safe/gui/tools/help/osm_downloader_help.py
safe/gui/tools/help/peta_bencana_help.py
safe/gui/tools/help/shakemap_converter_help.py
safe/gui/tools/minimum_needs/__init__.py
safe/gui/tools/minimum_needs/needs_calculator_dialog.py
safe/gui/tools/minimum_needs/needs_manager_dialog.py
safe/gui/tools/minimum_needs/needs_profile.py
safe/gui/tools/minimum_needs/test/__init__.py
safe/gui/tools/minimum_needs/test/test_minimum_needs_qsettings.py
safe/gui/tools/minimum_needs/test/test_minimum_needs_tool.py
safe/gui/tools/shake_grid/__init__.py
safe/gui/tools/shake_grid/shake_grid.py
safe/gui/tools/shake_grid/shakemap_converter_dialog.py
safe/gui/tools/shake_grid/converter_data/mmi-contours.prj
safe/gui/tools/shake_grid/converter_data/mmi-contours.qml
safe/gui/tools/shake_grid/converter_data/mmi-shape.qml
safe/gui/tools/shake_grid/converter_data/mmi.qml
safe/gui/tools/shake_grid/test/__init__.py
safe/gui/tools/shake_grid/test/test_shake_grid.py
safe/gui/tools/shake_grid/test/test_shakemap_converter_dialog.py
safe/gui/tools/test/__init__.py
safe/gui/tools/test/interactive_test_help_definitions.py
safe/gui/tools/test/test_definitions_help.py
safe/gui/tools/test/test_extent_selector.py
safe/gui/tools/test/test_field_mapping_dialog.py
safe/gui/tools/test/test_multi_buffer.py
safe/gui/tools/test/test_options_dialog.py
safe/gui/tools/test/test_osm_downloader_dialog.py
safe/gui/tools/test/test_save_scenario.py
safe/gui/tools/wizard/__init__.py
safe/gui/tools/wizard/layer_browser_proxy_model.py
safe/gui/tools/wizard/step_fc00_functions1.py
safe/gui/tools/wizard/step_fc05_functions2.py
safe/gui/tools/wizard/step_fc15_hazlayer_origin.py
safe/gui/tools/wizard/step_fc20_hazlayer_from_canvas.py
safe/gui/tools/wizard/step_fc25_hazlayer_from_browser.py
safe/gui/tools/wizard/step_fc30_explayer_origin.py
safe/gui/tools/wizard/step_fc35_explayer_from_canvas.py
safe/gui/tools/wizard/step_fc40_explayer_from_browser.py
safe/gui/tools/wizard/step_fc45_disjoint_layers.py
safe/gui/tools/wizard/step_fc50_agglayer_origin.py
safe/gui/tools/wizard/step_fc55_agglayer_from_canvas.py
safe/gui/tools/wizard/step_fc60_agglayer_from_browser.py
safe/gui/tools/wizard/step_fc65_agglayer_disjoint.py
safe/gui/tools/wizard/step_fc70_extent.py
safe/gui/tools/wizard/step_fc75_extent_disjoint.py
safe/gui/tools/wizard/step_fc85_summary.py
safe/gui/tools/wizard/step_fc90_analysis.py
safe/gui/tools/wizard/step_kw00_purpose.py
safe/gui/tools/wizard/step_kw05_subcategory.py
safe/gui/tools/wizard/step_kw10_hazard_category.py
safe/gui/tools/wizard/step_kw13_band_selector.py
safe/gui/tools/wizard/step_kw15_layermode.py
safe/gui/tools/wizard/step_kw20_unit.py
safe/gui/tools/wizard/step_kw25_classification.py
safe/gui/tools/wizard/step_kw30_field.py
safe/gui/tools/wizard/step_kw33_multi_classifications.py
safe/gui/tools/wizard/step_kw40_classify.py
safe/gui/tools/wizard/step_kw43_threshold.py
safe/gui/tools/wizard/step_kw44_fields_mapping.py
safe/gui/tools/wizard/step_kw45_inasafe_fields.py
safe/gui/tools/wizard/step_kw47_default_inasafe_fields.py
safe/gui/tools/wizard/step_kw49_inasafe_raster_default_values.py
safe/gui/tools/wizard/step_kw55_source.py
safe/gui/tools/wizard/step_kw60_title.py
safe/gui/tools/wizard/step_kw65_summary.py
safe/gui/tools/wizard/utilities.py
safe/gui/tools/wizard/wizard_dialog.py
safe/gui/tools/wizard/wizard_help.py
safe/gui/tools/wizard/wizard_step.py
safe/gui/tools/wizard/wizard_step_browser.py
safe/gui/tools/wizard/wizard_strings.py
safe/gui/tools/wizard/test/__init__.py
safe/gui/tools/wizard/test/test_function_centric_wizard.py
safe/gui/tools/wizard/test/test_keyword_wizard.py
safe/gui/tools/wizard/test/test_wizard_dialog_locale.py
safe/gui/tools/wizard/test/test_wizard_util.py
safe/gui/ui/about_dialog_base.ui
safe/gui/ui/batch_dialog_base.ui
safe/gui/ui/dock_base.ui
safe/gui/ui/extent_selector_dialog_base.ui
safe/gui/ui/field_mapping_dialog_base.ui
safe/gui/ui/function_options_dialog_base.ui
safe/gui/ui/help_dialog_base.ui
safe/gui/ui/impact_merge_dialog_base.ui
safe/gui/ui/impact_report_dialog_base.ui
safe/gui/ui/multi_buffer_dialog_base.ui
safe/gui/ui/needs_calculator_dialog_base.ui
safe/gui/ui/needs_manager_dialog_base.ui
safe/gui/ui/options_dialog_base.ui
safe/gui/ui/osm_downloader_dialog_base.ui
safe/gui/ui/peta_bencana_dialog_base.ui
safe/gui/ui/raster_reclassify_dialog_base.ui
safe/gui/ui/shakemap_importer_dialog_base.ui
safe/gui/widgets/__init__.py
safe/gui/widgets/dock.py
safe/gui/widgets/field_mapping_tab.py
safe/gui/widgets/field_mapping_widget.py
safe/gui/widgets/message.py
safe/gui/widgets/message_viewer.py
safe/gui/widgets/test/__init__.py
safe/gui/widgets/test/field_mapping_tab_example.py
safe/gui/widgets/test/test_dock.py
safe/gui/widgets/test/test_field_mapping_tab.py
safe/gui/widgets/test/test_message_viewer.py
safe/impact_function/__init__.py
safe/impact_function/create_extra_layers.py
safe/impact_function/impact_function.py
safe/impact_function/postprocessors.py
safe/impact_function/provenance_utilities.py
safe/impact_function/style.py
safe/impact_function/test/__init__.py
safe/impact_function/test/test_impact_function.py
safe/impact_function/test/test_postprocessors.py
safe/impact_function/test/test_provenance_utilities.py
safe/impact_function/test/test_style.py
safe/messaging/__init__.py
safe/messaging/error_message.py
safe/messaging/message.py
safe/messaging/styles.py
safe/messaging/utilities.py
safe/messaging/example/__init__.py
safe/messaging/example/console_example.py
safe/messaging/example/error_message_example.py
safe/messaging/example/gui_example.py
safe/messaging/example/resources/footer.html
safe/messaging/example/resources/header.html
safe/messaging/item/__init__.py
safe/messaging/item/abstract_list.py
safe/messaging/item/brand.py
safe/messaging/item/bulleted_list.py
safe/messaging/item/cell.py
safe/messaging/item/emphasized_text.py
safe/messaging/item/exceptions.py
safe/messaging/item/heading.py
safe/messaging/item/horizontal_rule.py
safe/messaging/item/image.py
safe/messaging/item/important_text.py
safe/messaging/item/line_break.py
safe/messaging/item/link.py
safe/messaging/item/message_element.py
safe/messaging/item/numbered_list.py
safe/messaging/item/paragraph.py
safe/messaging/item/preformatted_text.py
safe/messaging/item/row.py
safe/messaging/item/success_paragraph.py
safe/messaging/item/table.py
safe/messaging/item/text.py
safe/messaging/test/__init__.py
safe/messaging/test/test_styles.py
safe/messaging/test/test_utilities.py
safe/metadata/__init__.py
safe/metadata/__init__.pyc
safe/metadata/aggregation_layer_metadata.py
safe/metadata/aggregation_layer_metadata.pyc
safe/metadata/base_metadata.py
safe/metadata/base_metadata.pyc
safe/metadata/encoder.py
safe/metadata/encoder.pyc
safe/metadata/exposure_layer_metadata.py
safe/metadata/exposure_layer_metadata.pyc
safe/metadata/generic_layer_metadata.py
safe/metadata/generic_layer_metadata.pyc
safe/metadata/hazard_layer_metadata.py
safe/metadata/hazard_layer_metadata.pyc
safe/metadata/iso_19115_template.xml
safe/metadata/metadata_db_io.py
safe/metadata/metadata_db_io.pyc
safe/metadata/output_layer_metadata.py
safe/metadata/output_layer_metadata.pyc
safe/metadata/utilities.py
safe/metadata/utilities.pyc
safe/metadata/utils.pyc
safe/metadata/property/__init__.py
safe/metadata/property/__init__.pyc
safe/metadata/property/base_property.py
safe/metadata/property/base_property.pyc
safe/metadata/property/boolean_property.py
safe/metadata/property/boolean_property.pyc
safe/metadata/property/character_string_property.py
safe/metadata/property/character_string_property.pyc
safe/metadata/property/date_property.py
safe/metadata/property/date_property.pyc
safe/metadata/property/dictionary_property.py
safe/metadata/property/dictionary_property.pyc
safe/metadata/property/float_property.py
safe/metadata/property/float_property.pyc
safe/metadata/property/float_tuple_property.pyc
safe/metadata/property/integer_property.py
safe/metadata/property/integer_property.pyc
safe/metadata/property/list_property.py
safe/metadata/property/list_property.pyc
safe/metadata/property/tuple_property.pyc
safe/metadata/property/url_property.py
safe/metadata/property/url_property.pyc
safe/metadata/provenance/__init__.py
safe/metadata/provenance/__init__.pyc
safe/metadata/provenance/if_provenance_step.py
safe/metadata/provenance/if_provenance_step.pyc
safe/metadata/provenance/provenance.py
safe/metadata/provenance/provenance.pyc
safe/metadata/provenance/provenance_step.py
safe/metadata/provenance/provenance_step.pyc
safe/metadata/test/__init__.py
safe/metadata/test/__init__.pyc
safe/metadata/test/scripts.py
safe/metadata/test/test_aggregation_metadata.py
safe/metadata/test/test_aggregation_metadata.pyc
safe/metadata/test/test_exposure_impacted_metadata.py
safe/metadata/test/test_exposure_impacted_metadata.pyc
safe/metadata/test/test_exposure_metadata.py
safe/metadata/test/test_exposure_metadata.pyc
safe/metadata/test/test_generic_metadata.py
safe/metadata/test/test_generic_metadata.pyc
safe/metadata/test/test_hazard_metadata.py
safe/metadata/test/test_hazard_metadata.pyc
safe/metadata/test/test_if_provenance_step.py
safe/metadata/test/test_if_provenance_step.pyc
safe/metadata/test/test_metadata.py
safe/metadata/test/test_metadata.pyc
safe/metadata/test/test_metadata_properties.py
safe/metadata/test/test_metadata_properties.pyc
safe/metadata/test/test_provenance.py
safe/metadata/test/test_provenance.pyc
safe/metadata/test/test_provenance_step.py
safe/metadata/test/test_provenance_step.pyc
safe/metadata/test/data/existing_exposure_impacted.json
safe/metadata/test/data/existing_exposure_impacted.shp
safe/metadata/test/data/existing_exposure_impacted.xml
safe/metadata/test/data/existing_generic.json
safe/metadata/test/data/existing_generic.shp
safe/metadata/test/data/existing_generic.xml
safe/metadata/test/data/existing_no_metadata.shp
safe/metadata/test/data/incomplete_impact.json
safe/metadata/test/data/invalid_impact.json
safe/metadata/test/data/test_generic.json
safe/metadata/test/data/test_impact.json
safe/report/__init__.py
safe/report/impact_report.py
safe/report/report_metadata.py
safe/report/expressions/__init__.py
safe/report/expressions/infographic.py
safe/report/extractors/__init__.py
safe/report/extractors/action_notes.py
safe/report/extractors/aggregate_postprocessors.py
safe/report/extractors/aggregate_result.py
safe/report/extractors/analysis_detail.py
safe/report/extractors/analysis_provenance_details.py
safe/report/extractors/analysis_question.py
safe/report/extractors/composer.py
safe/report/extractors/general_report.py
safe/report/extractors/impact_table.py
safe/report/extractors/infographics.py
safe/report/extractors/minimum_needs.py
safe/report/extractors/mmi_detail.py
safe/report/extractors/population_chart.py
safe/report/extractors/util.py
safe/report/extractors/infographic_elements/__init__.py
safe/report/extractors/infographic_elements/svg_charts.py
safe/report/processors/__init__.py
safe/report/processors/default.py
safe/report/test/__init__.py
safe/report/test/hello_world_report.py
safe/report/test/test_impact_report.py
safe/report/test/test_impact_report_earthquake.py
safe/report/test/test_report_metadata.py
safe/report/test/test_util.py
safe/report/test/fixtures/hello-world.html
safe/test/__init__.py
safe/test/debug_helper.py
safe/test/qgis_interface.py
safe/test/qgis_legend_interface.py
safe/test/test_defaults.py
safe/test/test_init.py
safe/test/test_python_pep.py
safe/test/test_qgis_environment.py
safe/test/test_translations.py
safe/test/utilities.py
safe/test/data/aggregation/district_osm_jakarta.geojson
safe/test/data/aggregation/district_osm_jakarta.qml
safe/test/data/aggregation/district_osm_jakarta.xml
safe/test/data/aggregation/grid_jakarta.geojson
safe/test/data/aggregation/grid_jakarta.qml
safe/test/data/aggregation/grid_jakarta.xml
safe/test/data/aggregation/grid_jakarta_4326.geojson
safe/test/data/aggregation/grid_jakarta_4326.qml
safe/test/data/aggregation/grid_jakarta_4326.xml
safe/test/data/control/files/impact-layer-attribution.txt
safe/test/data/control/files/test-data-driven-run-results.txt
safe/test/data/control/files/test-definition-help-response.txt
safe/test/data/control/files/test-definition-to-message-response.txt
safe/test/data/control/files/test-error-message.txt
safe/test/data/control/files/test-full-run-results-qgis.txt
safe/test/data/control/files/test-full-run-results.txt
safe/test/data/control/files/test-get-plugins-as-table.txt
safe/test/data/control/files/test-importdlg-extractzip.zip
safe/test/data/control/files/test-importdlg-httprequest.html
safe/test/data/control/files/test-importdlg-job.html
safe/test/data/control/files/test-importdlg-newjob.html
safe/test/data/control/files/test-importdlg-wizardarea.html
safe/test/data/control/files/test-profiling-logs.txt
safe/test/data/control/files/test-stacktrace-html.txt
safe/test/data/control/images/renderComposition-variantOSX10.8.png
safe/test/data/control/images/renderComposition-variantUbuntu-12.04-x86_64.png
safe/test/data/control/images/renderComposition-variantUbuntu-13.04-x86_64.png
safe/test/data/control/images/renderComposition-variantWindows7-SP1-AMD64.png
safe/test/data/control/images/renderComposition-variantWindowspost2008Server--AMD64.png
safe/test/data/control/images/renderComposition-variantslackware-14.0-x86_64.png
safe/test/data/control/images/windowsArtifacts.png
safe/test/data/control/scenarios/batch-report-20141028103534.txt
safe/test/data/control/scenarios/scenario1.txt
safe/test/data/exposure/airports.dbf
safe/test/data/exposure/airports.prj
safe/test/data/exposure/airports.qml
safe/test/data/exposure/airports.qpj
safe/test/data/exposure/airports.shp
safe/test/data/exposure/airports.shx
safe/test/data/exposure/airports.xml
safe/test/data/exposure/building-points.dbf
safe/test/data/exposure/building-points.lic
safe/test/data/exposure/building-points.license
safe/test/data/exposure/building-points.prj
safe/test/data/exposure/building-points.qml
safe/test/data/exposure/building-points.shp
safe/test/data/exposure/building-points.shx
safe/test/data/exposure/building-points.xml
safe/test/data/exposure/buildings.dbf
safe/test/data/exposure/buildings.lic
safe/test/data/exposure/buildings.license
safe/test/data/exposure/buildings.prj
safe/test/data/exposure/buildings.qml
safe/test/data/exposure/buildings.shp
safe/test/data/exposure/buildings.shx
safe/test/data/exposure/buildings.xml
safe/test/data/exposure/buildings_keyword_3-3.dbf
safe/test/data/exposure/buildings_keyword_3-3.lic
safe/test/data/exposure/buildings_keyword_3-3.license
safe/test/data/exposure/buildings_keyword_3-3.prj
safe/test/data/exposure/buildings_keyword_3-3.qml
safe/test/data/exposure/buildings_keyword_3-3.shp
safe/test/data/exposure/buildings_keyword_3-3.shx
safe/test/data/exposure/buildings_keyword_3-3.xml
safe/test/data/exposure/buildings_osm_4326.dbf
safe/test/data/exposure/buildings_osm_4326.lic
safe/test/data/exposure/buildings_osm_4326.prj
safe/test/data/exposure/buildings_osm_4326.qpj
safe/test/data/exposure/buildings_osm_4326.shp
safe/test/data/exposure/buildings_osm_4326.shx
safe/test/data/exposure/buildings_osm_4326.xml
safe/test/data/exposure/census.geojson
safe/test/data/exposure/census.lic
safe/test/data/exposure/census.xml
safe/test/data/exposure/classified_raster_landcover.asc
safe/test/data/exposure/classified_raster_landcover.lic
safe/test/data/exposure/classified_raster_landcover.prj
safe/test/data/exposure/classified_raster_landcover.qml
safe/test/data/exposure/classified_raster_landcover.xml
safe/test/data/exposure/exposure.sqlite
safe/test/data/exposure/exposure.xml
safe/test/data/exposure/landcover.geojson
safe/test/data/exposure/landcover.qml
safe/test/data/exposure/landcover.xml
safe/test/data/exposure/people_allow_resampling_false.lic
safe/test/data/exposure/people_allow_resampling_false.tif
safe/test/data/exposure/people_allow_resampling_false.xml
safe/test/data/exposure/people_allow_resampling_true.lic
safe/test/data/exposure/people_allow_resampling_true.tif
safe/test/data/exposure/people_allow_resampling_true.xml
safe/test/data/exposure/places.dbf
safe/test/data/exposure/places.prj
safe/test/data/exposure/places.qpj
safe/test/data/exposure/places.shp
safe/test/data/exposure/places.shx
safe/test/data/exposure/places.xml
safe/test/data/exposure/places_pop.dbf
safe/test/data/exposure/places_pop.prj
safe/test/data/exposure/places_pop.qpj
safe/test/data/exposure/places_pop.shp
safe/test/data/exposure/places_pop.shx
safe/test/data/exposure/places_pop.xml
safe/test/data/exposure/pop_binary_raster_20_20.asc
safe/test/data/exposure/pop_binary_raster_20_20.lic
safe/test/data/exposure/pop_binary_raster_20_20.prj
safe/test/data/exposure/pop_binary_raster_20_20.qml
safe/test/data/exposure/pop_binary_raster_20_20.xml
safe/test/data/exposure/roads.dbf
safe/test/data/exposure/roads.lic
safe/test/data/exposure/roads.license
safe/test/data/exposure/roads.prj
safe/test/data/exposure/roads.qml
safe/test/data/exposure/roads.shp
safe/test/data/exposure/roads.shx
safe/test/data/exposure/roads.xml
safe/test/data/exposure/roads_osm_4326.dbf
safe/test/data/exposure/roads_osm_4326.lic
safe/test/data/exposure/roads_osm_4326.prj
safe/test/data/exposure/roads_osm_4326.qml
safe/test/data/exposure/roads_osm_4326.shp
safe/test/data/exposure/roads_osm_4326.shx
safe/test/data/exposure/roads_osm_4326.xml
safe/test/data/exposure/small_building.dbf
safe/test/data/exposure/small_building.license
safe/test/data/exposure/small_building.prj
safe/test/data/exposure/small_building.qml
safe/test/data/exposure/small_building.shp
safe/test/data/exposure/small_building.shx
safe/test/data/exposure/small_building.xml
safe/test/data/gisv4/project.qgs
safe/test/data/gisv4/aggregation/aggregation_cleaned.geojson
safe/test/data/gisv4/aggregation/aggregation_cleaned.xml
safe/test/data/gisv4/aggregation/small_grid.geojson
safe/test/data/gisv4/aggregation/small_grid.qml
safe/test/data/gisv4/aggregation/small_grid.xml
safe/test/data/gisv4/aggregation/small_grid_complex.geojson
safe/test/data/gisv4/aggregation/small_grid_complex.qml
safe/test/data/gisv4/aggregation/small_grid_complex.xml
safe/test/data/gisv4/aggregation/small_grid_ratios.geojson
safe/test/data/gisv4/aggregation/small_grid_ratios.qml
safe/test/data/gisv4/aggregation/small_grid_ratios.xml
safe/test/data/gisv4/aggregation/union_check_aggregation.geojson
safe/test/data/gisv4/aggregation/union_check_aggregation.xml
safe/test/data/gisv4/analysis/analysis.geojson
safe/test/data/gisv4/analysis/analysis.xml
safe/test/data/gisv4/exposure/building-points.geojson
safe/test/data/gisv4/exposure/building-points.xml
safe/test/data/gisv4/exposure/buildings.geojson
safe/test/data/gisv4/exposure/buildings.xml
safe/test/data/gisv4/exposure/continuous_vector.geojson
safe/test/data/gisv4/exposure/continuous_vector.xml
safe/test/data/gisv4/exposure/population.geojson
safe/test/data/gisv4/exposure/population.xml
safe/test/data/gisv4/exposure/population_multi_fields.geojson
safe/test/data/gisv4/exposure/population_multi_fields.qml
safe/test/data/gisv4/exposure/population_multi_fields.xml
safe/test/data/gisv4/exposure/roads.geojson
safe/test/data/gisv4/exposure/roads.qml
safe/test/data/gisv4/exposure/roads.xml
safe/test/data/gisv4/exposure/raster/population.asc
safe/test/data/gisv4/exposure/raster/population.prj
safe/test/data/gisv4/exposure/raster/population.qml
safe/test/data/gisv4/exposure/raster/population.xml
safe/test/data/gisv4/hazard/classified_vector.geojson
safe/test/data/gisv4/hazard/classified_vector.qml
safe/test/data/gisv4/hazard/classified_vector.xml
safe/test/data/gisv4/hazard/cyclone_AUBOM_km_h.asc
safe/test/data/gisv4/hazard/cyclone_AUBOM_km_h.prj
safe/test/data/gisv4/hazard/cyclone_AUBOM_km_h.qml
safe/test/data/gisv4/hazard/cyclone_AUBOM_km_h.xml
safe/test/data/gisv4/hazard/earthquake.asc
safe/test/data/gisv4/hazard/earthquake.prj
safe/test/data/gisv4/hazard/earthquake.qml
safe/test/data/gisv4/hazard/earthquake.xml
safe/test/data/gisv4/hazard/tsunami_vector.geojson
safe/test/data/gisv4/hazard/tsunami_vector.qml
safe/test/data/gisv4/hazard/tsunami_vector.xml
safe/test/data/gisv4/hazard/unclassified_vector.geojson
safe/test/data/gisv4/hazard/unclassified_vector.xml
safe/test/data/gisv4/hazard/union_check_hazard.geojson
safe/test/data/gisv4/hazard/union_check_hazard.xml
safe/test/data/gisv4/impacts/building-points-classified-vector.geojson
safe/test/data/gisv4/impacts/building-points-classified-vector.xml
safe/test/data/gisv4/impacts/exposure_summary_table.csv
safe/test/data/gisv4/impacts/exposure_summary_table.xml
safe/test/data/gisv4/intermediate/aggregate_classified_hazard.geojson
safe/test/data/gisv4/intermediate/aggregate_classified_hazard.xml
safe/test/data/gisv4/intermediate/aggregate_classified_hazard_summary.geojson
safe/test/data/gisv4/intermediate/aggregate_classified_hazard_summary.xml
safe/test/data/gisv4/intermediate/analysis.geojson
safe/test/data/gisv4/intermediate/analysis.xml
safe/test/data/gisv4/intermediate/building-points-split-hazard.geojson
safe/test/data/gisv4/intermediate/impact_before_recount.geojson
safe/test/data/gisv4/intermediate/impact_before_recount.xml
safe/test/data/gisv4/intermediate/summaries/land_cover_aggregate_hazard_impacted.geojson
safe/test/data/gisv4/intermediate/summaries/land_cover_aggregate_hazard_impacted.xml
safe/test/data/gisv4/intermediate/summaries/land_cover_exposure_summary.geojson
safe/test/data/gisv4/intermediate/summaries/land_cover_exposure_summary.xml
safe/test/data/hazard/ash_raster_wgs84.qml
safe/test/data/hazard/ash_raster_wgs84.tif
safe/test/data/hazard/ash_raster_wgs84.xml
safe/test/data/hazard/classified_flood_20_20.asc
safe/test/data/hazard/classified_flood_20_20.lic
safe/test/data/hazard/classified_flood_20_20.prj
safe/test/data/hazard/classified_flood_20_20.qml
safe/test/data/hazard/classified_flood_20_20.xml
safe/test/data/hazard/classified_generic_polygon.dbf
safe/test/data/hazard/classified_generic_polygon.lic
safe/test/data/hazard/classified_generic_polygon.prj
safe/test/data/hazard/classified_generic_polygon.qml
safe/test/data/hazard/classified_generic_polygon.qpj
safe/test/data/hazard/classified_generic_polygon.shp
safe/test/data/hazard/classified_generic_polygon.shx
safe/test/data/hazard/classified_generic_polygon.xml
safe/test/data/hazard/classified_hazard.qml
safe/test/data/hazard/classified_hazard.tif
safe/test/data/hazard/classified_hazard.xml
safe/test/data/hazard/continuous_flood_20_20.asc
safe/test/data/hazard/continuous_flood_20_20.lic
safe/test/data/hazard/continuous_flood_20_20.prj
safe/test/data/hazard/continuous_flood_20_20.qml
safe/test/data/hazard/continuous_flood_20_20.xml
safe/test/data/hazard/continuous_flood_unaligned_big_size.lic
safe/test/data/hazard/continuous_flood_unaligned_big_size.tif
safe/test/data/hazard/continuous_flood_unaligned_big_size.xml
safe/test/data/hazard/continuous_raster_20_20.xml
safe/test/data/hazard/continuous_vector.geojson
safe/test/data/hazard/continuous_vector.qml
safe/test/data/hazard/continuous_vector.xml
safe/test/data/hazard/continuous_vector_ash.geojson
safe/test/data/hazard/continuous_vector_ash.qml
safe/test/data/hazard/continuous_vector_ash.xml
safe/test/data/hazard/earthquake.lic
safe/test/data/hazard/earthquake.qml
safe/test/data/hazard/earthquake.tif
safe/test/data/hazard/earthquake.xml
safe/test/data/hazard/flood_multipart_polygons.dbf
safe/test/data/hazard/flood_multipart_polygons.lic
safe/test/data/hazard/flood_multipart_polygons.prj
safe/test/data/hazard/flood_multipart_polygons.qml
safe/test/data/hazard/flood_multipart_polygons.qpj
safe/test/data/hazard/flood_multipart_polygons.shp
safe/test/data/hazard/flood_multipart_polygons.shx
safe/test/data/hazard/flood_multipart_polygons.xml
safe/test/data/hazard/flood_polygon_crosskabupaten.dbf
safe/test/data/hazard/flood_polygon_crosskabupaten.lic
safe/test/data/hazard/flood_polygon_crosskabupaten.prj
safe/test/data/hazard/flood_polygon_crosskabupaten.qpj
safe/test/data/hazard/flood_polygon_crosskabupaten.shp
safe/test/data/hazard/flood_polygon_crosskabupaten.shx
safe/test/data/hazard/flood_polygon_crosskabupaten.xml
safe/test/data/hazard/floods.dbf
safe/test/data/hazard/floods.lic
safe/test/data/hazard/floods.prj
safe/test/data/hazard/floods.qml
safe/test/data/hazard/floods.qpj
safe/test/data/hazard/floods.shp
safe/test/data/hazard/floods.shx
safe/test/data/hazard/floods.xml
safe/test/data/hazard/generic_continuous_flood.asc
safe/test/data/hazard/generic_continuous_flood.lic
safe/test/data/hazard/generic_continuous_flood.prj
safe/test/data/hazard/generic_continuous_flood.qml
safe/test/data/hazard/generic_continuous_flood.xml
safe/test/data/hazard/jakarta_flood_design.lic
safe/test/data/hazard/jakarta_flood_design.qml
safe/test/data/hazard/jakarta_flood_design.tif
safe/test/data/hazard/jakarta_flood_design.xml
safe/test/data/hazard/jakarta_flood_design_x10.lic
safe/test/data/hazard/jakarta_flood_design_x10.tif
safe/test/data/hazard/keywordless_layer.lic
safe/test/data/hazard/keywordless_layer.tif
safe/test/data/hazard/landcover_hazard.dbf
safe/test/data/hazard/landcover_hazard.lic
safe/test/data/hazard/landcover_hazard.prj
safe/test/data/hazard/landcover_hazard.qml
safe/test/data/hazard/landcover_hazard.qpj
safe/test/data/hazard/landcover_hazard.shp
safe/test/data/hazard/landcover_hazard.shx
safe/test/data/hazard/landcover_hazard.xml
safe/test/data/hazard/tsunami_wgs84.lic
safe/test/data/hazard/tsunami_wgs84.qml
safe/test/data/hazard/tsunami_wgs84.tif
safe/test/data/hazard/tsunami_wgs84.xml
safe/test/data/hazard/volcano_krb.dbf
safe/test/data/hazard/volcano_krb.lic
safe/test/data/hazard/volcano_krb.prj
safe/test/data/hazard/volcano_krb.qml
safe/test/data/hazard/volcano_krb.qpj
safe/test/data/hazard/volcano_krb.shp
safe/test/data/hazard/volcano_krb.shx
safe/test/data/hazard/volcano_krb.xml
safe/test/data/hazard/volcano_point.geojson
safe/test/data/hazard/volcano_point.xml
safe/test/data/hazard/shake_data/20120726022003.inp.zip
safe/test/data/hazard/shake_data/20120726022003.out.zip
safe/test/data/hazard/shake_data/20131105060809/output/grid.xml
safe/test/data/hazard/shake_data/20150918201057/output/grid.xml
safe/test/data/impact/aggregation_test_roads.dbf
safe/test/data/impact/aggregation_test_roads.lic
safe/test/data/impact/aggregation_test_roads.prj
safe/test/data/impact/aggregation_test_roads.qpj
safe/test/data/impact/aggregation_test_roads.shp
safe/test/data/impact/aggregation_test_roads.shx
safe/test/data/impact/aggregation_test_roads.xml
safe/test/data/impact/buildings_inundated_district_jakarta.dbf
safe/test/data/impact/buildings_inundated_district_jakarta.lic
safe/test/data/impact/buildings_inundated_district_jakarta.prj
safe/test/data/impact/buildings_inundated_district_jakarta.qml
safe/test/data/impact/buildings_inundated_district_jakarta.shp
safe/test/data/impact/buildings_inundated_district_jakarta.shx
safe/test/data/impact/buildings_inundated_district_jakarta.xml
safe/test/data/impact/buildings_inundated_entire_area.dbf
safe/test/data/impact/buildings_inundated_entire_area.lic
safe/test/data/impact/buildings_inundated_entire_area.prj
safe/test/data/impact/buildings_inundated_entire_area.qml
safe/test/data/impact/buildings_inundated_entire_area.shp
safe/test/data/impact/buildings_inundated_entire_area.shx
safe/test/data/impact/buildings_inundated_entire_area.xml
safe/test/data/impact/buildings_without_style.geojson
safe/test/data/impact/buildings_without_style.xml
safe/test/data/impact/flood_on_population.lic
safe/test/data/impact/flood_on_population.qml
safe/test/data/impact/flood_on_population.tif
safe/test/data/impact/flood_on_population.xml
safe/test/data/impact/indivisible_polygon_impact.geojson
safe/test/data/impact/indivisible_polygon_impact.json
safe/test/data/impact/indivisible_polygon_impact.qml
safe/test/data/impact/indivisible_polygon_impact.xml
safe/test/data/impact/polygons_for_styling.dbf
safe/test/data/impact/polygons_for_styling.lic
safe/test/data/impact/polygons_for_styling.prj
safe/test/data/impact/polygons_for_styling.qml
safe/test/data/impact/polygons_for_styling.qpj
safe/test/data/impact/polygons_for_styling.shp
safe/test/data/impact/polygons_for_styling.shx
safe/test/data/impact/polygons_for_styling.xml
safe/test/data/impact/population_affected_district_jakarta.dbf
safe/test/data/impact/population_affected_district_jakarta.lic
safe/test/data/impact/population_affected_district_jakarta.prj
safe/test/data/impact/population_affected_district_jakarta.qml
safe/test/data/impact/population_affected_district_jakarta.shp
safe/test/data/impact/population_affected_district_jakarta.shx
safe/test/data/impact/population_affected_district_jakarta.xml
safe/test/data/impact/population_affected_entire_area.dbf
safe/test/data/impact/population_affected_entire_area.lic
safe/test/data/impact/population_affected_entire_area.prj
safe/test/data/impact/population_affected_entire_area.qml
safe/test/data/impact/population_affected_entire_area.shp
safe/test/data/impact/population_affected_entire_area.shx
safe/test/data/impact/population_affected_entire_area.xml
safe/test/data/other/buffer_points_3857.dbf
safe/test/data/other/buffer_points_3857.lic
safe/test/data/other/buffer_points_3857.prj
safe/test/data/other/buffer_points_3857.qpj
safe/test/data/other/buffer_points_3857.shp
safe/test/data/other/buffer_points_3857.shx
safe/test/data/other/buffer_points_expected_3857.dbf
safe/test/data/other/buffer_points_expected_3857.lic
safe/test/data/other/buffer_points_expected_3857.prj
safe/test/data/other/buffer_points_expected_3857.qpj
safe/test/data/other/buffer_points_expected_3857.shp
safe/test/data/other/buffer_points_expected_3857.shx
safe/test/data/other/buffer_points_expected_4326.dbf
safe/test/data/other/buffer_points_expected_4326.lic
safe/test/data/other/buffer_points_expected_4326.prj
safe/test/data/other/buffer_points_expected_4326.qpj
safe/test/data/other/buffer_points_expected_4326.shp
safe/test/data/other/buffer_points_expected_4326.shx
safe/test/data/other/expected_singlelayer.xml
safe/test/data/other/invalid_keyword_xml.lic
safe/test/data/other/invalid_keyword_xml.qml
safe/test/data/other/invalid_keyword_xml.tif
safe/test/data/other/invalid_keyword_xml.xml
safe/test/data/other/issue126.lic
safe/test/data/other/issue126.qml
safe/test/data/other/issue126.tif
safe/test/data/other/issue126.xml
safe/test/data/other/jakarta.gpkg
safe/test/data/other/keywordless_layer.dbf
safe/test/data/other/keywordless_layer.lic
safe/test/data/other/keywordless_layer.prj
safe/test/data/other/keywordless_layer.qpj
safe/test/data/other/keywordless_layer.shp
safe/test/data/other/keywordless_layer.shx
safe/test/data/other/line_after_splitting1.cpg
safe/test/data/other/line_after_splitting1.dbf
safe/test/data/other/line_after_splitting1.lic
safe/test/data/other/line_after_splitting1.prj
safe/test/data/other/line_after_splitting1.qpj
safe/test/data/other/line_after_splitting1.shp
safe/test/data/other/line_after_splitting1.shx
safe/test/data/other/line_before_splitting.cpg
safe/test/data/other/line_before_splitting.dbf
safe/test/data/other/line_before_splitting.lic
safe/test/data/other/line_before_splitting.prj
safe/test/data/other/line_before_splitting.qpj
safe/test/data/other/line_before_splitting.shp
safe/test/data/other/line_before_splitting.shx
safe/test/data/other/minimum_needs.dbf
safe/test/data/other/minimum_needs.lic
safe/test/data/other/minimum_needs.prj
safe/test/data/other/minimum_needs.qpj
safe/test/data/other/minimum_needs.shp
safe/test/data/other/minimum_needs.shx
safe/test/data/other/minimum_needs.xml
safe/test/data/other/missing_keyword.qml
safe/test/data/other/missing_keyword.tif
safe/test/data/other/missing_keyword.xml
safe/test/data/other/multilayer.xml
safe/test/data/other/polygonization_result.dbf
safe/test/data/other/polygonization_result.lic
safe/test/data/other/polygonization_result.prj
safe/test/data/other/polygonization_result.qpj
safe/test/data/other/polygonization_result.shp
safe/test/data/other/polygonization_result.shx
safe/test/data/other/simple.xml
safe/test/data/other/ten_by_ten_raster_as_polys.dbf
safe/test/data/other/ten_by_ten_raster_as_polys.lic
safe/test/data/other/ten_by_ten_raster_as_polys.prj
safe/test/data/other/ten_by_ten_raster_as_polys.qml
safe/test/data/other/ten_by_ten_raster_as_polys.qpj
safe/test/data/other/ten_by_ten_raster_as_polys.shp
safe/test/data/other/ten_by_ten_raster_as_polys.shx
safe/test/data/other/ten_by_ten_raster_as_polys.xml
safe/test/data/other/tenbytenraster.asc
safe/test/data/other/tenbytenraster.lic
safe/test/data/other/tenbytenraster.prj
safe/test/data/other/tenbytenraster.qml
safe/test/data/other/tenbytenraster.xml
safe/test/data/other/test_keywords.db
safe/test/data/other/zonal_polygons.dbf
safe/test/data/other/zonal_polygons.lic
safe/test/data/other/zonal_polygons.prj
safe/test/data/other/zonal_polygons.qml
safe/test/data/other/zonal_polygons.qpj
safe/test/data/other/zonal_polygons.shp
safe/test/data/other/zonal_polygons.shx
safe/test/data/other/zonal_polygons.xml
safe/test/data/projects/dki-test.qgs
safe/test/data/projects/geopackage_vec.qgs
safe/test/data/projects/geopackage_vec_ras.qgs
safe/test/data/projects/issue_2553.qgs
safe/test/data/projects/load_standard_layers.qgs
safe/test/data/projects/multipart-poygons-osm.qgs
safe/test/data/projects/temporarily-flooded-buildings-test.qgs
safe/test/data/projects/zonal.qgs
safe/test/data/scenario/earthquake_raster_on_raster_population.json
safe/test/data/scenario/earthquake_raster_on_vector_population.json
safe/test/data/scenario/polygon_classified_on_line.json
safe/test/data/scenario/polygon_classified_on_point.json
safe/test/data/scenario/polygon_classified_on_vector_population.json
safe/test/data/scenario/polygon_classified_on_vector_population_multi_fields.json
safe/test/data/scenario/polygon_continuous_on_line.json
safe/test/data/scenario/raster_classified_on_classified_raster.json
safe/test/data/scenario/raster_classified_on_indivisible_polygons_with_grid.json
safe/test/data/scenario/raster_classified_on_line_with_grid.json
safe/test/data/scenario/raster_classified_on_vector_population_multi_fields.json
safe/test/data/scenario/raster_continuous_on_divisible_polygons_with_grid.json
safe/test/data/scenario/raster_continuous_on_line.json
safe/test/data/scenario/raster_continuous_on_raster_population.json
safe/utilities/__init__.py
safe/utilities/default_values.py
safe/utilities/extent.py
safe/utilities/file_downloader.py
safe/utilities/gis.py
safe/utilities/i18n.py
safe/utilities/keyword_io.py
safe/utilities/memory_checker.py
safe/utilities/metadata.py
safe/utilities/osm_downloader.py
safe/utilities/pivot_table.py
safe/utilities/profiling.py
safe/utilities/qgis_utilities.py
safe/utilities/qt.py
safe/utilities/resources.py
safe/utilities/rounding.py
safe/utilities/settings.py
safe/utilities/styling.py
safe/utilities/unicode.py
safe/utilities/utilities.py
safe/utilities/test/__init__.py
safe/utilities/test/test_file_downloader.py
safe/utilities/test/test_gis.py
safe/utilities/test/test_keyword_io.py
safe/utilities/test/test_memory_checker.py
safe/utilities/test/test_metadata.py
safe/utilities/test/test_osm_downloader.py
safe/utilities/test/test_pivot_table.py
safe/utilities/test/test_qt.py
safe/utilities/test/test_resources.py
safe/utilities/test/test_rounding.py
safe/utilities/test/test_settings.py
safe/utilities/test/test_styling.py
safe/utilities/test/test_unicode.py
safe/utilities/test/test_utilities.py