Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S shakyground2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Shakemap
  • shakyground2
  • Merge requests
  • !15

Adds exporters for shakemap raster formats (geotiff/esri ascii) and contours (geojson)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Graeme Weatherill requested to merge gweather/shakyground2:feature/exporters_202104 into master Apr 13, 2021
  • Overview 4
  • Commits 14
  • Pipelines 5
  • Changes 5

Addresses #16 (closed)

A preliminary set of exporters is added to the Shakemap class to cover the initial needs of the EarthExplorer project:

  1. Transformation of the shakemap to raster and direct export to GeoTIFF or to ESRI ASCII file

  2. Retrieval of contours from the shakemap and export these to GeoJSON

For the handling of the raster format I am currently using rasterio (now added to the dependencies). Future merge requests may add features that require more direct use of the GDAL libraries for handling rasters (e.g. geopackage), in which case the GeoTIFF exporter may be replaced with one based on GDAL and the rasterio dependency removed.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/exporters_202104