Upwork
Create a webservice to deliver a skyline vector and sky view factor from a Digital Surface Model
The project is to create a Webservice to be run on either AWS, Azure or Google Cloud.
The API should have a coordinate as its argument,
The API should present a list from North to North with how many degrees above the real horizon visible horizon is:
-180
16,4
-172,5
18,7
-165
19,9
-157,5
20,6
-150
20,2
-142,5
20,6
-135
21
-127,5
21,4
-120
22,2
-112,5
22,2
-105
20,6
-97,5
18,7
-90
18
-82,5
17,6
-75
16
-67,5
16
-60
15,7
-52,5
15,7
-45
15,7
-37,5
15,7
-30
15,7
-22,5
5,7
-15
5
-7,5
6,1
0
8
7,5
9,2
15
11,1
22,5
11,5
30
10,7
37,5
9,9
45
8,8
52,5
7,6
60
8,4
67,5
7,6
75
6,9
82,5
7,3
90
6,9
97,5
5,7
105
3,4
112,5
2,7
120
2,3
127,5
3,1
135
5,3
142,5
5,7
150
6,1
157,5
9,2
165
11,8
172,5
14,1
180
16,4
South is 0 degrees. Attached is a visualization of these resulting data.
The data should be returned in JSON and CSV based on request parameter.
In addition the Webservice should provide a Sky View Factor for the coordinate given.
The Service should be built on the DOM1…