Changes between Version 58 and Version 59 of Links


Ignore:
Timestamp:
Mar 27, 2017, 9:28:46 AM (7 years ago)
Author:
dac
Comment:

ARSF to NERC-ARF updates

Legend:

Unmodified
Added
Removed
Modified
  • Links

    v58 v59  
    11= Useful Links =
    22
    3 This page lists software and web pages that you may find useful. Obviously plenty of other software exists and may be useful, but these are some of the ones we know of and have found useful. If you have developed software / tutorials (in particular using ARSF data) you would like to be added to the list, let us know.
     3This page lists software and web pages that you may find useful. Obviously plenty of other software exists and may be useful, but these are some of the ones we know of and have found useful. If you have developed software / tutorials (in particular using NERC-ARF data) you would like to be added to the list, let us know.
    44
    5 == ARSF-relevant ==
     5== NERC-ARF relevant ==
    66
    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  * [http://www.neodc.rl.ac.uk/?option NERC Earth Observation Data Centre] The archive of ARSF data is publicly available here (after registration)
     7 * [https://www.bas.ac.uk/nerc-arf NERC-ARF Operations]. Page for operations at BAS. Contains information on planes and applying for flights.
     8 * [http://neodc.nerc.ac.uk/ NERC Earth Observation Data Centre] The archive of ARSF data is publicly available here (after registration)
    99 * [http://fsf.nerc.ac.uk/ NERC Field Spectroscopy Facility]
    10  * [http://jasmin.ac.uk/workflow/ JASMIN] Computing platform available to NERC researchers. Has direct access to ARSF archive.
    11  * [http://www.nerc.ac.uk/ Natural Environment Research Council] NERC is the funding body for ARSF
    12  * [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)
     10 * [http://jasmin.ac.uk/ JASMIN] Computing platform available to NERC researchers. Has direct access to NERC-ARF archive. For more details about data processing using JASMIN see https://github.com/arsf/arsf_on_jasmin
     11 * [http://www.nerc.ac.uk/ Natural Environment Research Council] NERC is the funding body for NERC-ARF
     12 * [https://github.com/pmlrsg/arsf_tools NERC-ARF Tools on GitHub] A collection of tools for working with NERC-ARF data (including reading LiDAR data in LAS 1.3 format)
     13* [https://twitter.com/nerc_arf_dan @NERC_ARF_DAN]. Our twitter page, follow us for updates and publications using NERC-ARF data.
    1314
    1415== LiDAR ==
     
    8687'''Software'''
    8788
    88  * [https://cyberduck.io/?l=en Cyberduck]. FTP program (Windows / OS X). Recommended to download ARSF data via FTP. See guide [wiki:FAQ/downloadftp here]
     89 * [https://cyberduck.io/?l=en Cyberduck]. FTP program (Windows / OS X). Recommended to download NERC-ARF data via FTP. See guide [wiki:FAQ/downloadftp here]
    8990 * [http://www.exelisvis.co.uk/ProductsServices/ENVIProducts.aspx ENVI] Commercial geospatial image viewer.
    90  * [http://tuiview.org/ TuiView] Open source geospatial image viewer, supports viewing spectral profiles and opening zipped bil files (as provided with ARSF deliveries). Contains patches from ARSF for better handling of hyperspectral data.
     91 * [http://tuiview.org/ TuiView] Open source geospatial image viewer, supports viewing spectral profiles and opening zipped bil files (as provided with NERC-ARF deliveries). Contains patches from NERC-ARF for better handling of hyperspectral data.
    9192 * [http://www.gdal.org/ GDAL] Geospatial Data Abstraction Library. An open source library for reading/writing common raster formats including BIL/BSQ with bindings for C++ and Python. Also provides a number of command line [http://www.gdal.org/gdal_utilities.html utilities] for converting file formats, reprojecting data, creating mosaics etc.
    9293 * [https://cran.r-project.org/web/packages/rgdal/index.html rGDAL] GDAL bindings for R.