-
Notifications
You must be signed in to change notification settings - Fork 3
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
2024 data #28
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Ubuntu, I'd rather go for a native install of python3-gdal
instead of using a virtualenv but I guess that won't work for your MacOS setup.
``` | ||
|
||
2. Get the TIGER 2023 data. You will need the EDGES files | ||
2. Get the TIGER 2034 data. You will need the EDGES files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's far in the future.
#/bin/bash | ||
|
||
# The 1..45 line is way off | ||
grep -v '45;1;all;Woodfall Rd;Middlesex;MA;02478' 25017.csv > 25017.csv.tmp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems an odd way to go about fixing the data. What is the problem here? Can we add a generic sanity check to the csv conversion instead which drops the offending line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't Woodfall Rd: https://wktmap.com/?38df26f8 and I made a manual SQL change after importing the 2023 data. I don't know how to automate that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filtering linestrings that are too short?
patch.sh
scriptogr
, that package has nothing to to with GIS/GDAL