معرفی شرکت ها


eodag-labextension-3.3.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Searching remote sensed imagery from various image providers
ویژگی مقدار
سیستم عامل -
نام فایل eodag-labextension-3.3.1
نام eodag-labextension
نسخه کتابخانه 3.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده CS Group
ایمیل نویسنده admin@geostorm.eu
آدرس صفحه اصلی https://github.com/CS-SI/eodag-labextension
آدرس اینترنتی https://pypi.org/project/eodag-labextension/
مجوز Apache-2.0
# eodag-labextension [![JupyterLab v3](https://badge.fury.io/py/eodag-labextension.svg)](https://badge.fury.io/py/eodag-labextension) [![JupyterLab v3](https://img.shields.io/badge/jupyterlab-3.x-orange?logo=jupyter)](https://jupyter.org/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Fgithub.com%2FCS-SI%2Feodag-labextension.git/master?urlpath=lab%2Ftree%2Fnotebooks%2Fbasic_usage.ipynb) Searching and browsing remote sensed imagery directly from JupyterLab. ![screencast](https://raw.githubusercontent.com/CS-SI/eodag-labextension/develop/notebooks/images/eodag_labext_screencast.gif) This extension is using the [eodag](https://github.com/CS-SI/eodag) library to efficiently search from various image providers. It can transform search results to code cells into the active Python notebook to further process/visualize the dataset. The extension is composed of a Python package named `eodag-labextension`, and add a tab into the left panel of Jupyter Lab. The package consist of a Python Jupyter notebook REST service consumed by the client and served at `/eodag/` or `/user/<username>/eodag/` for JupyterHub (a home page is available at that URL). - [Requirements](#requirements) - [Compatibility](#compatibility) - [Install](#install) - [Configuration](#configuration) - [QuickStart](#quickstart) - [Search](#search) - [Results overview](#results-overview) - [Apply to the Jupyter notebook](#apply-to-the-jupyter-notebook) - [User manual](#user-manual) - [Contribute](#contribute) - [Troubleshooting](#troubleshooting) - [License](#license) ## Requirements - pip >= 21.0 ## Compatibility - newest `eodag-labextension` versions are compatibles with JupyterLab v3 - v3.1.3 is the latest version compatible with JupyterLab v2 - v2.1.3 is the latest version compatible with JupyterLab v1 ## Install ```bash pip install eodag-labextension ``` You can also uninstall it quite simply. ```bash pip uninstall eodag-labextension ``` ### Configuration eodag configuration file should be localized at `~/.config/eodag/eodag.yaml` (see [eodag documentation](https://eodag.readthedocs.io/en/latest/getting_started_guide/configure.html)). Make sure that that file is configured properly. ## QuickStart You can use `eodag-labextension` inside a Jupyter notebook. Start Jupyter lab with `jupyter lab`, and in Jupyter lab open a notebook. ## Search ![extension logo](https://raw.githubusercontent.com/CS-SI/eodag-labextension/develop/notebooks/images/eodag_labext_icon.png) Click on this icon in the left of JupyterLab interface to open EODAG-Labextension tab. ![form](https://raw.githubusercontent.com/CS-SI/eodag-labextension/develop/notebooks/images/eodag_labext_form.png) With displayed search form, you can enter search extent and following search criteria: - **Product type**: the searched product type. List filtering is performed using product types description keywords. For each entry of the drop-down list, a tooltip is displayed at hovering time with corresponding description. ![product types](https://raw.githubusercontent.com/CS-SI/eodag-labextension/develop/notebooks/images/eodag_labext_product_types.png) - **Date range**: minimal and maximal dates of the search temporal window. - **Max cloud cover**: maximum cloud cover allowed in search results in percent. 100% will disable cloud cover filtering. - **Additional parameters**: used to enter key-value pairs criteria for the request. See [available parameters in EODAG documentation](https://eodag.readthedocs.io/en/stable/add_provider.html#opensearch-parameters-csv). As **search geometry** you can draw multiple extents, or use none. Each extent can be a rectangle or a free polygon. _Product type is mandatory. Other criteria are optional._ Once search criteria are filled out, click on: - `Generate Code` to automatically generate and insert the corresponding eodag search code bellow the active cell. - `Preview Results` to perform a search in background, display results, and generate search code in a second step. ![settings logo](https://raw.githubusercontent.com/CS-SI/eodag-labextension/develop/notebooks/images/eodag_labext_settings_icon.png) Click on this icon to open EODAG-Labextension settings. You will be enable to choose whether newly inserted code should replace existing search code or not. ### Results overview ![extension popup](https://raw.githubusercontent.com/CS-SI/eodag-labextension/develop/notebooks/images/eodag_labext_popup.png) The results overview popup is compopsed of 3 parts: - a map showing products extent, - a table listing products, - a pane containing metadata for currently selected product. The results table allows you to access product metadata by clicking on the desired product line. The magnifying glass button allows you to zoom in on the product's in the map view. By scrolling down in the list of results, the search is automatically restarted to retrieve the following results. In the metadata view, clicking on the _Quicklook_ displays it in native resolution. Clicking it again reduces its size again. ### Apply to the Jupyter notebook If the search result is correct, clicking on the "`Generate code`" button will insert the Python eodag code in a new cell after the selected cell of the currently open notebook. The popup is automatically closed. From there, it is possible to work in the notebook on the search results by executing the eodag search. Here is an example of generated code: ```python from eodag import EODataAccessGateway, setup_logging setup_logging(1) # 0: nothing, 1: only progress bars, 2: INFO, 3: DEBUG dag = EODataAccessGateway() geometry = "POLYGON ((0.550136 43.005451, 0.550136 44.151469, 2.572104 44.151469, 2.572104 43.005451, 0.550136 43.005451))" search_results, total_count = dag.search( productType="S2_MSI_L1C", geom=geometry, start="2021-08-01", end="2021-08-11", cloudCover=17, ) ``` ### User manual Please refer to the [user manual notebook](https://github.com/CS-SI/eodag-labextension/blob/develop/notebooks/user_manual.ipynb) for results usage examples. ## Contribute Have you observed a bug while running `eodag-labextension`? Do you have a suggestion for a new feature? Don't hesitate and open an issue or submit a pull request, contributions are most welcome! For guidance on setting up a development environment and how to make a contribution to `eodag-labextension`, see the [contributing guidelines](https://github.com/CS-SI/eodag-labextension/blob/develop/CONTRIBUTING.md). ## Troubleshooting If you are seeing the frontend extension, but it is not working, check that the server extension is enabled: ```bash jupyter server extension list ``` If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed: ```bash jupyter labextension list ``` To submit an issue, please go to [github issues](https://github.com/CS-SI/eodag-labextension/issues). ## License This software is licensed under Apache License v2.0. See LICENSE file for details. _Copyright 2022 CS GROUP - France All rights reserved_


نیازمندی

مقدار نام
~=3.0 jupyterlab
<7.0.0,>=6.0.3 tornado
<7.0.0,>=6.0.3 notebook
>=2.8.0 eodag[notebook]
- black
- pre-commit


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl eodag-labextension-3.3.1:

    pip install eodag-labextension-3.3.1.whl


نصب پکیج tar.gz eodag-labextension-3.3.1:

    pip install eodag-labextension-3.3.1.tar.gz