Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: ESDS-Leipzig/cubo

2024.8.0

19 Aug 10:57
9036213
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

cubo v2024.8.0 🛰️ 🧊

  • Fix: Avoid Google Earth Engine initialization withincubo.
Assets2
Loading

2024.6.0

23 Jun 14:25
514a5cc
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

cubo v2024.6.0 🛰️ 🧊

  • Pinned:numpy<2.0.0 asstackstac breaks withnumpy>=2.0.0.
Loading

2024.1.1

26 Jan 12:54
21a5f5a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

cubo v2024.1.1 🛰️ 🧊

Now supporting different units foredge_size! 🥳

  • Added theunits argument tocubo.create().
  • Added support forscipy.constants units.
Loading

2024.1.0

21 Jan 16:25
Compare
Choose a tag to compare
Loading

cubo v2024.1.0 🛰️ 🧊

Now supporting Google Earth Engine! 🥳

  • Added support for Google Earth Engine.
  • Added thegee argument tocubo.create().
  • Added support forstackstac keyword arguments.
  • Added thestackstac_kw argument tocubo.create().
Loading
aazuspan and initze reacted with heart emoji
2 people reacted

2023.12.0

23 Dec 20:53
Compare
Choose a tag to compare
Loading

cubo v2023.12.0 🛰️ 🧊

  • This version enables preservation via Zenodo.
Loading

2023.7.2

29 Jul 14:15
Compare
Choose a tag to compare
Loading

cubo v2023.7.2 🛰️ 🧊

  • Addedcubo:distance_from_center coordinate.
Loading

2023.7.1

26 Jul 14:21
Compare
Choose a tag to compare
Loading

cubo v2023.7.1 🛰️ 🧊

  • Replacedget_all_items byitem_collection.
Loading
ambarja reacted with thumbs up emoji
1 person reacted

2023.7.0

09 Jul 12:41
Compare
Choose a tag to compare
Loading

cubo v2023.7.0 🛰️ 🧊

  • Fixed the required datatype of the EPSG code for stackstac (#4).
  • Pinned latest versions:dask>=2023.7.0,pandas>=2.0.3,planetary_computer>=1.0.0,pystac_client>=0.7.2,stackstac>=0.4.4, andxarray>=2023.6.0.
Loading

0.1.0

16 Feb 09:46
Compare
Choose a tag to compare
Loading

cubo v0.1.0 🛰️ 🧊 (First Release!) 🚀

Easily create EO mini cubes from STAC in Python

Cubo Description

Features

Main function:create()

cubo is pretty straightforward, everything you need is in thecreate() function:

da=cubo.create(lat=4.31,lon=-76.2,collection="sentinel-2-l2a",bands=["B02","B03","B04"],start_date="2021-06-01",end_date="2021-06-10",edge_size=64,resolution=10,)

Using another endpoint

By default,cubo uses Planetary Computer. But you can use another STAC provider endpoint if you want:

da=cubo.create(lat=4.31,lon=-76.2,collection="sentinel-s2-l2a-cogs",bands=["B05","B06","B07"],start_date="2020-01-01",end_date="2020-06-01",edge_size=128,resolution=20,stac="https://earth-search.aws.element84.com/v0")

Keywords for searching data

You can passkwargs topystac_client.Client.search() if required:

da=cubo.create(lat=4.31,lon=-76.2,collection="sentinel-2-l2a",bands=["B02","B03","B04"],start_date="2021-01-01",end_date="2021-06-10",edge_size=64,resolution=10,query={"eo:cloud_cover": {"lt":10}}# kwarg to pass)
Loading
aazuspan reacted with hooray emoji
1 person reacted

[8]ページ先頭

©2009-2025 Movatter.jp