Skip to content

Commit

Permalink
Refs by S Gebbert added (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Sep 4, 2019
1 parent a58277e commit d8a7f4b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 21 deletions.
20 changes: 16 additions & 4 deletions temporal/t.rast.algebra/t.rast.algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,15 +583,27 @@ <h2>REFERENCES</h2>
<p>
<div class="code"><pre>
# Ubuntu/Debian
sudo apt-get install python-ply
sudo apt-get install python3-ply

# Fedora
sudo dnf install python-ply
sudo dnf install python3-ply

# MS-Windows (OSGeo4W: requires "python-pip" package to be installed)
python-pip install ply
# MS-Windows (OSGeo4W: requires "python3-pip" package to be installed)
python3-pip install ply
</pre></div>

<p>
Related publications:
<ul>
<li> Gebbert, S., Pebesma, E. 2014. <i>TGRASS: A temporal GIS for field based environmental modeling</i>.
Environmental Modelling &amp; Software 53, 1-12 (<a href="http://dx.doi.org/10.1016/j.envsoft.2013.11.001">DOI</a>)
- <a href="http://ifgi.uni-muenster.de/~epebe_01/tgrass.pdf">preprint PDF</a></li>
<li> Gebbert, S., Pebesma, E. 2017. <i>The GRASS GIS temporal framework</i>. International Journal of
Geographical Information Science 31, 1273-1292 (<a href="http://dx.doi.org/10.1080/13658816.2017.1306862">DOI</a>)</li>
<li> Gebbert, S., Leppelt, T., Pebesma, E., 2019. <i>A topology based spatio-temporal map algebra for big data analysis</i>.
Data 4, 86. (<a href="https://doi.org/10.3390/data4020086">DOI</a>)</li>
</ul>

<h2>SEE ALSO</h2>

<em>
Expand Down
34 changes: 17 additions & 17 deletions temporal/temporalintro.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,23 +243,23 @@ <h3>Modules to manage, process and analyze STR3DS and STVDS</h3>
<h4>See also</h4>

<ul>
<li>
Gebbert, S., Pebesma, E., 2014. TGRASS: A temporal GIS for field
based environmental modeling. Environmental Modelling &amp;
Software 53, 1-12. (<a href="http://dx.doi.org/10.1016/j.envsoft.2013.11.001">DOI</a>)
</li>
<li>
<a href="http://grasswiki.osgeo.org/wiki/Temporal_data_processing">Temporal
data processing</a> (Wiki)
</li>
<li>
Vaclav Petras, Anna Petrasova, Helena Mitasova, Markus Neteler,
<li> Gebbert, S., Pebesma, E. 2014. <i>TGRASS: A temporal GIS for field based environmental modeling</i>.
Environmental Modelling &amp; Software 53, 1-12 (<a href="http://dx.doi.org/10.1016/j.envsoft.2013.11.001">DOI</a>)
- <a href="http://ifgi.uni-muenster.de/~epebe_01/tgrass.pdf">preprint PDF</a></li>

<li> Gebbert, S., Pebesma, E. 2017. <i>The GRASS GIS temporal framework</i>. International Journal of
Geographical Information Science 31, 1273-1292 (<a href="http://dx.doi.org/10.1080/13658816.2017.1306862">DOI</a>)</li>

<li> Gebbert, S., Leppelt, T., Pebesma, E., 2019. <i>A topology based spatio-temporal map algebra for big data analysis</i>.
Data 4, 86. (<a href="https://doi.org/10.3390/data4020086">DOI</a>)</li>

<li> <a href="http://grasswiki.osgeo.org/wiki/Temporal_data_processing">Temporal
data processing</a> (Wiki)</li>

<li> Vaclav Petras, Anna Petrasova, Helena Mitasova, Markus Neteler,
<b>FOSS4G 2014 workshop</b>: <br>
<a href="http://fatra.cnr.ncsu.edu/temporal-grass-workshop/">Spatio-temporal
data handling and visualization in GRASS GIS</a>
</li>
<li>
<a href="http://www.geostat-course.org/Topic_Gebbert">GEOSTAT 2012
TGRASS Course</a>
</li>
data handling and visualization in GRASS GIS</a></li>

<li> <a href="http://www.geostat-course.org/Topic_Gebbert">GEOSTAT 2012 GRASS Course</a></li>
</ul>

0 comments on commit d8a7f4b

Please sign in to comment.