Production URL: locate.utah.gov Staging URL: locate.dev.utah.gov
scripts/locate_pallet.py
updates and processes data for this app via
- Publish
maps/MapService.mxd
asBBEcon/MapService
- Publish
scripts/Toolbox.tbx/Generate Report
asBBEcon/GenerateReport
- Test point:
x: -12452500, y: 4979214
- The
settings
folder does not get copied to the server when publishing the GenerateReport gp tool. This has to be done manually.
- Test point:
- Update table in
bbecon-static.gdb
- Delete
economy.gdb\TaxEntities20**
so that the join will be triggered on next forklift run.
- Update
locate_pallet.py
andscripts/settings_ib/__init__.py
.__init__.py
will need to be updated on both mapserv machines.
- Delete old feature class in
hashing/bbecon.gdb
andhashing/economy.gdb
forklift special-delivery locate_pallet.py
- Update layer in
maps/MapService.mxd
and republish.
- Update definition queries in
maps\MapService.mxd
.Historic1
is current year minus one.Historic2
is current year minus two and so forth.- For years 2018+ the data is contained in SGID (
ECONOMY.EnterpriseZones
) and individual years can be queried using theEXPYR
field (e.g. for 2020:EXPYR NOT IN ('2018', '2019')
).
- Update labels in
lib/app/templates/EnterpriseZones.html
Year | Layer | Query or Dataset |
---|---|---|
2023 | EnterpriseZones | EXPYR IN ('2023', '2024') |
2022 | EnterpriseZones_Historic1 | EXPYR NOT IN ('2018', '2019', '2020', '2021') |
2021 | EnterpriseZones_Historic2 | EXPYR NOT IN ('2018', '2019', '2020') |
- Update the relevant data in
C:\forklift\data\static\bbecon-static.gdb
on the forklift machine. - Delete
bbecon-static.gdb\PolygonData
so that it gets rebuilt on the next forklift run.