Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lazyearth

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazyearth

Python earth science package

  • 1.0.55
  • PyPI
  • Socket score

Maintainers
1

Lazyearth: Python earth science package

Package Status Downloads Code style: black

What is it?

Lazyearth is a Python package that offers ease and speed in analyzing geospatial data. Lazyearth was designed to support the functions of the Open Data Cube, which primarily aggregates aerial satellite imagery, but it can also operate on personal computers. The purpose of creating Lazyearth is for it to become a widely used tool in the field of geoscience.

Installation

If you want to work on a personal computer, you need to install the GDAL package first Open command prompt

conda install -c conda-forge gdal

However, if you want to work on Open Data Cube or Google Colab, you can get started immediately. The latest released version are available at the Python Package Index (PyPI)

# PyPI
pip install lazyearth

Main Features

  • Opening and Saving : It can open various types of images and save them easily in multiple formats after processing.
  • Image plotting : This feature supports the display of a diverse range of images for single or comparative purposes. It can accommodate various formats, such as 1 or 3-dimensional numpy arrays, as well as xarray.
  • Band combination : It can easily blend different color bands of satellite images
  • Remote Sensing Calculation: There are multiple calculation indices such as NDVI, EVI, BSI etc.
  • Water: This features water analysis, including water detection and water quality.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc