Skip to main content

Sentinel satellite image module

Project description

Sentinel 2 image package 🛰

forthebadge made-with-python

Under construction! Not ready for use yet! Currently experimenting and planning!

forthebadge made-with-python

Getting Started

This is an example of how you can set up your project.

Follow these simple example steps.

Prerequisites

This project requires python3 installed.

Installation

  1. Clone the dataset repo
    git clone https://github.com/your_username_/Project-Name.git
    
  2. Install pip packages
    pip install Sentinel-imgpackage
    

Usage

Model implementation requires sufficient amount of GPU and CPU resources.

Best when used in virtual notebooks like

  • Google Colab Pro
  • Gradient

Example of How To Use (Alpha Version)

Creating obj

from senpkg import *

path = "your data source path"
gt = "ground-truth .mat filename"
mname = "model name"

p = Analysis.senA(path)
q = LandCoverCla.senC(path,gt)
r = LandCoverMod.senM(path,gt,mname)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Sentinel-imgpackage-0.0.9.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

Sentinel_imgpackage-0.0.9-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page