yakra / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
0 stars 0 forks source link

dicts: if foo in bar / else -> try / except #208

Open yakra opened 2 years ago

yakra commented 2 years ago

The OP has been replaced with individual comments below that can be hidden as each item is addressed.

yakra commented 2 years ago

Creating unique names and vertices

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L1872-L1876

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L1882-L1886

yakra commented 2 years ago

Writing highway data stats log file

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L3508-L3515

Also:


deferred per #212

yakra commented 2 years ago

Creating per-traveler stats log entries and augmenting data structure.

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L3568-L3570

KeyError -> pass


deferred per #212

yakra commented 2 years ago

Creating per-traveler stats log entries and augmenting data structure.

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L3594-L3595

yakra commented 2 years ago

Creating per-traveler stats log entries and augmenting data structure.

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L3616-L3620

pass

yakra commented 2 years ago

Writing stats csv files.

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L3715-L3718

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L3736-L3739


deferred per #212

yakra commented 2 years ago

Writing stats csv files.

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L3759-L3766

pass, list, except

yakra commented 2 years ago

...overallMileageByRegion

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L4539-L4542

pass


deferred per #212

yakra commented 2 years ago

...clinchedOverallMileageByRegion

https://github.com/yakra/DataProcessing/blob/3cc4219090eb4bc2341571a7287442dcdfe054ed/siteupdate/python-teresco/siteupdate.py#L4579-L4580

pass


deferred per #212