Skip to content

dru-44/sen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages