kcigeospatial / MDOT-SHA-NPDES-Next-Gen

Code and issues related to the MDOT SHA NPDES Project. Project codes: Config = 31, Management = 32.
0 stars 0 forks source link

HHD PR Inspection - Remediation Materials and Quantities - Sample Form #440

Open KCI-Ablowers opened 4 years ago

KCI-Ablowers commented 4 years ago

Background

Develop a Survey123 form to demonstrate the potential solutions for Remediation Materials and Quantities

Options

  1. Use domains (choices) or pull data function to populate dropdowns (select one) to present the user with categories that filter a secondary dropdown (select one or select multiple) containing the materials (or items) within that category. The user then populates the area or length manually for each material per remediation option (inflow erosion, embankment vegetation, etc.). All areas/lengths sum at the end of the form by name.

  2. Use the geotrace and geoshape options to present the user with a map where they are able to:

    • select material (or item) as an attribute on geo feature
    • draw polygon (area) or line (length)
    • sum area or length at the end of the form by name.
    • Questions for Number 2 - are these question types possible in a repeat? is it possible to assign an attribute to them based on the question, category or material?

https://doc.arcgis.com/en/survey123/desktop/create-surveys/geotracegeoshape.htm

  1. Other suggestions that can be included in the sample form.

Links

Tyler Bazan Sample Report Documents on Teams

Construction Standards and Materials Landing Page

2019 Standards and Specs - PDF

We should focus on "Category 900 - Materials" to start. It contains some general information about types of stone, pipes, etc. that will be easier for us to calculate.

Category Code Book This contains the standard quantities for a number of items - Each (EA), SF (Square Foot), SY (Square Yard), Ton, etc.

KCI-Ablowers commented 4 years ago

V1 of Materials and Quantities Prototype

HHD Pre-Remediation - Materials and Quantities Prototype.xlsx

Option 1 (Page 1)

Option 1 provides an example of user-entered materials and quantities at the question level. When "Remediation = Yes", the "Photographs and Remediation" repeat will display. This repeat contains two additional repeats - "Photo Repeat" and "Material and Quantity Repeat." The "Materials and Quantity Repeat" contains:

Option 2 (Page 2)

Option 2 provides an example of user-entered materials and quantities at the "page" or "section" level. Users will run through all questions ("Embankment" in this case) determining if remediation is necessary. If "Remediation = Yes" for any of the questions, then materials and quantities repeat will display. The photographs repeat is unchanged and present for every question when "Remediation = Yes." The "Material and Quantity Repeat" contains:

Option 3 (Page 3)

Option 3 utilizes the "geoshape" and "geotrace" functionality to allow user entered geometries (Polygon = Area & Line = Distance). The user will select the desired type of geometry (Area or Line) and be presented with the "map" icon, which when selected loads to the location of the device (by default I believe). For demonstration purposes, the area geometry uses the default "smart shape" and "trace" functionality and the line uses the "vertex" method. Once the geometry is confirmed, the user is returned to the form where the feature is presented in the map along with the default measurement units. The "{Area or Distance} Calculation" field shows the measurement calculated to either square meters or meters.

Once the geometry is entered, the user will populate the remediation option, category, material, quantity, and unit similar to Option 2. The only difference is how the options are displayed. The user can then either create another "Material and Quantity" record (via repeat) associated with the same geometry OR create a new repeat, enter a new geometry, and associated "Material and Quantity" attributes.

Pros

Cons

General Information / Problems

KCI-Ablowers commented 4 years ago

@KCI-Ablowers to update form based on meeting referenced here - https://github.com/kcigeospatial/MDOT-SHA-NPDES-Next-Gen/issues/443#issuecomment-622098041 and publish to KCI GS AGOL for testing.

KCI-Ablowers commented 4 years ago

I ended up splitting the form into two - Basic and Geo. Having them combined in one service was making it more difficult to review the result of the "Geo" Survey. Both of these forms are published on the KCI GS AGOL

Basic

Mimics "Option 2" above.

Changes:

Geo

Mimics "Option 3" above.

Changes:

Export of the data from a test inspection submitted through the "Geo" form - HHD_PR_Material_and_Quantity_Geo_20200505.zip

talllguy commented 4 years ago

@KCI-Ablowers Received. I will take a look.