help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
satellite-images
/
data
/
labels
RSK World
satellite-images
Satellite Images Dataset - Land Cover Classification + Building Detection + Remote Sensing + Geospatial Analysis
labels
  • sample_001.json3.3 KB
  • sample_002.json2.8 KB
  • sample_003.json1.7 KB
  • sample_004.json3.3 KB
  • sample_005.json2.3 KB
  • sample_006.json2.8 KB
  • sample_007.json1.7 KB
  • sample_008.json2.3 KB
  • sample_009.json2.2 KB
  • sample_010.json2.3 KB
sample_006.jsonsample_010.jsonsample_005.json
data/building_detection/sample_006.json
Raw Download
Find: Go to:
{
    "image_id": "sample_006",
    "buildings": [
        {
            "id": "bld_001",
            "bbox": [
                426,
                140,
                44,
                49
            ],
            "confidence": 0.93,
            "area": 2156.0,
            "type": "commercial",
            "height_estimate": 18.6
        },
        {
            "id": "bld_002",
            "bbox": [
                175,
                185,
                36,
                44
            ],
            "confidence": 0.86,
            "area": 1584.0,
            "type": "industrial",
            "height_estimate": 19.9
        },
        {
            "id": "bld_003",
            "bbox": [
                460,
                284,
                35,
                41
            ],
            "confidence": 0.86,
            "area": 1435.0,
            "type": "commercial",
            "height_estimate": 22.0
        },
        {
            "id": "bld_004",
            "bbox": [
                149,
                302,
                30,
                46
            ],
            "confidence": 0.89,
            "area": 1380.0,
            "type": "residential",
            "height_estimate": 16.4
        },
        {
            "id": "bld_005",
            "bbox": [
                253,
                392,
                59,
                45
            ],
            "confidence": 0.93,
            "area": 2655.0,
            "type": "industrial",
            "height_estimate": 15.6
        }
    ],
    "detection_date": "2025-12-28",
    "model_version": "v1.0",
    "total_buildings": 5
}
73 lines•1.7 KB
json
data/building_detection/sample_010.json
Raw Download
Find: Go to:
{
    "image_id": "sample_010",
    "buildings": [
        {
            "id": "bld_001",
            "bbox": [
                148,
                126,
                40,
                41
            ],
            "confidence": 0.9,
            "area": 1640.0,
            "type": "industrial",
            "height_estimate": 25.9
        },
        {
            "id": "bld_002",
            "bbox": [
                104,
                308,
                51,
                49
            ],
            "confidence": 0.93,
            "area": 2499.0,
            "type": "industrial",
            "height_estimate": 23.8
        },
        {
            "id": "bld_003",
            "bbox": [
                222,
                287,
                48,
                36
            ],
            "confidence": 0.86,
            "area": 1728.0,
            "type": "commercial",
            "height_estimate": 26.0
        },
        {
            "id": "bld_004",
            "bbox": [
                353,
                386,
                44,
                50
            ],
            "confidence": 0.87,
            "area": 2200.0,
            "type": "commercial",
            "height_estimate": 16.7
        },
        {
            "id": "bld_005",
            "bbox": [
                238,
                369,
                56,
                34
            ],
            "confidence": 0.89,
            "area": 1904.0,
            "type": "industrial",
            "height_estimate": 18.5
        },
        {
            "id": "bld_006",
            "bbox": [
                423,
                226,
                41,
                52
            ],
            "confidence": 0.93,
            "area": 2132.0,
            "type": "residential",
            "height_estimate": 22.1
        },
        {
            "id": "bld_007",
            "bbox": [
                440,
                387,
                45,
                51
            ],
            "confidence": 0.9,
            "area": 2295.0,
            "type": "commercial",
            "height_estimate": 10.8
        },
        {
            "id": "bld_008",
            "bbox": [
                338,
                234,
                50,
                31
            ],
            "confidence": 0.95,
            "area": 1550.0,
            "type": "residential",
            "height_estimate": 21.0
        }
    ],
    "detection_date": "2025-12-28",
    "model_version": "v1.0",
    "total_buildings": 8
}
112 lines•2.6 KB
json
data/labels/sample_005.json
Raw Download
Find: Go to:
{
    "image_id": "sample_005",
    "classes": [
        "forest",
        "barren",
        "grassland",
        "water"
    ],
    "regions": [
        {
            "class": "forest",
            "polygon": [
                [
                    148,
                    135
                ],
                [
                    230,
                    135
                ],
                [
                    230,
                    191
                ],
                [
                    148,
                    191
                ]
            ],
            "area": 4592.0,
            "confidence": 0.87
        },
        {
            "class": "barren",
            "polygon": [
                [
                    295,
                    301
                ],
                [
                    429,
                    301
                ],
                [
                    429,
                    401
                ],
                [
                    295,
                    401
                ]
            ],
            "area": 13400.0,
            "confidence": 0.97
        },
        {
            "class": "grassland",
            "polygon": [
                [
                    113,
                    255
                ],
                [
                    225,
                    255
                ],
                [
                    225,
                    377
                ],
                [
                    113,
                    377
                ]
            ],
            "area": 13664.0,
            "confidence": 0.88
        },
        {
            "class": "water",
            "polygon": [
                [
                    120,
                    376
                ],
                [
                    240,
                    376
                ],
                [
                    240,
                    513
                ],
                [
                    120,
                    513
                ]
            ],
            "area": 16440.0,
            "confidence": 0.96
        }
    ],
    "annotation_date": "2025-12-28",
    "annotator": "RSK World"
}
105 lines•2.3 KB
json

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer