Archeology: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(+Georeferencing)
m (remove hardcoded version specific urls, use latest version)
 
(8 intermediate revisions by 3 users 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 ==
 
* see [[Image processing]]
* [[LIDAR]]


== Visualization ==
== Visualization ==


* see [[:Category:Visualization]]
* see [[:Category:Visualization]]
== Sample archeological data sets ==
* [http://www.tuarc.trentu.ca/~aspweb/en/downloads.shtml Antikythera Survey Project (ASP)]


== See also ==
== See also ==


* Barton, C.M., Ullah, I. & Mitasova, H., 2010. ''Computational modeling and neolithic socioecological dynamics: A case study from southwest Asia''. Am antiquity, 75(2), 364-386. [ [http://sagunto.la.asu.edu:8080/medlandweb/Barton_etal2010.pdf PDF] ]
=== Bibliography ===
* Ullah, I.I.T., 2011. [http://www.sciencedirect.com/science/article/pii/S0305440310003705 "A GIS method for assessing the zone of human-environmental impact around archaeological sites: a test case from the Late Neolithic of Wadi Ziqlâb, Jordan"]. Journal of Archaeological Science, 38(3), 623-632. doi:10.1016/j.jas.2010.10.015
* Barton, C.M., Ullah, I. & Mitasova, H., 2010. [http://sagunto.la.asu.edu:8080/medlandweb/Barton_etal2010.pdf ''Computational modeling and neolithic socioecological dynamics: A case study from southwest Asia']'. Am antiquity, 75(2), 364-386.
* Barton, C.M., Ullah, I, & Bergin, S, 2010. [http://rsta.royalsocietypublishing.org.ezproxy1.lib.asu.edu/content/368/1931/5275.abstract "Land use, water and Mediterranean landscapes: modelling long-term dynamics of complex socio-ecological systems"]. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 368(1931), 5275 -5297. doi:10.1098/rsta.2010.0193
* M. Neteler, 2009: ''[http://www.slideshare.net/markusN/grass-and-osgeo-a-framework-for-archeology GRASS GIS and OSGeo: A framework for archeology]'' (Invited keynote). Quarto Workshop Italiano [http://www.archeo-foss.org/ "Open Source, Free Software e Open Format nei processi di ricerca archeologica"], CNR di Roma,  27-28 April 2009
* M. Neteler, 2009: ''[http://www.slideshare.net/markusN/grass-and-osgeo-a-framework-for-archeology GRASS GIS and OSGeo: A framework for archeology]'' (Invited keynote). Quarto Workshop Italiano [http://www.archeo-foss.org/ "Open Source, Free Software e Open Format nei processi di ricerca archeologica"], CNR di Roma,  27-28 April 2009
* Conolly, J., Lake, M., 2006. Geographical Information Systems in Archaeology (Cambridge Manuals in Archaeology) [ [http://www.amazon.co.uk/Geographical-Information-Systems-Archaeology-Cambridge/dp/0521797446/ Book] ]
* Conolly, J., Lake, M., 2006. Geographical Information Systems in Archaeology (Cambridge Manuals in Archaeology) [ [http://www.amazon.co.uk/Geographical-Information-Systems-Archaeology-Cambridge/dp/0521797446/ Book] ]
* 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] ]


== Some archaeological links related to GRASS ==
=== 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)]
 
=== Some archaeological links related to GRASS ===


* http://wiki.iosa.it/ Quantitative Archaeology Wiki (check out the "Spatial Analysis" section)
* http://wiki.iosa.it/ Quantitative Archaeology Wiki (check out the "Spatial Analysis" section)
* http://arc-team-open-research.blogspot.com/ - GRASS and Blender in archaeology
* http://arc-team-open-research.blogspot.com/ - GRASS and Blender in archaeology
* http://arkygeek.blogspot.com/
* http://arkygeek.blogspot.com/
* http://www.arc-team.com/wiki/doku.php - ArcheOS - The first GNU/Linux distribution for archaeology ([http://www.arc-team.com/archeos/wiki/doku.php?id=screenshots screenshots])
* http://www.archeos.eu - ArcheOS - The first GNU/Linux distribution for archaeology ([http://www.archeos.eu/wiki/doku.php?id=screenshots screenshots])
* [http://undine-lieberwirth.info/?page_id=8 Voxels and GRASS] in Archeology (animations)
* [http://undine-lieberwirth.info/?page_id=8 Voxels and GRASS] in Archeology (animations)
* http://tdx.cat/TESIS_UB/AVAILABLE/TDX-0720109-092434/ - PhD Dissertation about conflict archaeology, with extensive use of GRASS and QGIS.
* http://tdx.cat/TESIS_UB/AVAILABLE/TDX-0720109-092434/ - PhD Dissertation about conflict archaeology, with extensive use of GRASS and QGIS.
* http://medland.asu.edu - Mediterranean Landscape Dynamics Project. Dynamic surface process modeling in GRASS coupled with agent-based modeling of agricultural land-use




[[Category:Applications]]
[[Category:Applications]]
[[Category:Documentation]]
[[Category:Documentation]]

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