|
POST
|
Hi All, I have a polygon layer where the symbology being used is "Counts and Amounts" (Different sized circles based on COVID-19 cases). I have this layer labeled to show the count of cases but i am having issues where the label is not appearing in the same location as the circle. See map link below. Is there anything i can do about this? I specifically have Charlotte and Brevard Counties where labeling is way off. I tried the beta map viewer and labeling is somehow worse. Map: https://usflibrary.maps.arcgis.com/home/webmap/viewer.html?webmap=f07da7d21e654c6c901bfecb339b5bc8 Map in my hub where labeling is worse: Florida COVID-19 Hub
... View more
04-15-2020
06:54 AM
|
0
|
5
|
1863
|
|
DOC
|
Posting this here for additional visibility, it's also in the Coronavirus community.
Hi all!
My name is Benjamin Mittler and I am a GIS Manager working in the University of South Florida Libraries - Digital Heritage and Humanities Collections. Last week I was asked by Canserina Kurnia to create a blog post describing the process I used to create my Florida COVID-19 Time Series Application (which is also found on my Florida COVID-19 Hub). Below is the process I used, I hope some of you find it useful. Let me know if it seems like I left something out.
Creating a Time-Series Map of the COVID-19 Outbreak
I’m going start off this blog with the bad news, this isn’t going to be as easy as plugging Johns Hopkins or your state health department data into an application and pressing go. As you may have noticed by now, most COVID-19 feature services are providing data on current metrics and not including any archival information. This makes creating a time-series a lot more difficult, but still possible. Below are the steps I took in creating my time-series application.
Formatting Spreadsheet
Even though State health departments aren’t publishing archival data as a feature service, they are likely still publishing daily reports. If you are lucky these reports will be in spreadsheet format. I started out by creating a brand new excel spreadsheet with 3 columns; “Date”, “County”, and “Count” (count field represents total cases up to the listed date). I then went through each archival report, day by day, and copy/pasted information into my spreadsheet so that it looked like the below. You only need to include a county in the spreadsheet once it has its first case, no reason to include them if the case count is 0. Notice how for 3/1/2020 only Hillsborough and Manatee are listed, they are the only 2 counties with a case. Once a county appears in the spreadsheet it must appear for all subsequent days.
Excel to table
Using the “Excel to Table” tool in ArcPro, converted the excel table and place it in a geodatabase. At this point you need to find a polygon county layer for the state you are working in. Ensure that the county names match those used in your spreadsheet, and put a copy of this county layer in that same geodatabase. Add both the table and the counties layer to a map.
Make Query Table
Now it’s time to use my favorite tool “Make Query Table” (not kidding). This tool is going to perform a one-to-many join between your counties layer and the table, the output will be a temporary layer where each row in the table has now been assigned the geometry for its respective county. Start by opening the tool and setting the Input tables to your table and the counties layer. For fields select the Date, County, and Count field from the table and the .shape field from the counties layer. By including the .shape field you are telling the tool that you want the output to have a polygon geometry. Without including the .shape field your output would be a table. Add an expression where the county field from the table is equal to the county field from the polygon layer (you will need to switch the second dropdown from value to field). Set your output table name. EDIT: After some testing I have found that joining to a point county layer rather than polygon increases performance of the time-series app.
When the tool is finished running, immediately export the output to a new feature layer
Publishing the Layer
Right click the output from the previous step in your table of contents and select “Sharing” - > “Share as Web Layer”. Fill out the appropriate name, summary, and tags.
Next select “Configuration” and click the button for “Configuration Parameters”. Set the time zone settings to the appropriate time zone. This step is very important and can throw your entire dataset off if not done correctly. When you upload data to ArcGIS Online it will be assumed that your data is in the UTC timezone. When date-time is displayed in ArcGIS Online it is displayed in the viewers time-zone preferences. For instance, if you are in the Eastern Timezone and upload data to ArcGIS Online without setting the appropriate timezone, it will be displayed 5 hour earlier than what is designated in the attribute table. Since I didn’t specify time in my attribute table, this would like push my dates back to the previous day, very bad. Once the time zone is set you can go ahead and publish.
Enabling Time
Once the layer is finished publishing, click on the hosted feature layer within your table of contents in ArcGIS Online. Under layers select “Time Settings”. Choose to enable time setting and set the correct time field, click ok.
Create a View Layer
This next part is up to you but this is how I chose to set up my data. Because the COVID-19 pandemic is still ongoing the time series is going to have regular updates. In order to best accommodate this I chose to make this hosted feature layer editable but kept its share setting to private. I then created a view layer which is used in my public facing applications.
At this point your layer should be ready to go. You can open it up in a map and set the time setting as you see fit. More information on this can be found here: https://doc.arcgis.com/en/arcgis-online/create-maps/configure-time.htm. Personally, I chose to display my times series through a web app.
Maintaining the time series layer
As previously mentioned, the COVID-19 pandemic is still ongoing so your dataset will likely need to be updated on a daily basis. Luckily, this should be much easier than the process described above. Since state health departments are publishing daily case data, this can be used to update your time-series dataset. In ArcPro I built a model that exports case data from my states health department. The model then reformats my export to have the appropriate date, county, and count fields. Using ArcPro, I then append this data to my hosted feature layer and save it (may want to hit the “Enable Undo” box just in case). This process automatically updates the data being used within my web applications. IMPORTANT NOTE: ArcGIS Online will assume the data being appended is UTC, I could not find a way to tell it otherwise. You must manually offset your date field to account for this. I was only concerned with the date being correct (not time) so for me as long as the data had a timestamp after 5:00AM for the day I was fine.
... View more
04-09-2020
10:09 AM
|
1
|
1
|
3391
|
|
DOC
|
Hi Sara, Is the data you are downloading spatial data? if so you shouldn't need to rerun the Make query table and export part. In order to republish to ArcGIS Online from ArcPro, first make sure your ArcPro is signed in using your ArcGIS Online credentials (should show your name and your organization in the top right on ArcPro). Then go to View and open a Catalog Pane. Click Portal and drag your edit enabled time series layer in ArcPro. From there you can use the append tool to append your new updated info to your timeseries layer. Use field mapping in the append tool to ensure that the correct fields are matched up (enable undo just in case),run and hit save once you are done. Now go back to ArcGIS online and your layer should be updated
... View more
04-09-2020
10:04 AM
|
0
|
0
|
6468
|
|
DOC
|
Hi all! My name is Benjamin Mittler and I am a GIS Manager working in the University of South Florida Libraries - Digital Heritage and Humanities Collections. Last week I was asked by Canserina Kurnia to create a blog post describing the process I used to create my Florida COVID-19 Time Series Application (which is also found on my Florida COVID-19 Hub). Below is the process I used, I hope some of you find it useful. Let me know if it seems like I left something out. Creating a Time-Series Map of the COVID-19 Outbreak I’m going start off this blog with the bad news, this isn’t going to be as easy as plugging Johns Hopkins or your state health department data into an application and pressing go. As you may have noticed by now, most COVID-19 feature services are providing data on current metrics and not including any archival information. This makes creating a time-series a lot more difficult, but still possible. Below are the steps I took in creating my time-series application. Formatting Spreadsheet Even though State health departments aren’t publishing archival data as a feature service, they are likely still publishing daily reports. If you are lucky these reports will be in spreadsheet format. I started out by creating a brand new excel spreadsheet with 3 columns; “Date”, “County”, and “Count” (count field represents total cases up to the listed date). I then went through each archival report, day by day, and copy/pasted information into my spreadsheet so that it looked like the below. You only need to include a county in the spreadsheet once it has its first case, no reason to include them if the case count is 0. Notice how for 3/1/2020 only Hillsborough and Manatee are listed, they are the only 2 counties with a case. Once a county appears in the spreadsheet it must appear for all subsequent days. Excel to table Using the “Excel to Table” tool in ArcPro, converted the excel table and place it in a geodatabase. At this point you need to find a polygon county layer for the state you are working in. Ensure that the county names match those used in your spreadsheet, and put a copy of this county layer in that same geodatabase. Add both the table and the counties layer to a map. Make Query Table Now it’s time to use my favorite tool “Make Query Table” (not kidding). This tool is going to perform a one-to-many join between your counties layer and the table, the output will be a temporary layer where each row in the table has now been assigned the geometry for its respective county. Start by opening the tool and setting the Input tables to your table and the counties layer. For fields select the Date, County, and Count field from the table and the .shape field from the counties layer. By including the .shape field you are telling the tool that you want the output to have a polygon geometry. Without including the .shape field your output would be a table. Add an expression where the county field from the table is equal to the county field from the polygon layer (you will need to switch the second dropdown from value to field). Set your output table name. When the tool is finished running, immediately export the output to a new feature layer Publishing the Layer Right click the output from the previous step in your table of contents and select “Sharing” - > “Share as Web Layer”. Fill out the appropriate name, summary, and tags. Next select “Configuration” and click the button for “Configuration Parameters”. Set the time zone settings to the appropriate time zone. This step is very important and can throw your entire dataset off if not done correctly. When you upload data to ArcGIS Online it will be assumed that your data is in the UTC timezone. When date-time is displayed in ArcGIS Online it is displayed in the viewers time-zone preferences. For instance, if you are in the Eastern Timezone and upload data to ArcGIS Online without setting the appropriate timezone, it will be displayed 5 hour earlier than what is designated in the attribute table. Since I didn’t specify time in my attribute table, this would like push my dates back to the previous day, very bad. Once the time zone is set you can go ahead and publish. Enabling Time Once the layer is finished publishing, click on the hosted feature layer within your table of contents in ArcGIS Online. Under layers select “Time Settings”. Choose to enable time setting and set the correct time field, click ok. Create a View Layer This next part is up to you but this is how I chose to set up my data. Because the COVID-19 pandemic is still ongoing the time series is going to have regular updates. In order to best accommodate this I chose to make this hosted feature layer editable but kept its share setting to private. I then created a view layer which is used in my public facing applications. At this point your layer should be ready to go. You can open it up in a map and set the time setting as you see fit. More information on this can be found here: https://doc.arcgis.com/en/arcgis-online/create-maps/configure-time.htm. Personally, I chose to display my times series through a web app. Maintaining the time series layer As previously mentioned, the COVID-19 pandemic is still ongoing so your dataset will likely need to be updated on a daily basis. Luckily, this should be much easier than the process described above. Since state health departments are publishing daily case data, this can be used to update your time-series dataset. In ArcPro I built a model that exports case data from my states health department. The model then reformats my export to have the appropriate date, county, and count fields. Using ArcPro, I then append this data to my hosted feature layer and save it (may want to hit the “Enable Undo” box just in case). This process automatically updates the data being used within my web applications. IMPORTANT NOTE: ArcGIS Online will assume the data being appended is UTC, I could not find a way to tell it otherwise. You must manually offset your date field to account for this. I was only concerned with the date being correct (not time) so for me as long as the data had a timestamp after 5:00AM for the day I was fine.
... View more
04-07-2020
12:23 PM
|
5
|
4
|
6777
|
|
POST
|
Hey Derek, You are correct, its webapp builder. that other topic is mine, I should delete this one. Ive been working with dashboards recently and forgot this one wasnt truly a dashboard. Regarding the webappbuilder, its multiple types of charts, bar/pie at the least. It seems i have narrowed the exact issue. If you choose to Display Attribute values as a chart and select to sort by Label the inforgraphic will not work. Sorting by value does work, but this is annoying if you are trying to show progression over time.
... View more
04-01-2020
09:44 AM
|
1
|
0
|
935
|
|
POST
|
I think i figured out the exact issue. If you choose to Display Attribute values as a chart and select to sort by Label the inforgraphic will not work. Sorting by value does work, but this is annoying if you are trying to show progression over time.
... View more
04-01-2020
09:27 AM
|
0
|
0
|
816
|
|
POST
|
There seems to be an issue with the infographic within the appbuilder, not sure if its specific to the dashboard theme. I have only been able to find 2 examples using this them and both have the same issue. The charts just are not displaying. Does anyone know how to resolve this?
... View more
04-01-2020
09:15 AM
|
0
|
1
|
877
|
|
POST
|
With this latest update to ArcGIS Online I now have charts on my dashboard that arent working. This is a dashboard that hasnt been touched in months and was working up until yesterday. Does anyone have any reasoning for this?
... View more
04-01-2020
08:12 AM
|
0
|
2
|
1007
|
|
POST
|
Thanks, is there a timeline for when it will be fixed?
... View more
03-25-2020
01:20 PM
|
1
|
0
|
4328
|
|
POST
|
When you say logo of the site, do you mean the logo that is set in the header on the hub? Or were you referring to the thumbnail set for the Hub?
... View more
03-25-2020
01:05 PM
|
0
|
2
|
4328
|
|
POST
|
HI All, I'm trying to format a dashboard chart to show cumulative totals over time, rather than a count for each date. For instance. We did $500 in sales on 1/1/2020, $1500 on 1/2/2020 and $700 on 1/3/2020. So rather than read $500, $1500, $700 it would read $500,$2000,$2700. Thanks, Ben
... View more
03-16-2020
07:33 AM
|
2
|
0
|
1183
|
|
POST
|
How are your licensing for ArcGIS Pro being administered. If they are concurrent use, check out this article here : Start ArcGIS Pro with a Concurrent Use license—ArcGIS Pro | Documentation and look at the Authorize ArcGIS Pro to work offline. If they are being administered through ArcGIS Online and you are the Admin sign into your arcgis online account and go to Organization -> Licenses, uncheck the box that says "Prevent members from taking ArcGIS Pro Offline". From there it should be the same steps as for concurrent licenses.
... View more
02-27-2020
08:34 AM
|
0
|
1
|
1597
|
|
POST
|
I have a group of 8 individual rasters currently set up as group layer in ArcGIS Pro. The rasters are not connected but share a theme. When I go to share as web layer the tool is telling me the my cache size is 14gb, but if I publish each individually the cache size is less than 1mb per raster. I'm assuming that when publishing the system is interpolating between my rasters, causing the high cache size. Does anyone know how to get around this?
... View more
02-26-2020
11:24 AM
|
0
|
0
|
482
|
|
POST
|
Hi all, I'm having a few issues with hub i'm hoping you can help me with. First off, what is the purpose of the HUB administration group? Right now we have core teams set up for each of our Hubs so that we can have multiple editors on each, is this the correct workflow? A few of our hubs seem to have working dashboards displaying user activity and a few don't, what controls this? Right now many of our engagement overviews are stating "There was an error in chart generation" Lastly, when trying to change the sharing setting on a hub it seems that only the hub owner and organization admin can change this setting, core group members can not change the sharing. Is this as intended? Thanks! Ben
... View more
02-21-2020
06:17 AM
|
0
|
1
|
792
|
|
POST
|
Hi all, I was wondering if anyone knows of a way to generalize the multipatch output from LAS Building Multipatch. I know that this is how its supposed to look, but in trying to minimalize the amount of vertical streaks and jagged edges but at the same time keep a general roof form. My footprints have already been regularized and look great. Any help is appreciated. Pictured attached for example.
... View more
11-04-2019
06:40 AM
|
2
|
2
|
2409
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-27-2026 08:39 AM | |
| 1 | 01-14-2026 08:12 AM | |
| 2 | 04-10-2026 10:50 AM | |
| 1 | 09-04-2025 11:06 AM | |
| 1 | 12-05-2025 06:34 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|