Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Keywords
earth-engine
earth-engine-python-api
stac
Last synced: 6 months ago
·
JSON representation
·
Repository
Google Earth Engine STAC
Basic Info
- Host: GitHub
- Owner: fitoprincipe
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://geestac.readthedocs.io/en/latest/
- Size: 68.4 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 1
Topics
earth-engine
earth-engine-python-api
stac
Created about 1 year ago
· Last pushed 8 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
Authors
README.rst
Google Earth Engine STAC (geestac)
##################################
.. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative&logoColor=white
:target: LICENSE
:alt: License: MIT
.. |commit| image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?logo=git&logoColor=white
:target: https://conventionalcommits.org
:alt: conventional commit
.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: ruff badge
.. |prettier| image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier&logoColor=white
:target: https://github.com/prettier/prettier
:alt: prettier badge
.. |pre-commmit| image:: https://img.shields.io/badge/pre--commit-active-yellow?logo=pre-commit&logoColor=white
:target: https://pre-commit.com/
:alt: pre-commit
.. |pypi| image:: https://img.shields.io/pypi/v/geestac?color=blue&logo=pypi&logoColor=white
:target: https://pypi.org/project/geestac/
:alt: PyPI version
.. |build| image:: https://img.shields.io/github/actions/workflow/status/fitoprincipe/geestac/unit.yaml?logo=github&logoColor=white
:target: https://github.com/fitoprincipe/geestac/actions/workflows/unit.yaml
:alt: build
.. |coverage| image:: https://img.shields.io/codecov/c/github/fitoprincipe/geestac?logo=codecov&logoColor=white
:target: https://codecov.io/gh/fitoprincipe/geestac
:alt: Test Coverage
.. |docs| image:: https://img.shields.io/readthedocs/geestac?logo=readthedocs&logoColor=white
:target: https://geestac.readthedocs.io/en/latest/
:alt: Documentation Status
|license| |commit| |ruff| |prettier| |pre-commmit| |pypi| |build| |coverage| |docs|
Overview
--------
This packages provides an easy and straightforward way of getting Google Earth
Engine STAC information.
To take fully advantage of this package is recommended to use it in runtime
due to `lazy evaluation `__
Installation
------------
.. code-block:: bash
pip install geestac
Usage
-----
.. code-block:: python
from geestac import eecatalog
# a lazy object does not contain the complete data but only the reference (name and url)
landsat_lazy = eecatalog.LANDSAT
# to fetch all data you need to call it
landast = eecatalog.LANDSAT()
# if you do this in runtime, the `landsat` object contains all datasets as attributes
# if you don't do it in runtime you won't be able to see the datasets (attributes)
# it works the same with datasets
# lazy dataset
l9_lazy = landsat.LC09_C02_T1
# fetch L9 data
l9 = landsat.LC09_C02_T1()
Credits
-------
Author: Rodrigo E. Principe
This package was created with `Copier `__ and the `@12rambau/pypackage `__ 0.1.16 project template.
Owner
- Name: Rodrigo E. Principe
- Login: fitoprincipe
- Kind: user
- Location: Argentina
- Company: LDC
- Website: http://elgeekforestal.blogspot.com
- Repositories: 10
- Profile: https://github.com/fitoprincipe
I work mainly with Google Earth Engine, using the Python API. I am exploring Kivy for multiplataform programming in python. I'm a Forest Engineer.
Citation (CITATION.cff)
cff-version: "1.2.0"
message: "If you use this software, please cite it as below."
authors:
- family-names: "Principe"
given-names: "Rodrigo Esteban"
orcid: "https://orcid.org/0000-0000-0000-0000"
title: "geestac"
version: "0.0.1"
doi: ""
date-released: "2025-02-17"
url: "https://github.com/fitoprincipe/geestac"
GitHub Events
Total
- Create event: 4
- Issues event: 1
- Release event: 1
- Push event: 23
- Pull request event: 2
Last Year
- Create event: 4
- Issues event: 1
- Release event: 1
- Push event: 23
- Pull request event: 2
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Rodrigo E. Principe | f****2@g****m | 35 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 2
- Total pull requests: 1
- Average time to close issues: 2 days
- Average time to close pull requests: about 9 hours
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 1
- Average time to close issues: 2 days
- Average time to close pull requests: about 9 hours
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- fitoprincipe (2)
Pull Request Authors
- fitoprincipe (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 38 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: geestac
Google Earth Engine STAC
- Homepage: https://github.com/fitoprincipe/geestac
- Documentation: https://geestac.readthedocs.io/
- License: MIT
-
Latest release: 0.0.1
published 11 months ago
Rankings
Dependent packages count: 9.3%
Average: 30.9%
Dependent repos count: 52.5%
Maintainers (1)
Last synced:
7 months ago