Technical Data sheet: Difference between revisions
Jump to navigation
Jump to search
⚠️Wenzeslaus (talk | contribs) (→Supported Platforms: update list of supported OSs, mostly wording and names) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
''Information here can be outdated. Help GRASS GIS by updating the page.'' | |||
=Technical Data Sheet= | =Technical Data Sheet= | ||
This page is for the design of a technical data sheet for promotion purposes. | This page is for the design of a technical data sheet for promotion purposes. | ||
Line 4: | Line 7: | ||
=Technical Data Sheet Content= | =Technical Data Sheet Content= | ||
==License== | ==License== | ||
* | * GNU General Public License | ||
==Design== | ==Design== | ||
Line 12: | Line 15: | ||
==Programming Language== | ==Programming Language== | ||
* C | * C | ||
* | * Python | ||
* Python with ctypes package to access C API | |||
* Python WebGIS applications | * Python WebGIS applications | ||
Line 23: | Line 27: | ||
==Supported file formats== | ==Supported file formats== | ||
GRASS uses the GDAL/ORG library for the export/import of non-GRASS file formats. | |||
===Supported vector formats=== | ===Supported vector formats=== | ||
ASCII, ARC/INFO ungenerate, ARC/INFO E00, ArcView SHAPE (with topology correction), BIL, DLG (U.S.), DXF, DXF3D, GMT, GPS-ASCII, USGS-DEM, IDRISI, MOSS, MapInfo MIF, TIGER, VRML | ASCII, ARC/INFO ungenerate, ARC/INFO E00, ArcView SHAPE (with topology correction), BIL, DLG (U.S.), DXF, DXF3D, GMT, GPS-ASCII, USGS-DEM, IDRISI, MOSS, MapInfo MIF, TIGER, VRML | ||
Line 31: | Line 36: | ||
===Supported image formats=== | ===Supported image formats=== | ||
CEOS (SAR, SRTM, LANDSAT7 etc.), ERDAS LAN, HDF, LANDSAT TM/MSS, NHAP aerial photos, SAR, SPOT | CEOS (SAR, SRTM, LANDSAT7 etc.), ERDAS LAN, HDF, LANDSAT TM/MSS, NHAP aerial photos, SAR, SPOT | ||
===Supported Databases=== | |||
* DBF - {{cmd|grass-dbf}} | |||
* [[PostGIS|PostgreSQL / PostGIS]] - {{cmd|grass-pg}} | |||
* MySQL - {{cmd|grass-mysql}} / {{cmd|grass-mesql}} | |||
* SQLite - {{cmd|grass-sqlite}} | |||
* ODBC Driver - {{cmd|grass-odbc}} | |||
==Supported Platforms== | ==Supported Platforms== | ||
* MacOS X | Platform (operating systems) GRASS GIS is supported on: | ||
* Linux (different GNU/Linux distributions) | |||
* macOS (formerly MacOS X) | |||
* POSIX-oriented and Unix-like operating system | |||
* Microsoft Windows | |||
== See also == | |||
* | * [[GRASS GIS Performance]] | ||
* [[Software requirements specification]] | |||
[[Category:Promotion]] | [[Category:Promotion]] |
Latest revision as of 20:31, 2 September 2018
Information here can be outdated. Help GRASS GIS by updating the page.
Technical Data Sheet
This page is for the design of a technical data sheet for promotion purposes.
Technical Data Sheet Content
License
- GNU General Public License
Design
- Modular design
- consists of more than 350 stand alone modules
Programming Language
- C
- Python
- Python with ctypes package to access C API
- Python WebGIS applications
Data management capabilities
- Raster / vector processing
- 3D raster / vector modelling
- Image manipulation
- Network analyses
- Geostatistics (R language)
Supported file formats
GRASS uses the GDAL/ORG library for the export/import of non-GRASS file formats.
Supported vector formats
ASCII, ARC/INFO ungenerate, ARC/INFO E00, ArcView SHAPE (with topology correction), BIL, DLG (U.S.), DXF, DXF3D, GMT, GPS-ASCII, USGS-DEM, IDRISI, MOSS, MapInfo MIF, TIGER, VRML
Supported raster formats
ASCII, ARC/GRID, E00, GIF, GMT, TIF, PNG, ERDAS LAN, Vis5D, SURFER (.grd)
Supported image formats
CEOS (SAR, SRTM, LANDSAT7 etc.), ERDAS LAN, HDF, LANDSAT TM/MSS, NHAP aerial photos, SAR, SPOT
Supported Databases
- DBF - grass-dbf
- PostgreSQL / PostGIS - grass-pg
- MySQL - grass-mysql / grass-mesql
- SQLite - grass-sqlite
- ODBC Driver - grass-odbc
Supported Platforms
Platform (operating systems) GRASS GIS is supported on:
- Linux (different GNU/Linux distributions)
- macOS (formerly MacOS X)
- POSIX-oriented and Unix-like operating system
- Microsoft Windows