Buroker Week 1,2,3

Ben Buroker

Spring 2023

Geogprahy 192

Week 1, 2, 3:Ā 

 

Write-up:Ā 


ArcOnline Exploring: I have previously logged into my arconline account in Dr. Krygierā€™s earlier GIS class (before the 191 and 192 modules). I enjoy working with ArcOnline and think it is a good addition to the desktop GIS software. I find it relatively easy to navigate and use to view and make maps. Everytime I go on it I am surprised by how many tabs and different buttons/capabilities there are, and this time was no different. Iā€™m excited to hopefully understand the function of all of these tabs at the end of the course.Ā 

 

Get Started: What is ArcGIS Online. Readthrough: I think one of the most exciting things about arc online to me is that you can work on maps collaboratively and virtually with other users and organizations. This is an incredibly powerful tool to connect people and to accomplish projects with people in far away locations. I read about this in the ā€œGet Startedā€ tab in the ā€œShare and Collaborateā€ section and can see this being super useful when working with a professor or in a professional capacity and not having to go on a desktop machine or share drives/folders. I was interested in the app section of the readthrough, because I havenā€™t had much experience with ESRI (?) apps beyond ArcOnline and ArcPro, so clicking through them on arconline was interesting. There is a large span of content/ industries covered by the apps, and it really highlights how diverse and powerful GIS can be. I was particularly interested in the GeoPlanner app, and a bit more research showed that it can be used to design and plan buildings and other structures in accordance with the geographic information of the area.

 

Getting Started Course(s): I had already completed the ArcGIS Online Basics course, so chose to do the ā€œBasics of JavaScript Web Appsā€ because I am anticipating having to make a Web App for an independent study with Dr. Rowley and think this may be useful. My first impression is that using HTML format for web pages is familiar, because of work that I have done with Dr. Krygier in previous classes. That feels good and is making me excited about potentially being able to do this (the coding is a little scary). The section on software development kits (SDKā€™s) and introducing maps to online apps makes sense and I feel is applicable to what I want to do with Dr. Rowley.

 

Interesting ESRI online training: The ā€œGet Started with ArcGIS QuickCaptureā€ seminar seems interesting. It focuses on how you can use QuickCapture to take images and make them into data to be used in arc. I was interested in this because it includes ā€œrapid data capture from moving ground or air-based vehiclesā€ which could potentially include remotely sensed data. Another course of interest is the ā€œCreating and Sharing GIS Content Using ArcGIS Onlineā€œ because I am interested in being able to share maps that I make with other people. I think this might provide some insights on how to share maps in a variety of ways.

 

GIS Application Areas: Making interactive web maps using arc online. I know Iā€™ve talked about it before but this website details how you can make these maps and post them online which is something Iā€™m very interested in doing at the moment. It is a 13 page pdf tutorial of how to do this. This website details how to map flood risk areas with arc online. I think this is an interesting topic and is something that the remote sensing class worked on doing in ArcPro on the desktop machines. I think it would be interesting to see how the online software compares and if there are any major differences.

 

Week 2: Chapters 1 & 2:

 

Assign: Read and complete chapters 1 & 2. Create a new blog entry with comments, notes, and questions on these readings. This is: <Your Name> Week 3

  • Include a one-paragraph description of an application based on ideas from chapters 1 & 2, using the Delaware Data. Also, post ideas to Geog 192 Google Group and comment on other studentsā€™ ideas.

 

My first impression reading chapter 1 is that the capabilities of Arc online are immense. There is so much powerful stuff that the software can do. Itā€™s pretty amazing. Learning about the five main types of content supported by arc online, data, layers, web maps and scenes, tools, and apps, was really helpful and explanatory. I also found the attachments section, starting on page 17, very interesting because I have never been able to attach a picture of ppt or video to an Arc map before and this could be a super informative and useful addition to a map.

 

Chapter 1:Ā 

This is the Redlands attractions map from Exercise 1. It was kind of tedious to make with the new ArcOnline software but generally pretty straightforward and workable. The others parts of the chapter were also straightforward and easily completed when working slowly and methodically.

Chapter 2:Ā 

I wasnā€™t able to correctly code in a new expression in chapter 2 and so I didnā€™t have the growth rate (2010-2020) pop-upĀ  when I clicked on specific cities. The book’s description of the expression generator tab was different from what it actually looked like so this was kinda difficult.Ā 

This is what my map looked like after 2.4. I couldnā€™t find the ā€œsample chapter2 owner.gtkwebgisā€ so I was not able to do the tutorial for 2.5 and 2.6.

 

Potential Application: I can see the sort of techniques we used in chapters 1 and 2 being used with the Delaware data for the school districts. I could potentially see us generating a map similar to the map in chapter 2 with the Delaware county school district. We could also use the techniques from chapter 1 in order to make a similar map from subdivision data. Highlighting where all of the subdivisions are in Delaware County.

