mliukis

Results 14 issues of mliukis

As @alex-s-gardner pointed out, the paper and production code need to be corrected in computations of `v_error`: https://github.com/nasa-jpl/autoRIFT/blob/e683e485b0e194a0b63def90ccbdee11ad56fb2a/netcdf_output.py#L697 It should be changed to: `v_err = (vx_err.*abs(vx) + vy_err.*abs(vy))./v`

bug

When saving corrected or cropped S1 granules to NetCDF file, `scale_factor` and `add_offset` attributes were lost when storing values as `short` datatype (the attributes belong to the `encoding` settings and...

Add new `sensor_uid1` & `sensor_uid2` data variables of Uint8 type to datacubes. Both variables should have description of unique values: `description: unique sensor id: 4 = Landsat 4, 5 =...

Using granules `img_pair_info` variable, add binary array for 'ascending/descending' to the corresponding layers of the datacubes. Call new variables: ``` ascending1 = [true/false] ascending2 = [true/false] ```

Various fixes as we started building v2 mosaics: * New way to merge multi-EPSG mosaics: take values that correspond to the maximum count0 overall * sensor_flag attribute, encoding changes: reverse...

* Modify composites code for the **sensor_flag**: * Reverse the meaning of 0 and 1: 0 - included, 1 - excluded. This will allow for more intuitive display of data...

**Finish granule processing:** - [x] Finish remaining L7 processing @jhkennedy - [x] Transfer granules to s3://its-live-data @mliukis **Fix S1 granules:** - [x] develop and validate S1 correction workflow @mliukis -...

Currently used naming convention for the datacubes http://its-live-data.s3.amazonaws.com/datacubes/v2/S50W070/ITS_LIVE_vel_EPSG32718_G0120_X450000_Y4450000.zarr should be changed to be consistent with corresponding composites: http://its-live-data.s3.amazonaws.com/datacubes/v2/S50W070/ITS_LIVE_**velocity**_EPSG32718_**120m**_X450000_Y4450000.zarr To change global attributes within each of the datacubes in place (thanks...

This is a follow up issue to address once all S1 granules have restored their original M11 and M12 values (see issue #18): fix M11 and M12 values in datacubes...

## The following changes are required for: ### Elevation: - [x] Fix mapping attributes for `ANT_G1920V01_GroundedIceHeight.nc` according to NSIDC standard - [x] Create premet and spacial files for ingest -...

bug
enhancement