Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,9 @@ tags:
|
|
14 |
|
15 |
217.646.487 images with lat lon coordinates from Flickr. This repo is a filtered version of https://huggingface.co/datasets/bigdata-pw/Flickr for all rows containing a valid lat lon pair.
|
16 |
|
|
|
|
|
|
|
17 |
## Filter Process
|
18 |
|
19 |
It was harder than expected. The main problem is that sometimes the connection to HF hub breaks. Afaik DuckDB cannot quite deal with this very well, so this code does not work:
|
|
|
14 |
|
15 |
217.646.487 images with lat lon coordinates from Flickr. This repo is a filtered version of https://huggingface.co/datasets/bigdata-pw/Flickr for all rows containing a valid lat lon pair.
|
16 |
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
## Filter Process
|
21 |
|
22 |
It was harder than expected. The main problem is that sometimes the connection to HF hub breaks. Afaik DuckDB cannot quite deal with this very well, so this code does not work:
|