Giter Club home page Giter Club logo

sitsfeats.py's Introduction

sitsfeats.py ⌛

sitsfeats.py is a powerful and efficient Python package designed for extracting a wide range of metrics from satellite image time series.

All metrics implemented in this package are derived from the sitsfeats R package.

Features

The metrics implemented in this version are:

  • Basic: Basic statistics metrics
  • Polar: Polar metrics

Installation

To install the package, you must have Armadillo installed, then you can use pip:

pip install git+https://github.com/m3nin0-labs/sitsfeats.py

Usage

The sitsfeats.py package is designed for simplicity. It is simple to get started with it. Here's a quick example:

from sitsfeats import feats

feats(['median', 'skew'], your-numpy-data)
#> {'median': array([[5585. ],
#>         [5049. ],
#>         [6601.5],
#>         [6047. ],
#>         [4696. ]]),
#>  'skew': array([[ 0.79073819],
#>         [-0.03741349],
#>         [ 0.34681313],
#>         [ 0.29268245],
#>         [-0.32793692]])}

To learn more, please check the examples directory.

Acknowledgments

We would like to thank the developers and contributors of the sitsfeats R package for their work that is the basis of this package.

Contributing

We welcome contributions! If you have suggestions for improvements or bug fixes, please feel free to fork the repository and submit a pull request.

License

sitsfeats.py is distributed under the MIT license. See LICENSE for more details.

sitsfeats.py's People

Contributors

m3nin0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.