MetaCRS¶
Transformacje pomiędzy układami współrzędnych¶
The group of MetaCRS projects provide libraries of methods to transform between different coordinate reference systems. A geographic coordinate reference systems allows all points on the earth to be described as set of coordinates (such as latitude, longitude and elevation). Different systems are used to represent the 3 dimensional earth on a flat, 2 dimensional map.
The MetaCRS libraries are included in other projects and some are also available via a command line interface.
The sub-projects that make up MetaCRS include:
- PROJ.4 (C++) - używany w MapServer, GRASS GIS, PostGIS, Mapnik, Thuban, OGDI, TopoCad, OGRCoordinateTransformation i wielu innych.
- Proj4js (JavaScript) - używany w OpenLayers.
- CS-Map (C++) - używany w MapGuide.
- GeoTIFF/libgeotiff (C++).
- Proj4J (Java).
- SpatialReference.org - Strona internetowa to retrieve coordinate system definitions.
Główne funkcje¶
- Provides point transformation from one coordinate reference system to another.
- Includes transformation between datums.
- Large number of projection classes supported.
Zaimplementowane standardy¶
The projects typically use coordinate system definitions as defined by the European Petroleum Survey Group (EPSG) and defined in Well Known Text (WKT) format.
PROJ.4¶
Strona internetowa: http://trac.osgeo.org/proj/
Licencja: X/MIT style Open Source license
Wersja programu: 4.7.0
Systemy operacyjne: Windows, Linux, Mac
Interfejsy API: C, C++, Python, Java, Ruby
Proj4js¶
Strona internetowa: http://proj4js.org
Licencja: X/MIT style Open Source license
Wersja programu: 1.1.0
Systemy operacyjne: Windows, Linux, Mac
Interfejsy API: JavaScript
CS-Map¶
Strona internetowa: http://trac.osgeo.org/csmap/
Licencja: custom
Wersja programu: 13.0
Systemy operacyjne: Windows, Linux, Mac
Interfejsy API: C, C++
GeoTIFF/libgeotiff¶
Strona internetowa: http://trac.osgeo.org/geotiff/
Licencja: X/MIT style Open Source license
Wersja programu: 1.4.0
Wsparcie: http://lists.maptools.org/mailman/listinfo/geotiff
Proj4J¶
Strona internetowa: http://trac.osgeo.org/proj4j/
Licencja: Licencja Apache, wersja 2.0
Wersja programu:
Systemy operacyjne: Windows, Linux, Mac
Interfejsy API: Java