{"id":793151,"date":"2020-04-14T09:00:11","date_gmt":"2020-04-14T16:00:11","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=793151"},"modified":"2020-05-11T19:01:16","modified_gmt":"2020-05-12T02:01:16","slug":"how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro","title":{"rendered":"How to map New York Times coronavirus time series data in ArcGIS Pro"},"author":5971,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23771,24371,37121],"tags":[575081,585551,607741,30071,607751],"industry":[],"product":[36561],"class_list":["post-793151","blog","type-blog","status-publish","format-standard","hentry","category-3d-gis","category-public-safety","category-real-time","tag-coronavirus","tag-covid-19","tag-new-york-times","tag-time-series","tag-us-couties","product-arcgis-pro"],"acf":{"short_description":"A few easy steps to see the spread of coronavirus over time in the USA using ArcGIS Pro and its time, 3D and python scripting capabilities.","flexible_content":[{"acf_fc_layout":"content","content":"<p>The New York Times has been compiling cumulative counts of coronavirus cases in the United States at state and county levels since the very first outbreak in Washington state on January 21st, 2020. According to their <a href=\"https:\/\/github.com\/nytimes\/covid-19-data\">github page<\/a>, they decided to make this time series data public to help researchers, scientists and government officials better understand the pandemic. This github repository gets updated daily and has records for each US county with coronavirus cases for each day. You can view the table (in .csv format) at https:\/\/github.com\/nytimes\/covid-19-data\/blob\/master\/us-counties.csv where each record\/row represents one single county for a given day. This makes it easier to map how the outbreak spreads in the USA over time using ArcGIS Pro.<\/p>\n<p><strong>At high level, the process is as simple as 1-2-3.<\/strong><\/p>\n<ol>\n<li>Download and copy data in a geodatabase<\/li>\n<li>Join the time series table to US County polygon layer<\/li>\n<li>Make the layer time aware and view daily changes using the time slider<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"content","content":"<h3>1. Download the time series data<\/h3>\n<ol>\n<li>Download the following python script from ArcGIS Online<br \/>\n<a href=\"https:\/\/www.arcgis.com\/home\/item.html?id=b42b1e3daf96457b804a1246ee3d4a10\">https:\/\/www.arcgis.com\/home\/item.html?id=b42b1e3daf96457b804a1246ee3d4a10<\/a><\/li>\n<li>Unzip it from its zipped format, and open UpdateNYTimesCovid19TimeSeries.py in your favorite text editor.<\/li>\n<li>Update values for 3 variables from line #9 &#8211; #15. These are basically (a) where the csv file will get downloaded, (b) the full path to your file geodatabase or a .sde connection file for your enterprise database and (c) the name of the output table &#8211; a default name is provided, change it if you want to.<\/li>\n<li>Save the file.<\/li>\n<li>Execute the script using tools like Python IDLE, Visual Studio Code, or directly from the command line.<br \/>\n<em>You must have ArcGIS Pro installed in order to execute this script.<\/em><\/li>\n<li>To execute it from the Windows command line:<\/li>\n<li>Open Windows Command Prompt on the machine where you have ArcGIS Pro.<\/li>\n<li>Go to python folder e.g. <code>cd C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\arcgispro-py3<\/code><br \/>\n<em>This is typically where ArcGIS Pro gets installed by default. Change the path if you installed it in a different location.<\/em><\/li>\n<li>Type <code>python \"&lt;location_where_you_saved_the_python_script&gt;\\UpdateNYTimesCovid19TimeSeries\"<\/code> and hit enter.<\/li>\n<li>In few seconds, the time series csv file will get downloaded and copied as a table in the output geodatabase.<\/li>\n<li>Since there are some geographic exceptions, you need to download a modified version of US counties data.<\/li>\n<li>Navigate to <a href=\"https:\/\/www.arcgis.com\/home\/item.html?id=53935d5d1c8540539d290072fcda77c1\">https:\/\/www.arcgis.com\/home\/item.html?id=53935d5d1c8540539d290072fcda77c1<\/a>.<\/li>\n<li>Click on <strong>Open in ArcGIS Pro<\/strong> button on the page.<\/li>\n<li>The county layer should get added to a map in ArcGIS Pro.<\/li>\n<li>Right-click on the layer in the Content pane.<\/li>\n<li>Choose <strong>Data | Export Features<\/strong> from the context menu.<\/li>\n<li>It opens a geoprocessing tool.<\/li>\n<li>For the <strong>Output<\/strong> <strong>Location,<\/strong> select <em>the same geodatabase<\/em> where you copied the New York Times coronavirus time series table (having them in the same geodatabase increases drawing performance).<\/li>\n<li>Enter <em>NYTCovid19_Counties<\/em> in the <strong>Output Feature Class<\/strong>.<\/li>\n<\/ol>\n"},{"acf_fc_layout":"content","content":"<h3>2. Join time series table with county layer<\/h3>\n<ol>\n<li>Open ArcGIS Pro and <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/get-started\/create-a-project.htm\">insert a map<\/a>.<\/li>\n<li><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/get-started\/add-data-to-your-project.htm#ESRI_SECTION1_B7EEDB8E20464E52A2B50891A1E54B49\">Add both<\/a> US counties polygon layer and the time series table.<\/li>\n<li>Select\u00a0<strong>NYTCovid19_Counties<\/strong> layer from the Content pane.<\/li>\n<li>Under\u00a0<strong>Feature Layer<\/strong>, on the\u00a0<strong>Data<\/strong> tab, in the\u00a0<strong>Relationship<\/strong> group, in the\u00a0<strong>Join<\/strong> menu, click\u00a0<strong>Add Join<\/strong>.<\/li>\n<li>Fill in the geoprocessing tool using the values from the table below:<br \/>\n<strong>Layer Name or Table View: <\/strong>NYTCovid19_Counties<br \/>\n<strong>Input Join Field<\/strong>: FIPS<br \/>\n<strong>Join Table<\/strong>: NYTCovid19_TimeSeriesCases\u00a0\u00a0\u00a0 (<em>assuming you didn&#8217;t change the default name provided in the python script<\/em>)<br \/>\n<strong>Output Join Field<\/strong>: FIPS<\/li>\n<li>Click <strong>Run<\/strong>.<\/li>\n<li>There is a 1:M relationship, meaning for each county polygon, there are 1 or more records in the time series table.<br \/>\nIf you click on a county like Los Angeles, you will see more than 1 records in the popup window.<\/li>\n<li><a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/mapping\/mapping-coronavirus-responsibly\/\">Symbolize counties responsibly<\/a>.<\/li>\n<\/ol>\n"},{"acf_fc_layout":"content","content":"<h3>3. Visualize changes using the time slider<\/h3>\n<ol>\n<li>Open\u00a0<strong>NYTCovid19_Counties<\/strong> layer Properties page by choosing Properties from the right-click context menu.<\/li>\n<li>Switch to the <strong>Time<\/strong> tab<\/li>\n<li>Select <strong>Each feature has a single time field<\/strong> from the <strong>Layer Time<\/strong> drop down.<\/li>\n<li>Choose <strong>date<\/strong> as the <strong>Time Field<\/strong>.<\/li>\n<li>Since the data will be update daily (<em>see section at the end how you can keep your version updated<\/em>), have <strong>Data is live feed<\/strong> checkbox checked.<\/li>\n<li>Click OK.<\/li>\n<li>It will bring up the Time Slider.<\/li>\n<li>Under <strong>Map<\/strong>, on the <strong>Time<\/strong> tab, in the <strong>View<\/strong> group, click on <strong>Enable Time<\/strong>.<\/li>\n<li>In the <strong>Current Time<\/strong> group, set <strong>Start<\/strong> to <strong>1\/20\/2020<\/strong> and Span to <strong>1 Day<\/strong>.<\/li>\n<li>In the same group, click on the <strong>Start Excluded<\/strong> to show only 1 day worth of data &#8211; in this case, only for the 21st January, 2020. If you didn&#8217;t have start excluded, the map will show data from both 20th and 21st January.<\/li>\n<li>You can click on the <strong>Play <\/strong>from the <strong>Playback<\/strong> group to animate through time and see daily changes.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"content","content":"<h3>Results<\/h3>\n<p>Here are few maps and charts, produced using the New York Times time series data, show how the pandemic has spread since February, 2020.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":817081,"id":817081,"title":"SxS maps","filename":"SxS-maps.png","filesize":22214,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\/sxs-maps","alt":"","author":"5971","description":"","caption":"","name":"sxs-maps","status":"inherit","uploaded_to":793151,"date":"2020-04-14 16:40:46","modified":"2020-04-14 16:40:46","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":826,"height":465,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps.png","medium-width":464,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps.png","medium_large-width":768,"medium_large-height":432,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps.png","large-width":826,"large-height":465,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps.png","1536x1536-width":826,"1536x1536-height":465,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps.png","2048x2048-width":826,"2048x2048-height":465,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps.png","card_image-width":826,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/SxS-maps.png","wide_image-width":826,"wide_image-height":465}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"image","image":{"ID":817101,"id":817101,"title":"Time animation showing how the number sky rocketed in next 33 days from 1,018 to 555,374","filename":"Card_Banner_2D_Animation.gif","filesize":406538,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation.gif","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\/card_banner_2d_animation","alt":"","author":"5971","description":"","caption":"Time animation showing how the number cases per 100,000 sky rocketed in next 33 days","name":"card_banner_2d_animation","status":"inherit","uploaded_to":793151,"date":"2020-04-14 16:41:51","modified":"2020-04-14 16:48:38","menu_order":0,"mime_type":"image\/gif","type":"image","subtype":"gif","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":826,"height":465,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation-213x200.gif","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation.gif","medium-width":464,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation.gif","medium_large-width":768,"medium_large-height":432,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation.gif","large-width":826,"large-height":465,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation.gif","1536x1536-width":826,"1536x1536-height":465,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation.gif","2048x2048-width":826,"2048x2048-height":465,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation.gif","card_image-width":826,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_2D_Animation.gif","wide_image-width":826,"wide_image-height":465}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<p>It is clearly visible that not only the pandemic spread across the county, as you see more counties lit up but also number of confirmed cases increased by many folds in those areas. Some of these changes can also be easily represented in charts.<\/p>\n"},{"acf_fc_layout":"content","content":"<h3>Visualizing time series charts<\/h3>\n<p>Charts give option to see result from different perspectives. <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/help\/analysis\/geoprocessing\/charts\/make-a-chart.htm\">Charts in ArcGIS Pro<\/a> can be used to produce some charts like the ones below from the time series table.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":817141,"id":817141,"title":"Charts_USA_total_cases_deaths","filename":"Charts_USA_total_cases_deaths.png","filesize":26617,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\/charts_usa_total_cases_deaths","alt":"","author":"5971","description":"","caption":"","name":"charts_usa_total_cases_deaths","status":"inherit","uploaded_to":793151,"date":"2020-04-14 16:49:37","modified":"2020-04-14 16:49:37","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1536,"height":410,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths.png","medium-width":464,"medium-height":124,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths.png","medium_large-width":768,"medium_large-height":205,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths.png","large-width":1536,"large-height":410,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths.png","1536x1536-width":1536,"1536x1536-height":410,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths.png","2048x2048-width":1536,"2048x2048-height":410,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths-826x220.png","card_image-width":826,"card_image-height":220,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_USA_total_cases_deaths.png","wide_image-width":1536,"wide_image-height":410}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"image","image":{"ID":817161,"id":817161,"title":"Charts_someMetroAreasWithNYC","filename":"Charts_someMetroAreasWithNYC.png","filesize":26550,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\/charts_somemetroareaswithnyc","alt":"","author":"5971","description":"","caption":"","name":"charts_somemetroareaswithnyc","status":"inherit","uploaded_to":793151,"date":"2020-04-14 16:50:01","modified":"2020-04-14 16:50:01","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1536,"height":410,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC.png","medium-width":464,"medium-height":124,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC.png","medium_large-width":768,"medium_large-height":205,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC.png","large-width":1536,"large-height":410,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC.png","1536x1536-width":1536,"1536x1536-height":410,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC.png","2048x2048-width":1536,"2048x2048-height":410,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC-826x220.png","card_image-width":826,"card_image-height":220,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWithNYC.png","wide_image-width":1536,"wide_image-height":410}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"image","image":{"ID":817171,"id":817171,"title":"Charts_someMetroAreasWONYC","filename":"Charts_someMetroAreasWONYC.png","filesize":23293,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\/charts_somemetroareaswonyc","alt":"","author":"5971","description":"","caption":"","name":"charts_somemetroareaswonyc","status":"inherit","uploaded_to":793151,"date":"2020-04-14 16:50:10","modified":"2020-04-14 16:50:10","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1536,"height":410,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC.png","medium-width":464,"medium-height":124,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC.png","medium_large-width":768,"medium_large-height":205,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC.png","large-width":1536,"large-height":410,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC.png","1536x1536-width":1536,"1536x1536-height":410,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC.png","2048x2048-width":1536,"2048x2048-height":410,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC-826x220.png","card_image-width":826,"card_image-height":220,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Charts_someMetroAreasWONYC.png","wide_image-width":1536,"wide_image-height":410}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3>How to keep the data updated:<\/h3>\n<p>The New York Times has been working tirelessly to update this time series dataset daily. Since it happens only once a day, you can manually execute the python script or use Windows Task Scheduler to update at regular interval even when you are not logged on.<\/p>\n<ul>\n<li>Open Windows Task Scheduler.<\/li>\n<li>Right-click on the <strong>Task Scheduler Library<\/strong> from the left pane and choose <strong>Create a Basic Task<\/strong>.<\/li>\n<li>Following the wizard to provide it with a name, set the frequency, and select <strong>Start a Program<\/strong> in the <strong>Action <\/strong>section.<\/li>\n<li>Click on the <strong>Browse&#8230;<\/strong> button to select python executable &#8211; with typical ArcGIS Pro install, you will find it in <code>C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\arcgispro-py3<\/code>.<\/li>\n<li>Type full path to the python script, you downloaded in step#1, in <strong>Add arguments (optional)<\/strong> textbox.<\/li>\n<li>If you want this task to execute even when you are not logged on, have <strong>Open the properties dialog for this task when I click finish <\/strong>box checked.<\/li>\n<li>Click <strong>Finish<\/strong>.<\/li>\n<li>It opens the task&#8217;s Properties dialog<\/li>\n<li>Choose <strong>Run whether user is logged on or not<\/strong>.<\/li>\n<li>Optionally, choose whether you want to store your credentials or not.<\/li>\n<li>Click <strong>OK<\/strong>.<\/li>\n<\/ul>\n"},{"acf_fc_layout":"content","content":"<h3>Can I share?<\/h3>\n<p>Yes, you can share your map as a map image layer (aka publish it as map service) to your on-premises ArcGIS Enterprise. Please read <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\/\">my next blog post<\/a> containing detail instructions.<\/p>\n<p>Few things to remember:<\/p>\n<ul>\n<li>You must publish\/share it by &#8216;Reference registered data&#8217;. If you choose &#8216;Copy all data&#8217;, then for every updates, you need to republish the service.<\/li>\n<li>For the same reason, it won&#8217;t work if you chose to publish to ArGIS Online.<\/li>\n<\/ul>\n"}],"authors":[{"ID":5971,"user_firstname":"Tanu","user_lastname":"Hoque","nickname":"Tanu Hoque","user_nicename":"mahoque","display_name":"Tanu Hoque","user_email":"ahoque@esri.com","user_url":"","user_registered":"2018-03-02 00:17:50","user_description":"Tanu is a product engineer on Esri Mapping Team focusing on map service, print service, and ArcGIS Pro. He also works on spatio-temporal analysis, spatial aggregation and real-time data. Tanu\u2019s background includes a masters in Urban Planning from University of Akron, Ohio, USA and a bachelor degree from Khulna University, Bangladesh, and worked as GIS Coordinator in City of West Springfield, and GIS Specialist in a hydrology modeling center in Bangladesh before joining Esri.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/tanu-hoque2-e1609364913822-213x200.jpeg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":[{"ID":787901,"post_author":"5971","post_date":"2020-03-29 17:23:36","post_date_gmt":"2020-03-30 00:23:36","post_content":"","post_title":"Visualize US county polygons with latest coronavirus cases in ArcGIS Pro","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"visualize-us-county-polygons-with-latest-coronavirus-cases-in-arcgis-pro","to_ping":"","pinged":"","post_modified":"2020-06-11 17:33:05","post_modified_gmt":"2020-06-12 00:33:05","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=787901","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"},{"ID":847671,"post_author":"5971","post_date":"2020-05-09 17:40:43","post_date_gmt":"2020-05-10 00:40:43","post_content":"","post_title":"Working and sharing the latest from a live data in ArcGIS Pro","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"working-with-and-sharing-latest-from-live-data-in-arcgis-pro","to_ping":"","pinged":"","post_modified":"2020-05-09 17:52:10","post_modified_gmt":"2020-05-10 00:52:10","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=847671","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"},{"ID":767711,"post_author":"10012","post_date":"2020-03-12 14:53:40","post_date_gmt":"2020-03-12 21:53:40","post_content":"","post_title":"Create State-wide Coronavirus (COVID-19) Infographic","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"create-state-wide-coronavirus-covid-19-infographic","to_ping":"","pinged":"","post_modified":"2020-05-26 13:47:10","post_modified_gmt":"2020-05-26 20:47:10","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=767711","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"},{"ID":779721,"post_author":"4161","post_date":"2020-03-23 12:55:50","post_date_gmt":"2020-03-23 19:55:50","post_content":"","post_title":"Coronavirus COVID-19 Data Available by County from Johns Hopkins University","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"coronavirus-covid-19-data-available-by-county-from-johns-hopkins-university","to_ping":"","pinged":"","post_modified":"2020-06-16 16:53:02","post_modified_gmt":"2020-06-16 23:53:02","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=779721","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"}],"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Card_Banner_Animation.gif","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Large-Banner_20200412_with_chart.png"},"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>How to map New York Times coronavirus time series data in ArcGIS Pro<\/title>\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\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to map New York Times coronavirus time series data in ArcGIS Pro\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-12T02:01:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\"},\"author\":{\"name\":\"Tanu Hoque\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/9932dde4f8a6dae58fd1b485d1ddf017\"},\"headline\":\"How to map New York Times coronavirus time series data in ArcGIS Pro\",\"datePublished\":\"2020-04-14T16:00:11+00:00\",\"dateModified\":\"2020-05-12T02:01:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\"},\"wordCount\":13,\"commentCount\":35,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"coronavirus\",\"COVID-19\",\"New York Times\",\"Time Series\",\"US couties\"],\"articleSection\":[\"3D Visualization &amp; Analytics\",\"Public Safety\",\"Real-Time Visualization &amp; Analytics\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\",\"name\":\"How to map New York Times coronavirus time series data in ArcGIS Pro\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2020-04-14T16:00:11+00:00\",\"dateModified\":\"2020-05-12T02:01:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to map New York Times coronavirus time series data in ArcGIS Pro\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/9932dde4f8a6dae58fd1b485d1ddf017\",\"name\":\"Tanu Hoque\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/tanu-hoque2-e1609364913822-213x200.jpeg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/tanu-hoque2-e1609364913822-213x200.jpeg\",\"caption\":\"Tanu Hoque\"},\"description\":\"Tanu is a product engineer on Esri Mapping Team focusing on map service, print service, and ArcGIS Pro. He also works on spatio-temporal analysis, spatial aggregation and real-time data. Tanu\u2019s background includes a masters in Urban Planning from University of Akron, Ohio, USA and a bachelor degree from Khulna University, Bangladesh, and worked as GIS Coordinator in City of West Springfield, and GIS Specialist in a hydrology modeling center in Bangladesh before joining Esri.\",\"sameAs\":[\"https:\/\/x.com\/ArcGISPro\"],\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/mahoque\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to map New York Times coronavirus time series data in ArcGIS Pro","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\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro","og_locale":"en_US","og_type":"article","og_title":"How to map New York Times coronavirus time series data in ArcGIS Pro","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2020-05-12T02:01:16+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro"},"author":{"name":"Tanu Hoque","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/9932dde4f8a6dae58fd1b485d1ddf017"},"headline":"How to map New York Times coronavirus time series data in ArcGIS Pro","datePublished":"2020-04-14T16:00:11+00:00","dateModified":"2020-05-12T02:01:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro"},"wordCount":13,"commentCount":35,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["coronavirus","COVID-19","New York Times","Time Series","US couties"],"articleSection":["3D Visualization &amp; Analytics","Public Safety","Real-Time Visualization &amp; Analytics"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro","name":"How to map New York Times coronavirus time series data in ArcGIS Pro","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2020-04-14T16:00:11+00:00","dateModified":"2020-05-12T02:01:16+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/how-to-map-new-york-times-coronavirus-time-series-data-in-arcgis-pro#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"How to map New York Times coronavirus time series data in ArcGIS Pro"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/9932dde4f8a6dae58fd1b485d1ddf017","name":"Tanu Hoque","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/tanu-hoque2-e1609364913822-213x200.jpeg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/tanu-hoque2-e1609364913822-213x200.jpeg","caption":"Tanu Hoque"},"description":"Tanu is a product engineer on Esri Mapping Team focusing on map service, print service, and ArcGIS Pro. He also works on spatio-temporal analysis, spatial aggregation and real-time data. Tanu\u2019s background includes a masters in Urban Planning from University of Akron, Ohio, USA and a bachelor degree from Khulna University, Bangladesh, and worked as GIS Coordinator in City of West Springfield, and GIS Specialist in a hydrology modeling center in Bangladesh before joining Esri.","sameAs":["https:\/\/x.com\/ArcGISPro"],"url":"https:\/\/www.esri.com\/arcgis-blog\/author\/mahoque"}]}},"text_date":"April 14, 2020","author_name":"Tanu Hoque","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/mahoque","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/Large-Banner_20200412_with_chart.png","primary_product":"ArcGIS Pro","tag_data":[{"term_id":575081,"name":"coronavirus","slug":"coronavirus","term_group":0,"term_taxonomy_id":575081,"taxonomy":"post_tag","description":"","parent":0,"count":34,"filter":"raw"},{"term_id":585551,"name":"COVID-19","slug":"covid-19","term_group":0,"term_taxonomy_id":585551,"taxonomy":"post_tag","description":"","parent":0,"count":72,"filter":"raw"},{"term_id":607741,"name":"New York Times","slug":"new-york-times","term_group":0,"term_taxonomy_id":607741,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"},{"term_id":30071,"name":"Time Series","slug":"time-series","term_group":0,"term_taxonomy_id":30071,"taxonomy":"post_tag","description":"","parent":0,"count":17,"filter":"raw"},{"term_id":607751,"name":"US couties","slug":"us-couties","term_group":0,"term_taxonomy_id":607751,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"}],"category_data":[{"term_id":23771,"name":"3D Visualization &amp; Analytics","slug":"3d-gis","term_group":0,"term_taxonomy_id":23771,"taxonomy":"category","description":"","parent":0,"count":690,"filter":"raw"},{"term_id":24371,"name":"Public Safety","slug":"public-safety","term_group":0,"term_taxonomy_id":24371,"taxonomy":"category","description":"","parent":0,"count":280,"filter":"raw"},{"term_id":37121,"name":"Real-Time Visualization &amp; Analytics","slug":"real-time","term_group":0,"term_taxonomy_id":37121,"taxonomy":"category","description":"","parent":0,"count":166,"filter":"raw"}],"product_data":[{"term_id":36561,"name":"ArcGIS Pro","slug":"arcgis-pro","term_group":0,"term_taxonomy_id":36561,"taxonomy":"product","description":"","parent":0,"count":2040,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-pro","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/793151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/5971"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=793151"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/793151\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=793151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=793151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=793151"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=793151"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=793151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}