Skip to content

issues Search Results · repo:ESDS-Leipzig/cubo language:Python

Filter by

0 results
 (68 ms)

0 results

inESDS-Leipzig/cubo (press backspace or delete to remove)

The saved coord cubo:distance_from_center prevents the data to be reprojected. data_sentinel2_subset = data_sentinel2.isel(time=0) data_sentinel2_subset = data_sentinel2_subset.drop_vars([ cubo:distance_from_center ...
  • Sonicious
  • Opened 
    on Apr 18, 2024
  • #16

Is there a way to get a batched cubo?
  • MartinuzziFrancesco
  • 2
  • Opened 
    on Apr 17, 2024
  • #15

da3 = cubo.create( lat=45.30493249820944, lon=132.6933519142134, collection= sentinel-2-l2a , bands=[ B02 , B03 , B04 ], start_date= 2020-01-01 , end_date= 2021-01-01 , edge_size=64, resolution=10, query={ ...
invalid
  • 765302995
  • 1
  • Opened 
    on Feb 27, 2024
  • #14

If you do not have a project registered in gcloud, it is better to remove this and leave it outside, I think the initialization should depend on the user https://github.com/ESDS-Leipzig/cubo/blob/21a5f5acd83f49152e1c70acc90005016510c652/cubo/cubo.py#L148 ...
  • ryali93
  • 3
  • Opened 
    on Feb 5, 2024
  • #12

The extent of a cubo.create operation is defined using a centerpoint coordinate (lat, lon), and a radius (edge_size). This is a feature request for a GEOJSON based load. Where either a GEOJSON bounding ...
  • isConic
  • 1
  • Opened 
    on Oct 19, 2023
  • #8

I d like to be able to use something like EPSG:4326 to select from my xarray. Reprojection support would be a valuable feature to me. I can understand how the focus of this library should probably just ...
  • isConic
  • 1
  • Opened 
    on Oct 19, 2023
  • #7

Running the example on the README.md produces the following error AssertionError: `out_epsg` not found. out_epsg= EPSG:32618 The code that produces this error: import cubo import xarray as xr da ...
duplicate
  • isConic
  • 1
  • Opened 
    on Jul 6, 2023
  • #5

Hello, Trying the basic example: da = cubo.create( lat=50, lon=10, collection= sentinel-2-l2a , bands=[ B02 , B03 , B04 ], start_date= 2021-06-01 , end_date= 2021-06-10 , edge_size=32, ...
bug
  • benjamindeneu
  • 2
  • Opened 
    on Jun 28, 2023
  • #4

Hello, I ve been trying to use Cubo to download cubes from the Sentinel 5p collection available on the planetary computer: https://planetarycomputer.microsoft.com/dataset/sentinel-5p-l2-netcdf The download ...
  • Frankie91
  • 1
  • Opened 
    on Jun 14, 2023
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub