معرفی شرکت ها


earth2observe-0.2.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

remote sensing package
ویژگی مقدار
سیستم عامل -
نام فایل earth2observe-0.2.2
نام earth2observe
نسخه کتابخانه 0.2.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mostafa Farrag
ایمیل نویسنده moah.farag@gmail.come
آدرس صفحه اصلی https://github.com/MAfarrag/earth2observe
آدرس اینترنتی https://pypi.org/project/earth2observe/
مجوز GNU General Public License v3
[![Documentation Status](https://readthedocs.org/projects/earth2observe/badge/?version=latest)](https://earth2observe.readthedocs.io/en/latest/?badge=latest) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/earth2observe) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/MAfarrag/Hapi.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/Hapi/context:python) [![codecov](https://codecov.io/gh/Serapieum-of-alex/earth2observe/branch/main/graph/badge.svg?token=2nBcI5ijvB)](https://codecov.io/gh/Serapieum-of-alex/earth2observe) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4c95cf4c0dd044e4b451e08355fe6ee7)](https://www.codacy.com/gh/Serapieum-of-alex/earth2observe/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Serapieum-of-alex/earth2observe&utm_campaign=Badge_Grade) ![GitHub last commit](https://img.shields.io/github/last-commit/MAfarrag/earthobserve) ![GitHub forks](https://img.shields.io/github/forks/MAfarrag/earthobserve?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/MAfarrag/earthobserve?style=social) Current release info ==================== | Name | Downloads | Version | Platforms | | --- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- | | [![Conda Recipe](https://img.shields.io/badge/recipe-earth2observe-green.svg)](https://anaconda.org/conda-forge/earth2observe) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/earth2observe.svg)](https://anaconda.org/conda-forge/earth2observe) [![Downloads](https://pepy.tech/badge/earth2observe)](https://pepy.tech/project/earth2observe) [![Downloads](https://pepy.tech/badge/earth2observe/month)](https://pepy.tech/project/earth2observe) [![Downloads](https://pepy.tech/badge/earth2observe/week)](https://pepy.tech/project/earth2observe) ![PyPI - Downloads](https://img.shields.io/pypi/dd/earth2observe?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/earth2observe/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/earth2observe.svg)](https://anaconda.org/conda-forge/earth2observe) [![PyPI version](https://badge.fury.io/py/earth2observe.svg)](https://badge.fury.io/py/earth2observe) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/earth2observe/badges/version.svg)](https://anaconda.org/conda-forge/earth2observe) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/earth2observe.svg)](https://anaconda.org/conda-forge/earth2observe) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | earthobserve - Remote Sensing package ===================================================================== **earthobserve** is a Remote Sensing package earthobserve Main Features ------------- - ERA Interim Download - CHIRPS Rainfall data Download - ERA5 from Amason S3 data source Future work ------------- - Google earth engine - ERA 5 Installing earthobserve =============== Installing `earthobserve` from the `conda-forge` channel can be achieved by: ``` conda install -c conda-forge earthobserve ``` It is possible to list all of the versions of `earthobserve` available on your platform with: ``` conda search earthobserve --channel conda-forge ``` ## Install from Github to install the last development to time you can install the library from github ``` pip install git+https://github.com/MAfarrag/earthobserve ``` ## pip to install the last release you can easly use pip ``` pip install earthobserve==0.2.2 ``` Quick start =========== ``` >>> import earthobserve ``` [other code samples](https://earthobserve.readthedocs.io/en/latest/?badge=latest) ======= History ======= 0.1.5 (2022-12-07) : add ECMWF data catalog ------------------ * First release on PyPI. 0.1.6 (2022-12-26) : ------------------ * Use environment.yaml and requirements.txt instead of pyproject.toml and replace poetry env byconda env * lock numpy to 1.23.5 0.1.7 (2022-12-26) ------------------ * fix pypi package names in the requirements.txt file * fix python version in requirement.txt 0.2.0 (2023-01-15) ------------------ * bump up numpy and pyramids versions * create an abstract class for datasource and catalog as a bluebrint for all data sources * test all classes in CI * use pathlib to deal with paths 0.2.1 (2023-01-25) ------------------ * add amazon S3 data source and catalog for the data available in era5 bucket (ERA5 only tested) * replace utility functions with the serapeum_utils package. 0.2.2 (2023-01-29) ------------------ * add documentation * bump up pyramids versions


نیازمندی

مقدار نام
>=1.26.50 boto3
>=0.1.324 earthengine-api
>=1.6.3 ecmwf-api-client
>=3.5.3 gdal
>=1.2.0 joblib
>=0.6.0 loguru
>=1.6.1 netCDF4
==1.24.1 numpy
>=1.4.4 pandas
>=1.0.1 pathlib
>=22.3.1 pip
>=0.3.2 pyramids-gis
>=6.0 PyYAML
>=2.28.1 requests
>=0.1.1 serapeum-utils


نحوه نصب


نصب پکیج whl earth2observe-0.2.2:

    pip install earth2observe-0.2.2.whl


نصب پکیج tar.gz earth2observe-0.2.2:

    pip install earth2observe-0.2.2.tar.gz