GNS-Science / solvis-graphql-api

solvis-graphql-api
GNU Affero General Public License v3.0
1 stars 0 forks source link

SOLVIS_GRAPHQL_API Feature: all ruptures #6

Closed chrisdicaprio closed 1 year ago

chrisdicaprio commented 1 year ago

We want to get fault sections ~ruptures~ without geographic filter (i.e. no need to specify location and radius). Retain filter on magnitude and rate

chrisbc commented 1 year ago

example query:


  SOLVIS_analyse_solution (
    input:{
      solution_id:"U2NhbGVkSW52ZXJzaW9uU29sdXRpb246MTIwNzIy"
      location_codes: []
      ...etc etc   
  }
}
chrisbc commented 1 year ago

@chrisdicaprio sorry I closed this and I shoudn't have . It's WIP