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
advanced-features.cssapp.cpython-313.pycconfig.py
config.py
Raw Download
Find: Go to:
#!/usr/bin/env python3
"""
Satellite Image Dataset - Configuration
Created by: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277

Configuration settings for the satellite image dataset.
"""

# Dataset paths
DATA_DIR = "data"
IMAGES_DIR = "data/images"
LABELS_DIR = "data/labels"
METADATA_DIR = "data/metadata"
BUILDING_DETECTION_DIR = "data/building_detection"
SAMPLES_DIR = "data/samples"
OUTPUT_DIR = "visualizations"

# Image processing settings
DEFAULT_IMAGE_SIZE = (512, 512)
NORMALIZE_IMAGES = True
SUPPORTED_FORMATS = ['.png', '.tiff', '.tif', '.jpg', '.jpeg', '.geotiff']

# Land cover classes
LAND_COVER_CLASSES = [
    "water",
    "forest",
    "urban",
    "agriculture",
    "barren",
    "grassland",
    "wetland",
    "snow"
]

# Visualization settings
VISUALIZATION_DPI = 150
FIGURE_SIZE = (12, 12)

# Project metadata
PROJECT_NAME = "Satellite Image Dataset"
PROJECT_VERSION = "1.0.0"
AUTHOR = "RSK World"
AUTHOR_WEBSITE = "https://rskworld.in"
AUTHOR_EMAIL = "help@rskworld.in"
AUTHOR_PHONE = "+91 93305 39277"

50 lines•1.1 KB
python
🚀 Support RSK World

Subscribe to our YouTube channel for latest tutorials & updates!



Click subscribe & support our work ❤️

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