-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathsoftware_eng.htm
More file actions
67 lines (58 loc) · 4.68 KB
/
Copy pathsoftware_eng.htm
File metadata and controls
67 lines (58 loc) · 4.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!--
Copyright (c) 2015, OpenWebGIS, Fedor Kolomeyko <[email protected]>
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<html>
<head>
<title>OpenWebGIS: Software</title>
<link rel="icon" href="imgopen/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="imgopen/favicon.ico" type="image/x-icon">
</head>
<link rel="stylesheet" href="openlayers/theme/default/style.css" type="text/css" />
<link rel="stylesheet" href="openlayers/theme/default/google.css" type="text/css">
<style type="text/css">
</style>
<body>
<h3><a href="/gis"><img src="imgopen/opengis.png" ></a>
</h3><br>
OpenWebGIS is created on the base of open-source software - the software with the open source code.<br>
<a>For this project implementation the following software was chosen<a>: <br>
<p align="justify">
1.<a href="http://geoserver.org" target="_blank">Geoserver</a>-is an open source software server written in Java that allows users to share and edit geospatial data.<br>
Designed for interoperability, it publishes data from any major spatial data source using open standards;</p>
<p align="justify">
2.<a href="http://www.openlayers.org/" target="_blank">OpenLayers<a> - OpenLayers makes it easy to put a dynamic map in any web page.<br> It can display map tiles and
markers loaded from any source. OpenLayers has been developed to further the use of geographic information of all kinds. OpenLayers is completely free,
Open Source JavaScript, released under the 2-clause BSD License (also known as the FreeBSD) ;<p>
<p align="justify">
3.<a href="http://postgis.refractions.net/" target="_blank">PostGIS</a> - PostGIS adds support for geographic objects to the PostgreSQL object-relational database.<br> In effect, PostGIS
"spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS) ;</p>
<p align="justify">
4.<a href="http://proj4js.org/" target="_blank">Proj4js</a> - Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including
datum transformations. (http://trac.osgeo.org/proj4js/) ;</p>
<p align="justify">
5.<a href="https://cesiumjs.org" target="_blank">Cesium</a> - Cesium is an open source JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization;</p>
<p align="justify">
6.<a href="http://www.naturalearthdata.com" target="_blank">Political map</a> - is taken from http://www.naturalearthdata.com</p>
<p align="justify">
7.<a href="https://github.com/shashwatak/satellite-js" target="_blank">The algorithm for calculating the satellite parameters at any particular point in time</a> - is taken from Shashwat Kandadai https://github.com/shashwatak/satellite-js</p>
<p align="justify">
8.<a href="http://osmbuildings.org/examples" target="_blank">OSM Buildings </a> -OSM Buildings is JavaScript library for visualizing OpenStreetMaps building geometry on interactive maps. 'OSM Buildings' creates a 3D representation of buildings from OpenStreetMap (OSM) data on a 2D map. OSM Buildings does not generate a real 3D model but uses a clever shading technique to make buildings appear ‘3D’.Copyright (c) 2014, OSM Buildings, Jan Marsch <[email protected]> All rights reserved. Download library: https://github.com/kekscom/osmbuildings</p>
</body>
</html>