https://github.com/wenzeslaus/dissertation-presentation
Petras, 2018: Dissertation Defense Presentation
https://github.com/wenzeslaus/dissertation-presentation
3d-raster dissertation fragmentation lidar-point-clouds open-science point-clouds slides
Last synced: about 2 months ago
JSON representation
Petras, 2018: Dissertation Defense Presentation
- Host: GitHub
- URL: https://github.com/wenzeslaus/dissertation-presentation
- Owner: wenzeslaus
- License: other
- Created: 2017-03-10T21:09:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T18:15:23.000Z (over 6 years ago)
- Last Synced: 2025-01-12T17:11:32.859Z (3 months ago)
- Topics: 3d-raster, dissertation, fragmentation, lidar-point-clouds, open-science, point-clouds, slides
- Language: JavaScript
- Homepage: https://wenzeslaus.github.io/dissertation-presentation
- Size: 50 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slides for Dissertation Defense Presentation
## Cite This Work as
### Papers
Petras, V., Petrasova, A., Jeziorska, J. & Mitasova, H. “Processing UAV and lidar point clouds in
GRASS GIS”. ISPRS-International Archives of the Photogrammetry, Remote Sensing and Spatial
Information Sciences. 2016, pp. 945–952.Petras, V., Petrasova, A., Harmon, B., Meentemeyer, R. K. & Mitasova, H. “Integrating Free and
Open Source Solutions into Geospatial Science Education”. ISPRS International Journal of
Geo-Information 4.2 (1, 2015), pp. 942–956. DOI : 10.3390/ijgi4020942 .Petras, V., Mitasova, H. & Petrasova, A. “Mapping gradient fields of landform migration”. Geomor-
phometry for Geosciences (2015). Ed. by Jasiewicz, J., Zwolinski, Z., Mitasova, H. & Hengl, T.Petras, V., Newcomb, D. J. & Mitasova, H. “Generalized 3D fragmentation index derived from lidar
point clouds”. Open Geospatial Data, Software and Standards 2.1 (2017), p. 9.### Dissertation
For the yet unpublished material, cite the dissertation:
Petras, V. (2018). Geospatial analytics for point clouds in an open science framework (Doctoral dissertation) [to be published]
## Repository Management
## Creating One PNG from a PDF Document
Using ImageMagic (version 6 syntax) in command line (unix-like):
```
mogrify -format png doc.pdf
montage doc-?.png doc-??.png -tile 7x2 -geometry 200 combined.png
```