Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Antonio Rueda
/
SPSLAPI
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c7c3060
authored
Oct 11, 2019
by
Antonio
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Solved some that were not updated in the file
parent
5ac1115a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
mcapi.yml
mcapi.yml
View file @
5c7c3060
...
...
@@ -2,7 +2,7 @@ swagger: "2.0"
info
:
description
:
>
Simple
rest
API for access to massive point clouds repositories.
Simple
REST
API for access to massive point clouds repositories.
Point clouds are spatially indexed using the coordinates of their
bounding boxes. Each model has an associated data (raw point data or in laz format).
...
...
@@ -192,9 +192,15 @@ paths:
name
:
modelName
description
:
Model name
required
:
true
schema
:
type
:
string
format
:
binary
type
:
string
responses
:
200
:
description
:
Successful operation
schema
:
type
:
string
format
:
binary
404
:
description
:
Unknown workspace or model
post
:
tags
:
...
...
@@ -212,9 +218,8 @@ paths:
name
:
modelName
description
:
Model name
required
:
true
schema
:
type
:
string
format
:
binary
type
:
string
format
:
binary
-
in
:
body
name
:
dataToUpload
description
:
model data to upload
...
...
@@ -222,7 +227,6 @@ paths:
schema
:
type
:
string
format
:
binary
responses
:
200
:
description
:
Successful operation
...
...
@@ -253,21 +257,20 @@ definitions:
Model
:
type
:
object
description
:
Georreferenced model (normally a point cloud)
.
description
:
Georreferenced model (normally a point cloud)
properties
:
name
:
type
:
string
description
:
Name of the model.
description
:
type
:
string
description
:
Description and purpose of the model
.
description
:
Description and purpose of the model
dateAdquisition
:
type
:
string
format
:
"
date-time"
description
:
Date and time of a
quisition of the model.
description
:
Date and time of a
cquisition
bbox
:
$ref
:
'
#/definitions/GeorefBox'
description
:
Georreferenced bounding box of the model.
required
:
-
name
-
bbox
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment