20
ICT Tool Design Evan Fedorko et al, WVGISTC 1

ICT Tool Design

  • Upload
    candie

  • View
    46

  • Download
    0

Embed Size (px)

DESCRIPTION

ICT Tool Design. Evan Fedorko et al, WVGISTC. Outline. What is it? Why is it needed? How does it work? Summary and Conclusions. What is it?. I nteragency C oordination T ool Agencies in question: WVDNR, FWS (WV) and NRCS (WV) - PowerPoint PPT Presentation

Citation preview

Page 1: ICT Tool Design

1

ICT Tool Design

Evan Fedorko et al, WVGISTC

Page 2: ICT Tool Design

2

Outline

• What is it?• Why is it needed?• How does it work?• Summary and Conclusions

Page 3: ICT Tool Design

3

What is it?

• Interagency Coordination Tool• Agencies in question: WVDNR, FWS (WV) and

NRCS (WV)• Coordination in question: Potential impacts on

populations or habitat of endangered species due to NRCS funded on-the-ground projects

Page 4: ICT Tool Design

4

Why is it needed?

• NRCS funds farmers (and others) to implement new projects on their properties

• ESA compliance is required• Currently a bottleneck

Page 5: ICT Tool Design

5

Requirements

• ES data must remain confidential• Secure website• Must be intuitive and easy to repeat• Must provide a format that meets specific specs• High uptime for multiple users• Users need to review previously generated

content• Admin/user differentiation

Page 6: ICT Tool Design

6

Enter the ICT Tool!

• Capabilities:– User management system– Spatial analysis engine that answers complex,

dependent inquiries via geoprocessing– ES report generation system– Document tracking and review– Metadata tracking*

Page 7: ICT Tool Design

7

How to ICT

• Log In

• Launch the ICT

Page 8: ICT Tool Design

8

How to ICT (2)

Page 9: ICT Tool Design

9

…and in return:

Page 10: ICT Tool Design

10

How Does It Work?

• Web front end, user management and report management system (.NET); Arc Server mapping application built in Flex; Python scripting for geoprocessing

• Geoprocessing explained:

Page 11: ICT Tool Design

11

Page 12: ICT Tool Design

12

How… continued

• Several types of endangered species data. This is NEVER VISIBLE in the tool.

• Two types of vector data, point and polygon; each is checked independently.

• Raster habitat suitability data; checked via buffer and spatial statistics.

Page 13: ICT Tool Design

13

Quick and Dirty

1. Large buffer to note all species in the area

Bald Eagle nest

SheepnoseMussel bed

Indiana Bat

Running BuffaloClover

Bald Eagle nestIndiana Bat

Bald Eagle nest

SheepnoseMussel bed

Page 14: ICT Tool Design

142. For each practice and each species, run a buffer.

Indiana Bat

Bald Eagle nest

SheepnoseMussel bed

3. Sheepnose mussel + Fence (382) = 400 meters

Page 15: ICT Tool Design

15

Indiana Bat

Bald Eagle nest

Bald Eagle nestINCLUDE

4. Bald Eagle + Fence = 200 meters

Page 16: ICT Tool Design

16

Indiana Bat

Bald Eagle nest

Bald Eagle nestINCLUDE

Indiana Bat + Fence (382) = 1 meter

Page 17: ICT Tool Design

17

Report Query

• So for Fence (382) we have only the Bald Eagle; query tables and get:

• B11 = This practice may have a beneficial effect if implemented near bald or golden eagle nesting sites or eagle habitat and where appropriate buffers are maintained, enhanced or constructed.

Page 18: ICT Tool Design

18

Full AnalysisUser input

Find all local species

Execute prac/spec buffers against points Execute prac/spec

buffers against polygonsExecute buffer check against each habitat model

Check if certain practices are > 17 acres (Indiana bats)

Determine report type – species/interactions,Species/no interactions, no species

Compile codes

Query codes for report content

Organize content into XML for report generation

Flex

ArcPy

Python

Generate Report

.NET

Page 19: ICT Tool Design

19

Notable features

• Suite of web map features; address locator, nav tools, lots of bg data, etc.

• User management and authentication system• Each user has access to a report management

system• Dynamic – easy to implement new species, new

recommendations, new spatial data, etc.• Fire and forget• Fast performance (avg time is ~8 minutes)

Page 20: ICT Tool Design

20

Conclusions

• Geoprocessing can greatly streamline permitting (and similar processes).

• Complexity of analysis isn’t necessarily a limiting factor…

• …so long as the client has a strong grasp on that complexity!

• Confidentiality of data can be maintained.