Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.27 KB

electrofishing-query

A web application for viewing and querying electrofishing data.

Staging: https://electrofishing-query.dev.utah.gov

Production: https://electrofishing-query.ugrc.utah.gov

Deployment

  1. Update Electrofishing/MapService:
    • Check "Allow per request modification of layer order and symbology" and register the SDE database as a dynamic workspace with the an ID of "ElectrofishingQuery".
    • Update Parameters -> Max Number of Records Returns from 1000 to 5000.
  2. Publish scripts/Download.tbx/Download as Electrofishing/Download:
    • asynchronous
    • max time a client can use the service: 300
    • Copy scripts/swq_secrets.py, scripts/__init__.py, scripts/download.py, & scripts/sql/* to C:\arcgisserver\directories\arcgissystem\arcgisinput\Electrofishing\Download.GPServer\extracted\p20\scripts
    • Update swq_secrets.py to reflect the environment that you have published to.
    • Download and install Microsoft ODBC Driver 17 for SQL Server.

Cutting a New Release

  1. Update src/ChangeLog.html
  2. grunt bump
  3. Pushing to dev or main triggers a deploy to Firebase.