Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables - Drop unneeded columns storing duplicate geolocation information #106

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

jomey
Copy link
Member

@jomey jomey commented Aug 22, 2024

The geom column has all the information for lat, lon, east. north, and utm_zone. Hence, we can drop these to reduce duplication.

Fixes #105

The `geom` column has all the information for lat, lon, east. north, and
utm_zone. Hence, we can drop these to reduce duplication.

Fixes #105
@jomey jomey merged commit 09a5328 into master Aug 22, 2024
10 checks passed
@jomey jomey deleted the geo_columns_drop branch August 22, 2024 21:49
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.

Drop extra geolocation columns
2 participants