issues
search
citysciencelab
/
urban-model-platform
This repository contains a prototype for a urban model platform. It is written in Python and implements the OGC API Processes Standard as an execution management service.
GNU General Public License v3.0
9
stars
1
forks
source link
Small fixes
#28
Closed
StefanSchuhart
closed
2 months ago
StefanSchuhart
commented
2 months ago
This branch contains small changes to address some issues:
removed dependencies on non-mandatory keys (#10)
fixed issues in production Dockerfile
get JobID from location header when path is relative
fixed wrong response (jobID instead of job_id) when executing a process
added prefer respond-async header when sending an execution request to remote servers
This branch contains small changes to address some issues: