MDAIceland / WaterSecurity

1 stars 1 forks source link

Incorrect Cities Coordinates in Labeled Dataset #28

Closed VasLem closed 3 years ago

VasLem commented 3 years ago

The annotated dataset has cities whose latitude and longitude seem to be wrong, after analysis being made in #11 . To this end, a way needs to be found to correct those cities to have the right coordinates, based on the information existing on the unlabaled csv files. @antosalerno will it be possible to work on this issue?

antosalerno commented 3 years ago

sure!

VasLem commented 3 years ago

Some examples of bad coordinates are: Breckenridge , US Guelph, Canada San Pedro De Uraba, Colombia

VasLem commented 3 years ago

In order to inspect whether your result looks ok, you can run python run.py to inspect the csv on the map

VasLem commented 3 years ago

@antosalerno What is the status of this?

VasLem commented 3 years ago

I somehow fixed it, because we could not merge the labeled with the unlabeled datasets otherwise. My way is not good enough however, as I am using the existing datasets we got to replace wrong information and there are also cities with bad naming. Let me know of the status tomorrow so that we can merge our solutions