McFarland Week 3

Chapter 3:

  • There are two types of widgets. Basic widgets are functional and perform as app tools. Layout widgets are used to organize basic widgets in pages or windows.
  • There are two categories of widget actions: Message actions listen to triggers and perform actions automatically, and Data actions provide users with a list of actions to perform that can all be selected.
  • It is exciting that there is an entirely different site, other than the app creator, that can be used to display information in a different way. I didn’t realize that ArcGIS Online was so diverse.

Chapter 4:

  • Mobile devices can be beneficial for pinpointing locations in the field.
  • Users can access through browsers, apps on their mobile devices, or a mixture of both.
  • The biggest benefit to using mobile devices alongside ArcGIS Online Apps is the use of location finders to have accurate location data in the field (especially in places where you can’t bring a computer to the field).
  • Unfortunately, the camera on my phone is broken so I wasn’t able to finish the tutorials for this section, but it seemed relatively simple.

Possible Applications:

  • Any situation where data needs to be taken in the field can find a use for the content of these chapters. Especially in situations where the data is location-specific.

Pois Week 3

Chapter 3:

Experience Builder has the following workflow for creating web experiences: Pick a premade template or start from scratch, select a theme, add source data, add and configure widgets, refine layouts for all devices, save, and publish.

Basic components: A widget is a JavaScript and HTML component that encapsulates a set of focused functions. Experience Builder provides two types of widgets: basic and layout. Basic widgets include map, legend, layers, query, filter, edit, chart, elevation profile, survey, and more. Layout widgets include sections, columns, rows, fixed panel, sidebar, and more.

The next part of this chapter runs through a tutorial with step-by-step instructions, so it helps to have the book right by you while completing it.

Chapter 4:

Mobile GIS Benefits: Mobility, location awareness, ease of data collection, near-real-time information, large volume of users, versatile means of communication

There are several ways that Mobile ArcGIS can be utilized, including planning and coordinating fieldwork, indoor and outdoor operations, and various mobile app development strategies. The book once again has descriptions of each step you need to follow if you are completing an assignment.

 

 

 

Brokaw week 3

Assign: Read and complete GTKWGIS Chapters 3 & 4 ArcGIS Experience Builder and ArcGIS Web AppBuilder. Create a new blog entry with comments, notes, and questions on these readings. 

Chapter 3 focused on the experience builder and you can configure the app without having to program. It is supposed to be flexible and help the user who needs more functions.  To create a web experience using experience builder you need to select a premade template or create one, add a theme, add source data, configure widgets, and refine the layout. 

Chapter 4 was more of how mobile webGIS can be used to benefit us than using a desktop version that had immobility, connectivity  issues. Mobile GIS is built on some technologies and has grown and invented new ideas. Some of those include wireless communication technology and the satellite internet services like the SpaceX Starlink plan. Others are mobile devices and mobile operating systems. Some mobile positioning technologies are Bluetooth, Wi-Fi, GPS, and GSM. 

Adjei Week 3

These two chapters provide a comprehensive introduction to modern applications, with a particular focus on Mobile GIS. The first chapter emphasizes the features of the Experience Builder, such as basic and layer widgets.

The second chapter takes us into the idea for Mobile GIS. This chapter explores the advantages of Mobile GIS, such as mobility and real-time information. It introduces various Esri mobile apps, including ArcGIS Field Maps, Survey123, QuickCapture, and AuGeo, tailored for different data collection purposes. Additionally, it covers important concepts like Location-Based Services (LBS), Volunteered Geographic Information (VGI), Virtual Reality (VR), and Augmented Reality (AR) within the context of mobile GIS.

 

Campbell Week 3

 

  • WebAppBuilder and Experience Builder are intuitive what-you-see-is-what-you-get builders that allow you to create 2D and 3D web apps without writing a single line of code. They share a similar workflow for creating web apps and they have the following key features: they create pure HTML and JavaScript apps that are cross platform, they use responsive web design technologies to create web apps that work well on desktops, tablets, and smartphones, they include numerous out-of-the-box widgets that can be flexibly remixed and configured, they include a collection of configurable themes or templates so you can customize the look and feel of the apps, and they provide extensible frameworks for developers to create custom widgets, themes, or templates. 
  • These aspects are ONLY available through Experience Builder: provides flexible layouts so you can build apps that are map centric or non-mapcentric and can display them on a fixed or scrolling screen and on single or multiple pages, it was built with a mobile-first design, it can integrate both 2D and 3D content within one app, and it adds action triggers so you can make a widget respond according to actions that the other widget performs. 
  • Widgets are typically JavaScript or HTML components that encapsulate a set of focused functions. They can be categorized into two groups: Data-independent widgets- Basemap Gallery, Measurement, and Draw widgets are not related to the operational data layers and need little to no configuration. The other group is Data dependent widgets- Query and Chart widgets are related to specific attribute fields of specific layers within the app. They often require detailed configuration.
  • Mobile GIS refers to GIS for use on mobile devices and has the following advantages: Mobility, Location awareness, ease of data collection, near-real-time information, Large volume of users, and versatile means of communication. 
  • Mobile GIS is built on the following technologies: mobile devices such as smartphones and tablets, mobile operating systems (abdroid, IOS, microsoft), wireless communication technology such as bluetooth and wi-fi, and positioning technology like GPS and other approaches. 
  • Mobile GIS is related to many popular types of apps and frontiers, including LBS, VGI, VR, and AR
  • description of an application: The town I am from, Portsmouth, Ohio, had a flood in 1937. I would create a web map of the areas of my city that were affected by flood waters. This would mostly be for history buffs interested in the history of Portsmouth, and for them to see a visual representation of what the city looked like while it was flooded. To do this, I would use Web AppBuilder and upload a map of Portsmouth, Ohio. I would then add some data-dependent widgets and so if someone wanted to hover over a specific building in Portsmouth, the height of the flood water at that specific building would pop up as well as the exact day corresponding to that measurement.

