agrc / ugs-db

Database seeder for UGS data
2 stars 1 forks source link

SampleDate cleansing #26

Closed steveoh closed 9 years ago

steveoh commented 9 years ago

This was found in the previous version.

!sampledate

We use the SampleDate for querying a service to get new results.

@inkenbrandt Would it be safe to replace dates with None or remove the entire row that contains dates that are in the future when the script was run?

inkenbrandt commented 9 years ago

better to replace dates with None

steveoh commented 9 years ago

closed with #32