Krygier – Week 4

Ah, two more delightful chapters in Getting to Know Web GIS.

Chapter 3: ArcGIS Experience Builder

Note the increasing functionality (increasing options, complexity, time it takes) as we move from StoryMaps to Instant Apps to Experience Builder (this chapter).

BasicsĀ 

Using Experience Builder to Create Web Experiences

“Web experiences” (mleh)

Workflow

ā€¢ Premade template or from scratch
ā€¢ Theme
ā€¢ Source data
ā€¢ Add and configure widgets
ā€¢ Refine layouts
ā€¢ Save, preview, publish, share

Basic components

ā€¢ at least one page, pages and windows are building blocks
ā€¢ widgets added to pages and windows
ā€¢ one theme per WE and each page can have a template
ā€¢ pages have headers footers and body (this is like HTML)
ā€¢ menu widget can be added to alow navigation between different pages
ā€¢ windows only have body content
ā€¢ each page or window has an outline view, showing all widgets

Widgets

ā€¢ JavaScript and HTML components with specific functions
ā€¢ basic widgets: app tools. Map, legend, layers, query, filter, edit, chart…
ā€¢ layout widgets: containers helping to organize widgets. Section, row, column

Settings for Widgets:
ā€¢ content (data sources, links, etc,);
ā€¢ style (size, position, color, etc.);
ā€¢ actions
ā€¢ message: listens to tiggers and automatically does something
ā€¢ triggers
ā€¢ targets
ā€¢ actions
ā€¢ data actions: click and do something (export data)

Editions of Experience Builder (EB)

Tutorial 3

ā€¢ pg. 86: after you add the “Views Navigation” widget, make sure it is not blocked by the white top of the image. It said “please add a section to use this widget”. I dragged the image down and the navigation widget worked

ā€¢ pg. 89: Preview button is at top, near left, a right pointing triangle in a circle.

ā€¢ pg. 92: If the Dynamic Content Pane menu is not showing up, move the text block a bit to the right and down.

ā€¢ pg. 102: for step 9: you have to include the HTTPS: https://bit.ly/3pGylar

ā€¢ pg. 103: for step 17 “Regular tab” seems now to be “Default”

Well, here it is. The end of chapter 3


Chapter 4: Mobile GIS

Moblie GIS: Concepts & Advantages
ā€¢ mobility (devices)
ā€¢ locational awareness
ā€¢ ease of data collection
ā€¢ near real-time information
ā€¢ large volume of users
ā€¢ versatile communication options

Requires mobile devices, OS, wireless communication, positioning tech

Feature Layer Issues
ā€¢ need to make feature layers open to editing, adding, removing data, attachments
ā€¢ editor tracking
ā€¢ full access to a subset of editors; fewer access options to public
ā€¢ Feature Template: what can be done to a feature layer (data integrity & ease of editing)

Mobile App Development Strategies
ā€¢ browser-based
ā€¢ native-based: via an app on a phone, tablet
ā€¢ hybrid:

API: Application Programming Interface

ArcGIS native apps
ā€¢ suite of native apps provided by ESRI

ArcGIS Field Maps
ā€¢ Fieldwork, project owner, dispatchers, mobile workers
ā€¢ map-centric data capture

ArcGIS Survey123
ā€¢ ArcGIS QuickCapture:
ā€¢ ArcGIS Indoors
ā€¢ ArcGIS AppStudio

Other stuff
ā€¢ LBS, VGI, VR, AR

Tutorial 4

4.1: Design a survey for ArcGIS Survey123

https://arcg.is/0nWrHe0

Ā The survey.


4.2 Survey123 to collect & review data

The survey after I added two incidents via my phone using Survey 123


4.3. Create an Editable Feature Layer with Domains

Step 4: it’s not Blank Layer but instead Define your own layer

Step 13: “Typed text style” should (I think) be Incident Type

Step 17: Change style icon is the tiny icon with the triangle/circle/square under the layer name


4.4 Configure a web map and a form with conditional visibility

Step 2: no Community Map base map. Choose a different one.

Got stuck at step 13 (see below). It’s possible the “Conditional Visibility” option (which is not there) has been moved to the Logic tab, where you use Arcade to create the expression. Saved and shared. Skipping to next section for now.


4.5 Collect data using the ArcGIS Field maps mobile app

Just collecting data with FieldMaps app from phone


4.6 Create an ArcGIS QuickCapture Project

Step 7: the App Launcher is the 9 tiny boxes icon upper right corner. Quick Capture is under this menu.


4.7 Collect Data using QuickCapture

Just collecting data with Quickcapture app from phone


4.8. Prepare data for use with AuGeo

Some puttering with augmented reality