Datasets:
Sayali9141
commited on
Commit
•
71960c4
1
Parent(s):
e1cf256
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,7 @@ size_categories:
|
|
20 |
|
21 |
The Singapore government offers real-time images from traffic cameras across the nation through its API. This dataset compiles a comprehensive image dataset in the form of a DataFrame by extracting data for the month of January 2024 from 6 pm to 7 pm each day using the API.
|
22 |
|
|
|
23 |
## Use Cases
|
24 |
|
25 |
The resulting dataset will facilitate easy integration into various use cases including:
|
@@ -41,7 +42,7 @@ The dataset will comprise the following columns:
|
|
41 |
- **Camera_ID**: Unique identifier assigned by LTA to each traffic camera.
|
42 |
- **Latitude**: Geographic coordinate of the camera's location (latitude).
|
43 |
- **Longitude**: Geographic coordinate of the camera's location (longitude).
|
44 |
-
- **Image_URL**:
|
45 |
- **Image_Metadata**: Metadata of the image file including height, width, and MD5 hash.
|
46 |
|
47 |
## Limitations of my Dataset
|
|
|
20 |
|
21 |
The Singapore government offers real-time images from traffic cameras across the nation through its API. This dataset compiles a comprehensive image dataset in the form of a DataFrame by extracting data for the month of January 2024 from 6 pm to 7 pm each day using the API.
|
22 |
|
23 |
+
![Sample image from the data](76.jpg)
|
24 |
## Use Cases
|
25 |
|
26 |
The resulting dataset will facilitate easy integration into various use cases including:
|
|
|
42 |
- **Camera_ID**: Unique identifier assigned by LTA to each traffic camera.
|
43 |
- **Latitude**: Geographic coordinate of the camera's location (latitude).
|
44 |
- **Longitude**: Geographic coordinate of the camera's location (longitude).
|
45 |
+
- **Image_URL**: The traffic image fetched from the Image_URL provided by the API.
|
46 |
- **Image_Metadata**: Metadata of the image file including height, width, and MD5 hash.
|
47 |
|
48 |
## Limitations of my Dataset
|