earthdaily


Nameearthdaily JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
Summaryearthdaily: easy authentication, search and retrieval of Earth Data Store collections data
upload_time2024-05-15 16:11:12
maintainerNone
docs_urlNone
authorEarthDaily Agro
requires_python>=3.10
licenseMIT
keywords earth data store earthdaily earthdailyagro stac
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div id="top"></div>
<!-- PROJECT SHIELDS -->
<!--
*** See the bottom of this document for the declaration of the reference variables
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->


<!-- PROJECT LOGO -->
<br />
<p>
  <h1 >EarthDaily Python Client</h3>

  <p>
    Your gateway to the Earth Data Store STAC Catalog.
    <br />
    <a href="https://earthdailyagro.com/"><strong>Who we are</strong></a>
    <br />
    <br />
    <a href="https://github.com/earthdaily/earthdaily-python-client/">Project description</a>
    ·
    <a href="https://github.com/earthdaily/earthdaily-python-client/issues">Report Bug</a>
    ·
    <a href="https://github.com/earthdaily/earthdaily-python-client/issues">Request Feature</a>
  </p>
</p>


<div>

[![PyPI version](https://badge.fury.io/py/earthdaily.png)](https://badge.fury.io/py/earthdaily)
[![Documentation](https://img.shields.io/badge/Documentation-html-green.svg)](https://earthdaily.github.io/earthdaily-python-client/)
[![pytest-main](https://github.com/earthdaily/earthdaily-python-client/actions/workflows/pytest-prod.yaml/badge.svg)](https://github.com/earthdaily/earthdaily-python-client/actions/workflows/pytest-prod.yaml)

</div>


<!--[![Stargazers][GitStars-shield]][GitStars-url]-->
<!--[![Forks][forks-shield]][forks-url]-->
<!--[![Stargazers][stars-shield]][stars-url]-->


<!-- TABLE OF CONTENTS -->
<details open>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
    </li>
    <li>
      <a href="#getting-started">Getting Started</a>
      <ul>
        <li><a href="#prerequisites">Prerequisites</a></li>
        <li><a href="#installation">Installation</a></li>
      </ul>
    </li>
    <li><a href="#usage">Usage</a></li>
    <li><a href="#support-development">Support development</a></li>
    <li><a href="#license">License</a></li>
    <li><a href="#contact">Contact</a></li>
    <li><a href="#copyrights">Copyrights</a></li>
  </ol>
</details>

<!-- ABOUT THE PROJECT -->
## About The Project

In the realm of geospatial data analysis and Earth observation, the EarthDaily Python package emerges as a powerful toolset that seamlessly connects you to the vast and invaluable Stac catalog Earth Data Store. This package is designed with the vision of simplifying and optimizing your workflow, ensuring that you can harness the full potential of Earth observation data with ease and efficiency.

Our package is built upon a foundation of best practices, meticulously crafted to elevate your data analysis experience. With EarthDaily, you can effortlessly navigate the complexities of datacube creation, including crucial processes like conversion to reflectance and automatic clipping to your area of interest. Additionally, we've taken care to make EarthDaily fully compatible with Dask, enabling you to scale your data preprocessing tasks with confidence and precision.


## Features

See [documentation](https://earthdaily.github.io/earthdaily-python-client/) for more information

## Getting started

### Prerequisites

Make sure you have valid EDS credentials. If you need to get trial access, please contact us.

This package has been tested on Python 3.10, 3.11 and 3.12.


### Installation

#### Using pip 

`pip install earthdaily`

#### Planned : Using conda/mamba

### Authentication
Authentication credentials are accessed from environment variables. As a convenience python-dotenv is supported. 
Copy the `.env.sample` file and rename to simply `.env` and update with your credentials. This file is gitignored. 
Then add to your script/notebook:

```python3
from dotenv import load_dotenv

load_dotenv()  # take environment variables from .env.
```

### Usage

See the documentation for more information.

### Support development

If you find this package useful, please consider supporting its development.

<!-- CONTRIBUTING -->
## Support development

If this project has been useful, that it helped you or your business to save precious time, don't hesitate to give it a star.

<p align="right">(<a href="#top">back to top</a>)</p>

## License

Distributed under the MIT License. 

<p align="right">(<a href="#top">back to top</a>)</p>

## Contact

For any additonal information, please [email us](mailto:sales@earthdailyagro.com).

<p align="right">(<a href="#top">back to top</a>)</p>

## Copyrights

© EarthDaily | All Rights Reserved.

<p align="right">(<a href="#top">back to top</a>)</p>


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "earthdaily",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Earth Data Store, earthdaily, earthdailyagro, stac",
    "author": "EarthDaily Agro",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a2/f3/4501574cdef0f9de8d635350120d9e02faa57e1ed76e5fc11fa51682fb80/earthdaily-0.1.2.tar.gz",
    "platform": null,
    "description": "<div id=\"top\"></div>\n<!-- PROJECT SHIELDS -->\n<!--\n*** See the bottom of this document for the declaration of the reference variables\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n-->\n\n\n<!-- PROJECT LOGO -->\n<br />\n<p>\n  <h1 >EarthDaily Python Client</h3>\n\n  <p>\n    Your gateway to the Earth Data Store STAC Catalog.\n    <br />\n    <a href=\"https://earthdailyagro.com/\"><strong>Who we are</strong></a>\n    <br />\n    <br />\n    <a href=\"https://github.com/earthdaily/earthdaily-python-client/\">Project description</a>\n    \u00b7\n    <a href=\"https://github.com/earthdaily/earthdaily-python-client/issues\">Report Bug</a>\n    \u00b7\n    <a href=\"https://github.com/earthdaily/earthdaily-python-client/issues\">Request Feature</a>\n  </p>\n</p>\n\n\n<div>\n\n[![PyPI version](https://badge.fury.io/py/earthdaily.png)](https://badge.fury.io/py/earthdaily)\n[![Documentation](https://img.shields.io/badge/Documentation-html-green.svg)](https://earthdaily.github.io/earthdaily-python-client/)\n[![pytest-main](https://github.com/earthdaily/earthdaily-python-client/actions/workflows/pytest-prod.yaml/badge.svg)](https://github.com/earthdaily/earthdaily-python-client/actions/workflows/pytest-prod.yaml)\n\n</div>\n\n\n<!--[![Stargazers][GitStars-shield]][GitStars-url]-->\n<!--[![Forks][forks-shield]][forks-url]-->\n<!--[![Stargazers][stars-shield]][stars-url]-->\n\n\n<!-- TABLE OF CONTENTS -->\n<details open>\n  <summary>Table of Contents</summary>\n  <ol>\n    <li>\n      <a href=\"#about-the-project\">About The Project</a>\n    </li>\n    <li>\n      <a href=\"#getting-started\">Getting Started</a>\n      <ul>\n        <li><a href=\"#prerequisites\">Prerequisites</a></li>\n        <li><a href=\"#installation\">Installation</a></li>\n      </ul>\n    </li>\n    <li><a href=\"#usage\">Usage</a></li>\n    <li><a href=\"#support-development\">Support development</a></li>\n    <li><a href=\"#license\">License</a></li>\n    <li><a href=\"#contact\">Contact</a></li>\n    <li><a href=\"#copyrights\">Copyrights</a></li>\n  </ol>\n</details>\n\n<!-- ABOUT THE PROJECT -->\n## About The Project\n\nIn the realm of geospatial data analysis and Earth observation, the EarthDaily Python package emerges as a powerful toolset that seamlessly connects you to the vast and invaluable Stac catalog Earth Data Store. This package is designed with the vision of simplifying and optimizing your workflow, ensuring that you can harness the full potential of Earth observation data with ease and efficiency.\n\nOur package is built upon a foundation of best practices, meticulously crafted to elevate your data analysis experience. With EarthDaily, you can effortlessly navigate the complexities of datacube creation, including crucial processes like conversion to reflectance and automatic clipping to your area of interest. Additionally, we've taken care to make EarthDaily fully compatible with Dask, enabling you to scale your data preprocessing tasks with confidence and precision.\n\n\n## Features\n\nSee [documentation](https://earthdaily.github.io/earthdaily-python-client/) for more information\n\n## Getting started\n\n### Prerequisites\n\nMake sure you have valid EDS credentials. If you need to get trial access, please contact us.\n\nThis package has been tested on Python 3.10, 3.11 and 3.12.\n\n\n### Installation\n\n#### Using pip \n\n`pip install earthdaily`\n\n#### Planned : Using conda/mamba\n\n### Authentication\nAuthentication credentials are accessed from environment variables. As a convenience python-dotenv is supported. \nCopy the `.env.sample` file and rename to simply `.env` and update with your credentials. This file is gitignored. \nThen add to your script/notebook:\n\n```python3\nfrom dotenv import load_dotenv\n\nload_dotenv()  # take environment variables from .env.\n```\n\n### Usage\n\nSee the documentation for more information.\n\n### Support development\n\nIf you find this package useful, please consider supporting its development.\n\n<!-- CONTRIBUTING -->\n## Support development\n\nIf this project has been useful, that it helped you or your business to save precious time, don't hesitate to give it a star.\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n## License\n\nDistributed under the MIT License. \n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n## Contact\n\nFor any additonal information, please [email us](mailto:sales@earthdailyagro.com).\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n## Copyrights\n\n\u00a9 EarthDaily | All Rights Reserved.\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "earthdaily: easy authentication, search and retrieval of Earth Data Store collections data",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [
        "earth data store",
        " earthdaily",
        " earthdailyagro",
        " stac"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2f34501574cdef0f9de8d635350120d9e02faa57e1ed76e5fc11fa51682fb80",
                "md5": "21db58ec0d2e6475898b596f8e64b27d",
                "sha256": "9d042a385e0b0f440a9d221a47eaac52687cf369f46b200d4eb599e57d245a89"
            },
            "downloads": -1,
            "filename": "earthdaily-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "21db58ec0d2e6475898b596f8e64b27d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 39852,
            "upload_time": "2024-05-15T16:11:12",
            "upload_time_iso_8601": "2024-05-15T16:11:12.899447Z",
            "url": "https://files.pythonhosted.org/packages/a2/f3/4501574cdef0f9de8d635350120d9e02faa57e1ed76e5fc11fa51682fb80/earthdaily-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 16:11:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "earthdaily"
}
        
Elapsed time: 0.27789s