Skip to content

Replace neighborhood data - #2510

Merged
entrotech merged 1 commit into
developfrom
2509-replace-neighborhood-data
Jul 17, 2025
Merged

Replace neighborhood data#2510
entrotech merged 1 commit into
developfrom
2509-replace-neighborhood-data

Conversation

@entrotech

Copy link
Copy Markdown
Member

Fixes #2509
Replaced neighborhood boundary data with current data from https://geohub.lacity.org/datasets/neighborhood-council-boundaries-2018/explore.

This involved

  • Downloading data from the above web site
  • editing the GeoJSON file for import
  • uploading to a neighborhood_load table
  • nulling all FK references to neighborhood_id in stakeholder, stakeholder_best and stakeholder_log tables.
  • truncating the existing neighborhood table
  • adding and deleting columns in the nighborhood table to reflect current data from the source.
  • inserting data from the neighborhood_load table to appropriate fields in the neighborhood table.
  • re-mapping the nieghborhood_id columns in the stakeholder, stakeholder_best and stakeholder_log tables to the new neighborhood definitions.

@entrotech
entrotech merged commit 259a8d8 into develop Jul 17, 2025
1 check passed
@entrotech
entrotech deleted the 2509-replace-neighborhood-data branch July 17, 2025 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace existing neighborhood data

1 participant