Gullatte week 3

Chapter Three:

Widgets: A JavaScript component that encapsulates a set of focused functions. 

Basic Widgets: functional widgets that can perform as app tools. 

Layer widgets: The containers that help organize widgets on your pages or windows. 

  • Using experience builder to make web experiences.

Pick a premade template or start from scratch, select a theme, add source data, add widgets, and finally refine layouts. 

  • The basic components: 

A web experience has at least one page. Pages and windows are the backbone of these web experiences. Widgets should be added as well. 

Pages: A document that is the foundation for the app’s layout. A page has 3 main elements including a header, a footer, and a body. 

Windows: Complementary to pages. Windows only has body content. The common uses of Windows are splash, alert, confirm, and Tool Tips. 

Chapter four: 

Mobile app development: There are many different approaches to this including: 

Browser-based approach: builds apps using HTML, JavaScript, and Cascading style sheets. This strategy has the potential to reach all mobile platforms. 

Native-based approach: This requires native development skills like Java for Android. These apps have deep-level access to device hardware and other resources. These apps are often more expensive. 

Hybrid-based approach: Integrates native components and HTML to build native applications. More advanced methods include the use of frameworks to allow for deeper integration with the native platform. 

API- ArcGIS offers APIs which stand for application programming interface. ArcGIS API for Java supports both browser-based and hybrid-based. ArcGIS Runtime software development kits(SDK) for IOS. ArcGIS Runtime SDK for Android and ArcGIS Runtime SDK for Qt support native based approach. It’s a very complicated system. 

  • Ultimately API’s offer similar core functionalities like editing and graphics, and the ability to access ArcGIS web and map services. 

ArcGIS Indoors- I thought this was cool because this platform was made so you can take it on the go which made me think of the outdoors, not the indoors. They describe ArcGIS Indoors as providing an indoor mapping experience for understanding the location of things and activities happening within your organization’s indoor environment. 

They give us a few phrases to help us learn Indoor GIS. 

Wayfinding and navigation: ArcGIS Indoors interacts with Bluetooth and wifi indoor positioning systems to show users where they are on an indoor map, where to go, and how to get there. 

Calendar integration: this app allows users to see where their scheduled meetings are located and navigate between them, knowing estimated travel times and avoiding being late for important events. 

Explore and search: This app allows users to explore and search for specific people, activities and events, offices and classrooms, and other points of interest. 

Location sharing and tracking: Users can share their locations. Organizations can identify employee locations to support directing resources or others to support ongoing activities. 

  • I was thinking of developing a mobile app that was centered around condos in the Delaware County area. The Delaware area is building a lot of new condos and developing new neighborhoods. This app would be useful for younger people looking to move to Delaware. This app could also include the school district so if buyers are pickier, they can specifically look at school districts with condos available in that area.

Gullatte week 2

Chapter One: 

This chapter was kind of a basic introduction chapter of all the concepts needed to understand Web GIS. Web GIS is the combination of the web and geographic information systems. The first operational GIS was made in the 60s. Since then GIS has developed from a local file-based single computer system to a central database clients/server system. 

WebGIS has many advantages including the following:

Global Reach:  You can share geographic information easily, within your organization and with people all over the world. 

Large number of users: You can share your app with dozens, or even millions supported by scalable cloud technology 

Low cost: per user: The cost of building one web gis app is lower than building a desktop solution

Better Cross-platform capabilities: web apps can run on desktop and mobile platforms 

Easy to use: Web GIS apps incorporate simplicity and intuition. 

Easy to maintain: web clients can benefit from the latest programs and data updates each time they access a web app. 

This chapter shows you how to create web maps in a few different ways. 

Chapter Two:

Types of hosted layers-

Hosted feature layers: these layers support vector feature querying, visualization, and editing. Most appropriate for visualizing data on top of your base maps. 

Hosted Web Feature Service layers: These layers are open geospatial consortium WFS standard-compliant

Hosted tile Layers: these layers support fast map visualization using a collection of pre-drawn map images or tiles

Hosted vector tile layers: These layers reference a set of web-accessible tiles containing 2D and 3D vector content and the corresponding style for how those tiles should be drawn

Hosted web map tile service layers: these layers are OGC WMTS standard-compliant

Hosted scene layers: These layers support fast map visualization of 3D data using a collection of cached tiles. 

Hosted image layers: These layers can display raster data by dynamically combining various bands, and they support the dynamic analysis of raster data such as imagery and other information captured by remote sensing devices. 

Hosted map image layers: This layer type is supported in ArcGIS Enterprise 10.8 and later

Mapping Styles:

Heat map: Displayers the relative density of points as smoothly varying sets of colors ranging from cool to hot.

Color and size: Using the symbol color and size to show one or two numeric fields

Compare A to B: Displayed the relationship between two numeric fields using ratio or percentage

Relationship: Visualizes the relationship between two number fields using bivariate choropleth mapping

Dot density: Uses dot density to display the distribution of one or more numeric fields

Predominant: Displayed the predominant category or level of predominance among two or more fields. 

Type and size: Represents the numeric fields by size and category fields by color 

Continuous timeline: Uses colors or sizes to represent data sequentially from new to old

Vector field: Uses direction and magnitude to display imagery data. 

This chapter also teaches us how to create a feature layer using geocoding, how to configure layer style using smart mapping, configure layer pop-ups using ArcGIS Arcade, and more. 

  • In 291, I think I did a map of all parcels in Delaware County selected that have 4 or more bedrooms so a salesman would know where to sell his pillows. I could now use a dot density map to target the neighborhoods with more people in them so he could have a wider variety of where people live.