← back to La Socrata Ingester
fix(la-data): repoint gis_parcels dead 2025 ArcGIS layer -> live 2026_gdb (400 Item-does-not-exist was failing the whole nightly run via pipefail). Verified 1-row smoke ingests clean.
559875dbbc9d6fd243f75fc99125da9efa1d800f · 2026-08-25 12:11:51 -0700 · steve
Files touched
Diff
commit 559875dbbc9d6fd243f75fc99125da9efa1d800f
Author: steve <steve@designerwallcoverings.com>
Date: Tue Aug 25 12:11:51 2026 -0700
fix(la-data): repoint gis_parcels dead 2025 ArcGIS layer -> live 2026_gdb (400 Item-does-not-exist was failing the whole nightly run via pipefail). Verified 1-row smoke ingests clean.
---
src/sources.js | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/sources.js b/src/sources.js
index 567e504..bc477f1 100644
--- a/src/sources.js
+++ b/src/sources.js
@@ -187,11 +187,14 @@ const gisSrc = (layer, layerId, nameFields, extra = {}) => ({
Object.assign(SOURCES, {
// Parcel polygons — the NavigateLA 397 layer (2.4M) 502s the gateway on any
- // feature query; the hosted Assessor_Parcels_Land_2025 FeatureServer (421k,
- // reliable geometry) is used instead. APN -> ain for the permit join.
+ // feature query; the hosted Assessor_Parcels_Land_2026 FeatureServer (reliable
+ // geometry) is used instead. APN -> ain for the permit join. Repointed
+ // 2025->2026 (2026-08-25): the _2025 item was unshared (ArcGIS 400 "Item does
+ // not exist"), failing the whole nightly run via pipefail; _2026_gdb is live
+ // with the same OBJECTID/APN/APN9 fields the mapper needs.
gis_parcels: {
platform: 'arcgis',
- endpoint: 'https://services5.arcgis.com/Y8jwjGUWbRjuqpG5/arcgis/rest/services/Assessor_Parcels_Land_2025/FeatureServer/0',
+ endpoint: 'https://services5.arcgis.com/Y8jwjGUWbRjuqpG5/arcgis/rest/services/Assessor_Parcels_Land_2026_gdb/FeatureServer/0',
geometry: true, paginate: 'oid', oidField: 'OBJECTID',
table: 'la_parcel_geom', conflict: ['oid'],
map: (r) => ({ oid: r.OBJECTID, ain: str(r.APN || r.APN9 || r.AIN), geom: r.__geometry }),
← 93d1279 auto-data-snapshot: 2026-08-25T08:16:28 (1 data files) — dat
·
back to La Socrata Ingester
·
chore: v0.2.2 (session close) 45c0d9f →