mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:57:08 +00:00
Add missing shots to structured sequence export files.
Closes #8, #9, #12.
This commit is contained in:
@@ -54,7 +54,7 @@ def seis_data (survey):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
print(f"Processing sequence {sequence['sequence']}")
|
print(f"Processing sequence {sequence['sequence']}")
|
||||||
url = f"http://localhost:3000/api/project/{survey['id']}/event?sequence={sequence['sequence']}"
|
url = f"http://localhost:3000/api/project/{survey['id']}/event?sequence={sequence['sequence']}&missing=t"
|
||||||
headers = { "Accept": "application/vnd.seis+json" }
|
headers = { "Accept": "application/vnd.seis+json" }
|
||||||
r = requests.get(url, headers=headers)
|
r = requests.get(url, headers=headers)
|
||||||
if r.status_code == requests.codes.ok:
|
if r.status_code == requests.codes.ok:
|
||||||
|
|||||||
Reference in New Issue
Block a user