Skip to content

ee.data.getPixels

  • Purpose: 📥 Downloads raw image data without additional processing.
  • Typical use: 🛰️ Ideal for obtaining unmodified satellite images for further analysis on local systems, especially when large amounts of raw data are needed quickly for training machine learning models.
  • Advantages:
    • ⚡ Faster download time due to minimal server-side processing.
    • ⏱️ Quicker downloads for simple images or when no additional processing is required.
    • 💾 Suitable for workflows where large datasets are required for deep learning, allowing flexibility in local preprocessing and augmentation.
Back to top