Princeton-CDH / mep-django

Shakespeare and Company Project - Python/Django web application
https://shakespeareandco.princeton.edu
Apache License 2.0
5 stars 1 forks source link

Addresses without coordinates in members dataset #758

Closed jkotin closed 2 years ago

jkotin commented 2 years ago

Currently, the coordinates field in the members dataset represents missing coordinates for members with address as "None,None." Technically, that is incorrect: the coordinates are missing/unidentifiable. Replace "None,None" with an empty value.

testing notes

please review addresses in test exports uploaded to drive

jkotin commented 2 years ago

How should I test this one? Is there a new export to check?

jkotin commented 2 years ago

perfect.