1 / 12

L- Thia Overview

L- Thia Overview. L-THIA Area Process. Mobile App. Input Latitude/Longitude. o utput2.py. snapping. Display polygon as WMS map layer. Watershed delineation. Index.html. Geoserver : Display Outline. Select Existing (HUC) Watershed. Tabulate L-THIA Inputs. huc.py.

chance
Télécharger la présentation

L- Thia Overview

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. L-Thia Overview

  2. L-THIA Area Process Mobile App Input Latitude/Longitude output2.py snapping Display polygon as WMS map layer Watershed delineation Index.html Geoserver: Display Outline Select Existing (HUC) Watershed Tabulate L-THIA Inputs huc.py Tabulate land use data by polygon of selected area manual.py Draw an Area of Interest (Box) Determine Area

  3. L-Thia Modeling Tools Run L-Thia model landuse.py Editing landuse lthia.py Tabulated input from selected polygon editcn.cgi Change CN OR EMC input table cstdisplay.py editemc.cgi Display graphical and tabular results Edit L-THIA Inputs

  4. Outputs WMS and WFS (XML) Map Output Polygon selection or delineation Polygons with tabulated landuse and results stored in DB L-THIA Model L-THIA NPS Outputs Tabulated edited landuse Graph and Tabular Output

  5. Area Selection (using Box)

  6. Example Delineation Results

  7. Editing Land Use

  8. Library Scripts • constants.py • databasetablenames.py • dbmodule_pg.py • tools.py • Arcpy Contains output string templates and other constant variables Contains names of database tables Contains database interaction functionsContains commonly used non-database functions ESRI geoprocessing library (licensed)

  9. Other Scripts • deleteoldsessions.py • timer.py Run daily; deletes all temporary files more than one day old Used to time how long processes take

  10. Javascript • floating controls.js • tabs.js • supertabs.js • tools.js • standard.js Javascript floating boxes Tabbed menus within floating boxes A copy of tabs.js that allows for two layers of tabs Handles zooming to a watershed; editing land use (the map-side part) A library of functions used in other Javascripts

  11. Javascript Continued Contains the Google Maps key that lets us use their service Used for drawing polygons on the Google Map (for the select polygon tool) Allows display of data from a Geoserver onto a Google Map • key.js • polygon.js • wms236.js

  12. HTML Documents Main page, contains all site functionality Description page about the project A blank html file (used for some Javascript display purposes) Contains data for the tools tab Displays the waiting message • index.html • about_us.html • blank.html • tools_minitemplate.html • wait.html

More Related