{"id":160352,"date":"2018-11-28T19:39:45","date_gmt":"2018-11-29T03:39:45","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcuser&#038;p=160352"},"modified":"2024-04-17T15:40:56","modified_gmt":"2024-04-17T22:40:56","slug":"visualize-malaria-rates-in-africa","status":"publish","type":"arcuser","link":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa","title":{"rendered":"Visualize Malaria Rates in Africa"},"author":1031,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[10412,25022,551],"tags":[20382,208702],"arcuser_issues":[184702],"class_list":["post-160352","arcuser","type-arcuser","status-publish","format-standard","hentry","category-arcgis-pro","category-hands-on","category-imagery","tag-cartography","tag-public-health","arcuser_issues-fall-2018"],"acf":{"short_description":"This tutorial shows workflow for analyzing and visualizing raster data on malaria rates.","pdf":{"host_remotely":false,"file":"","file_url":""},"flexible_content":[{"acf_fc_layout":"pdf","file":160382},{"acf_fc_layout":"blockquote","content":"Malaria is a life-threatening disease that is both preventable and treatable. Transmitted by mosquitoes, it affects millions of people worldwide, especially young children in sub-Saharan Africa. But there\u2019s good news. Due to treatment and prevention efforts, such as insecticide-treated mosquito nets and rapid diagnostic tests, incidence rates have been shrinking."},{"acf_fc_layout":"content","content":"<h2>What you will need<\/h2>\r\n<ul>\r\n \t<li>ArcGIS Pro<\/li>\r\n \t<li>ArcGIS Image Analyst extension or the ArcGIS Spatial Analyst extension\r\n(If you don\u2019t have ArcGIS Pro or an ArcGIS account, you can sign up for an ArcGIS free trial at esri.com\/en-us\/arcgis\/trial.)<\/li>\r\n \t<li>An Internet connection to download data<\/li>\r\n<\/ul>"},{"acf_fc_layout":"content","content":"This tutorial shows you an adaptable workflow that will let you quickly analyze and visualize raster data so you can find out how much malaria rates have decreased. Using data from the nonprofit Malaria Atlas Project, you will analyze how malaria rates for children aged 2 to 10 in sub-Saharan Africa have changed since 2000. After downloading the data, you\u2019ll use the Raster Functions analysis tool in ArcGIS Pro to calculate the change in malaria prevalence from 2000 to 2015. Then, you will visualize malaria rates over time in sub-Saharan Africa. (You also will need the ArcGIS Image Analyst extension or the ArcGIS Spatial Analyst extension to complete this tutorial.)"},{"acf_fc_layout":"image","image":160392,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>Step 1\r\n<span style=\"font-size: 1.69949rem;\">Download Data from the Malaria Atlas Project<\/span><\/h2>\r\n<ol>\r\n \t<li class=\"p5\">Go to the Malaria Atlas Project website (https:\/\/map.ox.ac.uk\/).<\/li>\r\n \t<li class=\"p5\">Under TOGGLE AND DOWNLOAD LAYERS (on the left side of the screen), click the Download button and choose ZIP (DATA FILES). Download the data on a local machine. The download may take a few minutes.<\/li>\r\n \t<li class=\"p5\">Extract and unzip the files.<\/li>\r\n \t<li class=\"p5\">Start ArcGIS Pro. Make sure that either the Image Analyst or Spatial Analyst extensions are available. Under Create a new project, click Blank. Name your project Malaria.<\/li>\r\n \t<li class=\"p5\">Add a New Map. In the Catalog window, navigate to the folder where you saved the unzipped malaria data. Use Add Data to add 2015_Nature_Africa_PR.2000.tif and 2015_Nature_Africa_PR.2015.tif to the map.<\/li>\r\n<\/ol>\r\n<p class=\"p1\"><span class=\"s2\"> A map will open that displays the data with a black\u2013white ramp. These two layers show malaria rates among children aged 2 to 10 in sub-Saharan Africa in 2000 and 2015. White pixels represent higher malaria rates, while darker pixels represent lower rates.<\/span><\/p>\r\n<p class=\"p1\"><\/p>"},{"acf_fc_layout":"image","image":160402,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>Step 2\r\n<span style=\"font-size: 1.69949rem;\">Calculate Change<\/span><\/h2>\r\nNext, you\u2019ll analyze the change in malaria rates from 2000 to 2015. Because the data is in raster format, it is represented as pixels, or cells. Each cell shows the average value of the area it covers. To calculate the change in malaria rates, you\u2019ll subtract the value of overlapping cells using the raster functions in ArcGIS Pro. The resultant layer will be calculated on the fly as a temporary layer instead of being saved to your computer, which would take up storage space.\r\n<ol>\r\n \t<li>On the ribbon, click the Analysis tab. In the Raster group, click Raster Functions.<\/li>\r\n \t<li>In the Raster Functions pane, type Minus in the Find Raster Functions Search box and click the Minus tool. The Minus tool subtracts the value of the second input from the value of the first input on a cell-by-cell basis.<\/li>\r\n \t<li>In the Minus Properties pane, click the menu for Raster. For Raster1, select the 2015_Nature_Africa_PR.2015.tif layer from the drop-down. For Raster2, select the 2015_Nature_Africa_PR.2000.tif layer. Accept the defaults for Cellsize Type and Extent of Type. Click Create new layer. Save the project.<\/li>\r\n<\/ol>\r\nThe result is added to the Contents pane. White areas represent positive values, or an increase in malaria rates, while darker areas represent negative values, or a decrease in malaria rates. It is clear from this map that there were significant decreases in malaria rates in the Congo, Burundi, Uganda, and Tanzania. Increases occurred in Mali and Guinea, but most of the other shades of gray do not show a clear visual pattern."},{"acf_fc_layout":"image","image":160412,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>Step 3\r\n<span style=\"font-size: 1.69949rem;\">Visualize Your Results<\/span><\/h2>\r\nTo better visualize where malaria rates increased or decreased, change the colors of the layers.\r\n<ol>\r\n \t<li>On the ribbon, click the Map tab. In the Layer group, click Basemap and choose Dark Gray Canvas. Changing the basemap to a simple one like Dark Gray Canvas helps your data stand out because it removes distracting details like topography and river features. Now, you\u2019ll symbolize the 2015 data for malaria.<\/li>\r\n \t<li>In the Contents pane, turn off the new Minus layer, and click the color ramp for the 2015_Nature_Africa_PR.2015.tif layer. The Symbology pane opens for the 2015 data layer.<\/li>\r\n \t<li>In the Symbology pane, under Color scheme, click the black\u2013white color ramp. A drop-down opens and shows a color scheme choices menu. On the Color scheme menu, click Format color scheme. The Color Scheme Editor opens. This window allows you to create custom color schemes by specifying color values for each stop, or relative percentage of the data.<\/li>\r\n \t<li>On the top right of the Color Scheme Editor, click the plus sign to add a color stop. There are now three stops, at 0 percent, 50 percent, and 100 percent.<\/li>\r\n \t<li>Click the 0 percent stop (black, on left). Under Settings, click Color, then click Color Properties to invoke the Color Editor.<\/li>\r\n \t<li>In the Color Editor, make sure the Color Model is set to HSV. Look for the text box next to HEX # and change the HEX value to #7AB6F5. Click OK.<\/li>\r\n \t<li>Repeat the same process to change the middle value to #805499, and the right-most value to #F5CA7A.<\/li>\r\n \t<li>Click OK to return to the map and view your symbology changes. Save the project.<\/li>\r\n \t<li>Repeat steps 4 through 8 to apply the same symbology to the 2000 imagery.<\/li>\r\n \t<li>In the Contents pane, turn off the 2015 and 2000 imagery layers, and turn on the Minus layer. Save the project. The Minus layer opens in the Symbology pane.<\/li>\r\n \t<li>Immediately under Primary symbology in the Symbology pane, click the Stretch type drop-down and choose Classify. Choosing Classify breaks the data into defined categories instead of being symbolized along a single ramp, as the 2000 and 2015 layers are. The color scheme also changes to a default color ramp, such as red to yellow.<\/li>\r\n \t<li>In the Class breaks section, change the numbers in the Upper value column to -0.3, -0.1, 01, 0.3, and 0.4. Save the project. Negative values represent areas that had a decrease in malaria rates, while positive values indicate an increase in malaria rates. For example, 0.1 indicates that there was a 10 percent increase in malaria among children from 2000 to 2015. Because this data has a clear and important midpoint (0), it calls for a divergent color scheme. By showing positive change in one color and negative change in another color with a neutral middle color, the change is clear.<\/li>\r\n \t<li>In the Color column, click the color symbol next to \u2264 -0.3, and in the Color picker, click Color Properties. In the Color Editor, make sure the Color Model is set to HSV. Change the HEX value to #AACC68. Use the same process to change the rest of the color symbology as shown in Table 1.<\/li>\r\n<\/ol>"},{"acf_fc_layout":"image","image":160422,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"This workflow for visualizing data can be applied to most raster datasets. Raster functions require little processing time, making them ideal for quick analysis and visualization. The most difficult part of the workflow is deciding which of the hundreds of visualization techniques you\u2019ll apply to your data.\r\n\r\nFor more ideas on raster data visualization, check out John Nelson\u2019s posts on the <i>ArcGIS Blog<\/i>. Learn more about the ArcGIS Pro cartographic capabilities by doing the Learn ArcGIS lesson called Cartographic Creations in ArcGIS Pro.\r\n<p class=\"p1\"><\/p>"},{"acf_fc_layout":"sidebar","layout":"standard","image_reference":null,"image_reference_figure":"","spotlight_image":null,"section_title":"","spotlight_name":"","position":"Center","content":"Malaria data used in this tutorial belongs to the Malaria Atlas Project and is publicly available.","snippet":""}],"references":null},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Visualize Malaria Rates in Africa | Fall 2018 | ArcUser<\/title>\n<meta name=\"description\" content=\"This tutorial shows an ArcGIS Pro workflow for analyzing and visualizing raster data on malaria rates and symbolizing it effectively.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visualize Malaria Rates in Africa\" \/>\n<meta property=\"og:description\" content=\"This tutorial shows an ArcGIS Pro workflow for analyzing and visualizing raster data on malaria rates and symbolizing it effectively.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-17T22:40:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/11\/aufall18_malaria_card.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Esri\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa\",\n\t            \"name\": \"Visualize Malaria Rates in Africa | Fall 2018 | ArcUser\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2018-11-29T03:39:45+00:00\",\n\t            \"dateModified\": \"2024-04-17T22:40:56+00:00\",\n\t            \"description\": \"This tutorial shows an ArcGIS Pro workflow for analyzing and visualizing raster data on malaria rates and symbolizing it effectively.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Visualize Malaria Rates in Africa\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468\",\n\t            \"name\": \"Monica Pratt\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"contentUrl\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"caption\": \"Monica Pratt\"\n\t            },\n\t            \"description\": \"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.\",\n\t            \"sameAs\": [\n\t                \"https:\/\/x.com\/ArcUser\"\n\t            ],\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Visualize Malaria Rates in Africa | Fall 2018 | ArcUser","description":"This tutorial shows an ArcGIS Pro workflow for analyzing and visualizing raster data on malaria rates and symbolizing it effectively.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa","og_locale":"en_US","og_type":"article","og_title":"Visualize Malaria Rates in Africa","og_description":"This tutorial shows an ArcGIS Pro workflow for analyzing and visualizing raster data on malaria rates and symbolizing it effectively.","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2024-04-17T22:40:56+00:00","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/11\/aufall18_malaria_card.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa","url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa","name":"Visualize Malaria Rates in Africa | Fall 2018 | ArcUser","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2018-11-29T03:39:45+00:00","dateModified":"2024-04-17T22:40:56+00:00","description":"This tutorial shows an ArcGIS Pro workflow for analyzing and visualizing raster data on malaria rates and symbolizing it effectively.","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/visualize-malaria-rates-in-africa#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"Visualize Malaria Rates in Africa"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468","name":"Monica Pratt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","contentUrl":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","caption":"Monica Pratt"},"description":"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.","sameAs":["https:\/\/x.com\/ArcUser"],"url":""}]}},"sort_order":"16","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/160352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcuser"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/1031"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/160352\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=160352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=160352"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=160352"},{"taxonomy":"arcuser_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser_issues?post=160352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}