Archeology: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (remove hardcoded version specific urls, use latest version)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
== Georeferencing ==
== Georeferencing ==


* Georeferencing of point clouds: get your data from an arbitrary coordinates system into real world projections: {{cmd|v.rectify|version=70}}. It also perform 3D transformation (affine and polynomial). Working even with very large point clouds (several million points in a few minutes).
* Georeferencing of point clouds: get your data from an arbitrary coordinates system into real world projections: {{cmd|v.rectify}}. It also perform 3D transformation (affine and polynomial). Working even with very large point clouds (several million points in a few minutes).


== Image processing ==
== Image processing ==
Line 35: Line 35:
* A. Bezzi, L. Bezzi, D. Francisci, R. Gietl, 2006. ''L'utilizzo di Voxel in campo archeologico'', Geomatics workbooks 6 [ [http://geomatica.como.polimi.it/workbooks/n6/list.php PDF] ]
* A. Bezzi, L. Bezzi, D. Francisci, R. Gietl, 2006. ''L'utilizzo di Voxel in campo archeologico'', Geomatics workbooks 6 [ [http://geomatica.como.polimi.it/workbooks/n6/list.php PDF] ]


=== Sample archeological data sets ===
=== Teaching material ===
 
* [http://www.pushingthesensors.com/teaching-materials/ Archaeological remote sensing] by Rebecca Bennett, Duke University (USA)
 
=== Sample archaeological data sets ===


* [http://www.tuarc.trentu.ca/~aspweb/en/downloads.shtml Antikythera Survey Project (ASP)]
* [http://www.tuarc.trentu.ca/~aspweb/en/downloads.shtml Antikythera Survey Project (ASP)]

Latest revision as of 10:27, 4 December 2018

GRASS GIS is used in many archaeological projects.

Mailing list threads

Data exchange

  • v.in.ply: import of PLY format (3D)
  • v.in.dxf: import of DXF format (2D and 3D)
  • v.out.dxf: export of DXF format (2D and 3D)
  • many other formats..

Georeferencing

  • Georeferencing of point clouds: get your data from an arbitrary coordinates system into real world projections: v.rectify. It also perform 3D transformation (affine and polynomial). Working even with very large point clouds (several million points in a few minutes).

Image processing

Visualization

See also

Bibliography

Teaching material

Sample archaeological data sets

Some archaeological links related to GRASS