s1ard icon indicating copy to clipboard operation
s1ard copied to clipboard

introduce geoparquet scene search

Open johntruckenbrodt opened this issue 1 year ago • 2 comments

This adds a new option to search for scenes in geoparquet files created from a STAC collection using stac-geoparquet. A new configuration parameter parquet has been added. Search is performed using a new class search.STACParquetArchive.

Further modifications:

  • search.collect_neighbors:
    • enable usage with ASFArchive and STACArchive
  • search.scene_select:
    • make time stamps timezone-aware (convert user-defined time stamps to UTC before passing them to the respective search method)
    • add additional time range filtering to ensure no returned scene is entirely outside the user-defined time range
  • tile_extraction.aoi_from_tile acceleration by making use of OGR SQL queries
  • bug fixes
    • search.combine_polygons: ensure multipolygon does not have overlapping parts
    • processor: if scene is defined in config, update internal config with its attributes (acquisition mode and product are otherwise wrongly read from the config file)
    • ancillary.get_kml: changed download location: ~/s1ard -> ~/.s1ard
  • additional tests

johntruckenbrodt avatar Sep 16 '24 13:09 johntruckenbrodt