Profile and Course Assignments

Web Portal for David Perez

About Me

Hello everyone, name is David Perez. Born and raised here in Colorado. Lived in Sheridan when I was growing up and now live in Golden. As for what I want out of this course, I hope to get a good foundation of Web GIS as I am very interested in how ArcGIS stories are made and the use of them. Not sure how much of need/want there is in that area but hope to move in that direction has I look for a new career in GIS.

I enjoy the outdoors from hiking/fishing/kayaking in the summer to skiing/snowboarding in the winter. I enjoy being on the water in the summer and on the frozen version of it in the winter. I enjoy traveling and been many places across the globe. My favorite place in the world that I have been too is a toss up between Ibiza Spain and Lisbon Portugal. My favorite place, and top on my buck list of places I want to go would be Bali; but will always come back to Colorado

My Assignments

Week 4: Create a field map project

For this project, I wanted to continue with my past travel. I created field map allowing a user the option to capture their travels allowing them to set a date for the travel, travel type (Leisure, Camping, Hiking, Kayak/Water, Skiing/Snowboarding, C) and method of travel (Car, Plane Boat).

I was working on an arcade expression to hide fields in the travel type if the user selected camping but coudn't get it to work. Here is the expression I was trying to make work

var TravelType = $feature.TravelType == "Camping";
var TravelMethod = $feature.TravelType == "Plane";
IIf (TravelType, TravelMethod, "None");

Iframe