Changes between Version 15 and Version 16 of Links


Ignore:
Timestamp:
Jan 26, 2015, 1:03:05 PM (9 years ago)
Author:
dac
Comment:

Copied links from help desk page

Legend:

Unmodified
Added
Removed
Modified
  • Links

    v15 v16  
    77 * [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)
    88 * [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]
    910 * [http://www.nerc.ac.uk/ Natural Environment Research Council] NERC is the funding body for ARSF
    1011 * [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)
    1112
    1213== LiDAR ==
     14
     15'''Software'''
    1316 * [https://github.com/arsf/lag LAG] Github page for our in-house LiDAR viewer
    1417 * [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/writing LAS files
     18 * [http://pythonhosted.org/laspy/ Laspy] A Python library for working with LAS files
    1619 * [http://geo.tuwien.ac.at/opals/html/index.html OPALS] Software for processing discrete and full waveform LiDAR data (commercial, academic licenses available)
    1720 * [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.
    1821 * [https://bitbucket.org/petebunting/spd-3d-points-viewer SPD 3D Points Viewer] Tool for 3D visualisation of LiDAR data in SPD format.
    1922 * [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)
    2024 * [http://plas.io/ plasio] Online LAS file viewer ([https://github.com/verma/plasio source code])
    2125 * [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
    2334
    2435== Hyperspectral ==
     36
    2537 * [https://github.com/arsf/apl APL] Github page for our in-house hyperspectral processing code
    2638 * [http://www.rese.ch/products/atcor/atcor4/ ATCOR] Program for atmospheric correction of spectral remote sensing data
    2739
    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.
    3150 * [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