Changes between Version 15 and Version 16 of Links
- Timestamp:
- Jan 26, 2015, 1:03:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Links
v15 v16 7 7 * [http://arsf.nerc.ac.uk/ Main ARSF home page] This is the home page for the overall ARSF facility (not just the data processing part) 8 8 * [http://www.neodc.rl.ac.uk/?option NERC Earth Observation Data Centre] The archive of ARSF data is publicly available here (after registration) 9 * [http://fsf.nerc.ac.uk/ NERC Field Spectroscopy Facility] 9 10 * [http://www.nerc.ac.uk/ Natural Environment Research Council] NERC is the funding body for ARSF 10 11 * [https://github.com/pmlrsg/arsf_tools ARSF Tools on GitHub] A collection of tools for working with ARSF data (including reading LiDAR data in LAS 1.3 format) 11 12 12 13 == LiDAR == 14 15 '''Software''' 13 16 * [https://github.com/arsf/lag LAG] Github page for our in-house LiDAR viewer 14 17 * [http://www.cs.unc.edu/~isenburg/lastools/ LASTools] Toolbox for processing of LiDAR data (open source and commercial components, source available from [https://github.com/LAStools/LAStools GitHub]) 15 * [http:// www.liblas.org/ LibLAS] C/C++ library for reading/writingLAS files18 * [http://pythonhosted.org/laspy/ Laspy] A Python library for working with LAS files 16 19 * [http://geo.tuwien.ac.at/opals/html/index.html OPALS] Software for processing discrete and full waveform LiDAR data (commercial, academic licenses available) 17 20 * [http://www.spdlib.org/doku.php SPDLib] Open source library for storing and processing discrete and full waveform LiDAR data. Supports reading/writing LAS and ASCII files. 18 21 * [https://bitbucket.org/petebunting/spd-3d-points-viewer SPD 3D Points Viewer] Tool for 3D visualisation of LiDAR data in SPD format. 19 22 * [http://carbomap.github.io/faisdodo/ Faisdodo] An open-source IDL reader/writer for LAS files 23 * [http://www.liblas.org/ LibLAS] C/C++ library for reading/writing LAS files (largely replaced with LASlib from LAStools and laspy) 20 24 * [http://plas.io/ plasio] Online LAS file viewer ([https://github.com/verma/plasio source code]) 21 25 * [http://lidarview.com/ Lidarview] Another online LAS file viewer 22 * [http://pythonhosted.org/laspy/ Laspy] A Python library for working with LAS files 26 * [http://www.fugroviewer.com/ fugroviewer LiDAR viewer] (requires registration) 27 * [http://fityk.nieto.pl/ fityk] curve fitting tool (useful for full waveform LiDAR data). Free for version 0.9.8 and older. 28 29 '''Tutorials''' 30 31 * [http://rapidlasso.com/2013/04/20/tutorial-quality-checking/ LAStools tutorial part 1] on quality checking 32 * [http://rapidlasso.com/2013/10/13/tutorial-lidar-preparation/ LAStools tutorial part 2] on lidar preparation 33 * [http://rapidlasso.com/2013/10/20/tutorial-derivative-production/ LAStools tutorial part 3] on DEM generation 23 34 24 35 == Hyperspectral == 36 25 37 * [https://github.com/arsf/apl APL] Github page for our in-house hyperspectral processing code 26 38 * [http://www.rese.ch/products/atcor/atcor4/ ATCOR] Program for atmospheric correction of spectral remote sensing data 27 39 28 == Misc == 29 * [http://www.exelisvis.co.uk/ProductsServices/ENVIProducts.aspx ENVI] Commercial geospatial image viewer 30 * [https://bitbucket.org/chchrsc/tuiview TuiView] Open source geospatial image viewer, supports viewing spectral profiles 40 == Digital Photography == 41 42 * [http://www.sno.phy.queensu.ca/~phil/exiftool/ ExifTool] for reading tags in RCD tiff images. 43 44 == General == 45 46 '''Software''' 47 48 * [https://bitbucket.org/chchrsc/tuiview TuiView] Open source geospatial image viewer, supports viewing spectral profiles and opening zipped bil files. 49 * [http://www.exelisvis.co.uk/ProductsServices/ENVIProducts.aspx ENVI] Commercial geospatial image viewer. 31 50 * [http://www.gdal.org/ GDAL] Geospatial Data Abstraction Library. An open source library for reading/writing common raster formats. Also provides a number of command line [http://www.gdal.org/gdal_utilities.html utilities] for converting file formats, reprojecting data, creating mosaics etc. 51 * [http://grass.fbk.eu/ GRASS] Open source GIS (powerful and full featured, but with a steep learning curve). 52 * [http://qgis.org/en/site/ QGIS] Open source GIS package, latest version provides interface to GRASS tools. 53 * [http://trac.osgeo.org/osgeo4w/ OSGeo4W] Windows installation package for a number of open source remote sensing and GIS software packages (including GDAL, GRASS and QGIS). 54 * [http://trac.osgeo.org/proj/ PROJ4 cartographic projections library] useful for re-projecting point data but can be difficult to use. 55