geodesymiami / insarmaps

3 stars 0 forks source link

Inconsistencies in granules #36

Closed stackTom closed 3 years ago

stackTom commented 3 years ago

For some datasets, we have the granules showing, but the dataset never loads. This happens because the dataset hasn't been fully removed from the database.

I am not sure if this is a remnant from the old days when I used to remove datasets manually, or if somehow, maybe you are pressing ctrl + c and interrupting the remove process from the scripts, so it is not removing tables fully.

We should consider reingesting everything at some point and starting fresh. Or, should I just remove datasets which have this behavior when I see them (granule showing, but no actual data displayed)?

falkamelung commented 3 years ago

Just remove whatever you come accross is bad. There was a time that I ingested data without having tippecanoe installed. It did not raise an eception. Now we are installing tippecanoe with conda and this does not happen anymore.

Yes, completely restarting would be good.

stackTom commented 3 years ago

Sounds good. I will remove datasets which I see have this issue.