eo-datasets icon indicating copy to clipboard operation
eo-datasets copied to clipboard

Easily write, validate and convert EO datasets and metadata.

Results 33 eo-datasets issues
Sort by recently updated
recently updated
newest added

Reported by Belle and Toktam ``` warnings.warn( Traceback (most recent call last): File "le_lccs_odc.py", line 74, in gridded_classification.run_classification( File "/home/jovyan/livingearth_lccs/le_lccs/le_utils/gridded_classification.py", line 366, in run_classification export_obj.write_xarray(l4_out_classification_array, **product.config()) File "/home/jovyan/livingearth_lccs/le_lccs/le_export/gridded_export.py", line 187,...

See: https://github.com/stac-extensions/processing This would be a nice alternative or complement to the proc-info yaml.

Hi, I'm trying to create datasets definitions using eo-datasets, but I'm running into a problem regarding incomplete datasets. I have created and correctly indexed a Product Definition having 6 measurements....

I'm trying to index some MODIS HDF files, my understanding looking at some examples (i.e. [this one](https://datacube-core.readthedocs.io/en/stable/ops/dataset_documents.html#eo3-format)) is that I should produce datasets documents having something like: ```yaml measurements: lc_type_1:...

https://docs.github.com/en/actions/creating-actions

enhancement

Example eo3-prepare sentinel-l1 /g/data/fj7/Copernicus/Sentinel-2/MSI/L1C/2016/2016-11/50S155E-55S160E/S2A_OPER_PRD_MSIL1C_PDMC_20161130T025434_R058_V20161127T231132_20161127T231132.zip --output-base . Result /g/data/v10/private/modules/ard-pipeline/devv2.1/lib/python3.6/site-packages/eodatasets3/assemble.py:322: UserWarning: Closing assembler without finishing. Either call `done()` or `cancel() before closing` "Closing assembler without finishing. " Traceback (most recent call last):...

Hi, @jeremyh , How are you. The method add_source_dataset() supports auto_inherit_properties option, which can pass the properties from source dataset to metadata. When has more than one source datasets, the...

Oh wow, with no platform specified at all in that test it's marking it as "ls". I assume we don't want that. It's because the derivate code assumes platform is...

This is for branch `network-fs-support-newbase`, but just to keep track. When moving temp data from `/some/temp_dir/*` to `s3://bucket/final/destination/` we expect that files from `/some/temp_dir/` are copied to s3, but the...