Skip to content

Releases: ASFHyP3/OPERA-DISP-TMS

OPERA-DISP-TMS v0.8.7

11 Sep 23:42
f59924e

Choose a tag to compare

Changed

  • create_measurement_geotiff output now has data type Float32 rather than Float64
  • create_measurement_geotiff output is now compressed and tiled
  • create_tile_map output no longer includes .png files for areas with no data coverage.

OPERA-DISP-TMS v0.8.6

05 May 18:57
d911941

Choose a tag to compare

Changed

  • Masked values for time-series with >= 90% valid spanning-set pixels are now set to 0.

OPERA-DISP-TMS v0.8.5

16 Apr 17:38
f87b1e7

Choose a tag to compare

Changed

  • weekly-tileset-generation.py now submits jobs to hyp3-api.asf.alaska.edu
  • Tilesets now are produced up to zoom level 12
  • Added description of the mosaic strategy to the README

OPERA-DISP-TMS v0.8.4

21 Mar 18:59
114c9cb

Choose a tag to compare

Changed

  • Mosaics are now generated from OPERA_L3_DISP-S1_V1 data in ASF's production archive, rather than the UAT archive.
  • weekly-tileset-generation.py no longer produces displacement mosaics, only velocity mosaics.
  • create_measurement_geotiff.py now scales velocity mosaics to +/- 0.03 m/yr, rather than +/- 0.05 m/yr.
  • weekly-tileset-generation.py no longer includes parameters for OPERA_DISP_TMS jobs removed in HyP3 v10.2.0.

OPERA-DISP-TMS v0.8.3

11 Mar 23:29
8cfd050

Choose a tag to compare

Added

  • Utility scripts get_frame_list_from_cmr.py to list all frames for which data exists in CMR and weekly-tileset-generation to update OPERA tilesets with up-to-date data

OPERA-DISP-TMS v0.8.2

10 Mar 22:00
954d8b3

Choose a tag to compare

Changed

  • create_tile_map now uses median resampling instead of nearest neighbor resampling when building the TMS mosaic.
    Significantly fewer NoData pixels are shown when zoomed out; NoData pixels gradually appear when zooming in.

OPERA-DISP-TMS v0.8.1

17 Feb 22:04
3a10933

Choose a tag to compare

Changed

  • prep_stack.find_needed_granules now filters duplicate granules for the same frame id/reference date/secondary date, keeping the granule with the most recent creation date.

OPERA-DISP-TMS v0.8.0

07 Feb 03:15
2358e6c

Choose a tag to compare

Changed

  • Map scale range is now globally [-0.05, 0.05] for velocity/secant_velocity and [-0.25, 0.25] for displacement.

Fixed

  • Values beyond bounds of measurement are now correctly clipped to the min/max value instead of set to NaN.
  • Units are now m/yr for velocity/secant_velocity and m for displacement.

OPERA-DISP-TMS v0.7.0

04 Feb 23:18
49d1cbd

Choose a tag to compare

Strategy to create the Tile Map Service has been updated to create measurement geotiffs for each OPERA frame, rather
than creating measurement geotiffs for each 1x1 degree tile.

Changed

  • The container now accepts ++process which can be create_measurement_geotiff or create_tile_map.
  • create_measurement_geotiff replaces both generate_sw_disp_tile and generate_sw_vel_tile. This script takes a
    frame id, measurement type, start date, and end date, computes the requested measurement value (displacement,
    secant_velocity, velocity) for the given frame and date range, and outputs a geotiff in EPSG:3857.
  • create_measurement_geotiff and create_tile_map now take --bucket and --bucket-prefix as params and uploads results to bucket
  • create_tile_map downloads all tifs from --bucket and --bucket-prefix params as inputs
  • Changed frame ordering strategy so that near range paths are displayed over far range paths.

Removed

  • generate_metadata_tile.py has been removed, as creation of metadata tiles is no longer necessary
  • frames.py has been removed. The user is now expected to provide the list of OPERA frames for which to create a
    visualization. All necessary data and metadata are available in CMR, so we no longer depend on the OPERA frame
    database.
  • The scripts/ directory has been removed. These helper scripts provided commands for generating a visualization of
    the California data set delivered by the project for initial testing. This application can now act on arbitrary v0.9+
    data in CMR UAT, so the California-specific scripts are no longer necessary.
  • Outdated Design.md describing the previous tile-by-tile strategy has been removed.

OPERA-DISP-TMS v0.6.0

21 Jan 22:39
fd56b70

Choose a tag to compare

Added

  • Add scale range value and units to extent.json output file