Changes between Version 34 and Version 35 of UserDocs


Ignore:
Timestamp:
Sep 1, 2015, 8:03:02 AM (9 years ago)
Author:
gbell
Comment:

Added "let's get parallel" talk which is about parallel programming with rasters/geom for end users.

Legend:

Unmodified
Added
Removed
Modified
  • UserDocs

    v34 v35  
    1414 * [http://www.ogr2gui.ca/en/ ogr2gui] - a windows only gui similar to ogr2ogr
    1515 * [wiki:UserDocs/JPEG2000Utils JPEG2000 utilities] - Documentation of validate_jp2.py, dump_jp2.py and build_jp2_from_xml.py scripts
    16  * [https://github.com/gina-alaska/dans-gdal-scripts Dan's GDAL scripts] - a useful collection of GDAL-compatible utilities & alternative implementations of gdal tools.
     16 * [https://github.com/gina-alaska/dans-gdal-scripts Dan's GDAL scripts] - a collection of GDAL-compatible utilities & alternative implementations of gdal tools.
     17 * [http://graemebell.net/foss4gcomo.pdf Let's Get Parallel] - Tools and opportunities for end-user parallel raster & geometry processing - presentation from FOSS4G Europe 2015.
     18
    1719
    1820== External User contributed documentation and tips for the GDAL and OGR end user utilities ==
     
    3335
    3436== Rbuild Framework ==
    35 This is a framework built around GDAL to organise national/continental-scale tiled parallel GDAL operations efficiently. It allows structured re-use of optimal GDAL configurations.
     37This is an end-user framework built around GDAL for huge rasters. It organises national/continental-scale tiled parallel GDAL operations efficiently. It allows structured re-use of optimal GDAL configurations.
    3638
    37  * [http://graemebell.net/foss4g2013.pdf Introduction presentation from FOSS4G2013]. Includes notes on storage & performance efficiency in GDAL.
     39 * [http://graemebell.net/foss4g2013.pdf Rbuild & GDAL presentation from FOSS4G2013]. Includes notes on storage & performance efficiency in GDAL.
    3840 * [https://github.com/gbb/rbuild Git repository].
    3941 * [https://github.com/gbb/rbuild_demo Demonstration project].