You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ElevationWebApi
2
2
3
-
A .net core elevation service that uses memory mapped hgt files to return elevation information for a given latitude and longitude array.
3
+
A .net core elevation service that uses memory mapped hgt files or in memory files to return elevation information for a given latitude and longitude array.
Now surf to `localhost:12345/swagger/` to get a simple UI to interact with the elevation service
12
12
13
-
This repository was only tested for elevation for Israel, which is a small country and the implementation be might be enough, it might not be the case for bigger countries.
13
+
This service was tested on the entire world with memory mapped files and on a small country with in memory files.
14
14
15
15
This service supports both GET and POST methods for getting the elevation.
16
16
You can place in the elevation folder zip or bz2 compressed files and the service will decompress them when booting up.
17
17
18
-
This docker file is also available on docker hub: `israelhikingmap/elevationwebapi`
18
+
This docker image is also available on docker hub: `israelhikingmap/elevationwebapi`
19
19
20
20
You can choose between two types of elevation providers by specifying the `ELEVATION_PROVIDER` environment variable:
0 commit comments