Scott Davis

Results 45 issues of Scott Davis

### Page with issue all ### Issue description ![image](https://github.com/agrc/gis.utah.gov/assets/1326248/cf0e256e-349c-4f6f-8056-16e3292899b9) ### Relevant log output _No response_ ### What browsers are you seeing the problem on? _No response_

bug

TODOs: - [x] create an issue template - [ ] pull out the title (and other data) from the issue template and pass it into the script in the workflow...

- [x] SGID index spreadsheet triage - [ ] **Add page descriptions**. They display at the text indexed by search engines and describe the content on the page helping people...

[Lychee](https://github.com/lycheeverse/lychee) looks promising to me. - [ ] Build a PR action that checks the links of only the updated files - [ ] Triage and fix broken links in...

content quality

https://github.com/agrc/templater should be migrated to match the new architecture. It should also just become a page within the website rather than a separate project. - [ ] Create porter issue...

Is there a way to make [these work](https://kramdown.gettalong.org/syntax.html#abbreviations) possibly with https://unifiedjs.com/explore/package/remark-attr/?

enhancement

There are a [few exceptions](https://github.com/agrc/planning-queue/issues/388) where we want duplicate records to persist through the forklift process. We need to add an option at the crate level to opt out of...

enhancement

Periodically we've seen FGDBs that are corrupted when they are copied to production (or perhaps receiving?). We should add some sort of `arcpy` validation (`arcpy.ListFeatureClasses()`?) to our [copy function](https://github.com/agrc/forklift/blob/a9601c63253048eaf40fd439746e8af99cf2181e/src/forklift/lift.py#L225-L254) to...

enhancement

Currently, only lift [runs git-update](https://github.com/agrc/forklift/blob/7a76aead8fd850bf40b12b9a46a9e67dd9a03e97/src/forklift/engine.py#L133-L136). We should add it to ship as well so that changes that we make during the day are able to be applied to the following...

enhancement

```python self.add_crate( (r'WRIFocusAreas/FeatureServer/0', r'https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/', udnr, 'FocusAreas') ) ```

enhancement