Changes between Version 70 and Version 71 of Documentation


Ignore:
Timestamp:
Aug 15, 2018, 4:12:00 AM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v70 v71  
    99
    1010== Installation and Administration ==
    11 In the sequel we refer to `$RMANHOME` as the rasdaman installation directory. When compiling from source, it is` /opt/rasdaman`by default.
    12 
    13 * [wiki:Download Downloading rasdaman]
    14 * [source:manuals_and_examples/manuals/doc-guides/inst-guide.pdf Installation and Administration Guide] (as of 9.2, still slightly behind - best use the wiki page mentioned above)
    15  * Only if you want to use PostgreSQL as pixel store, rather than rasdaman's native storage manager: [source:manuals_and_examples/manuals/doc-guides/external-guide-POSTGRESQL.pdf PostgreSQL connector] and [wiki:Performance Performance and various PostgreSQL bits and pieces]
    16 * [wiki:Configuration Configuration files & directories overview]
    17 * Local Installation Documentation: Open `$RMANHOME/share/rasdaman/doc/index.html` in a Web browser. In addition to the documents referenced on this wiki page this local documentation set contains a browseable HTML documentation of the APIs, plus programming and query examples.
     11To install and setup rasdaman start [http://doc.rasdaman.org/02_inst-guide.html#getting-started here].
    1812
    1913== Array Query Programming ==
    2014If you want to work directly with the rasdaman array query language, rasql, you find ample documentation and examples. Specifically for geo data management, however, your preferred API will be the OGC standards conformant Web service described [wiki:Documentation#GeoDataManagement below].
    2115
    22 * [source:manuals_and_examples/manuals/doc-guides/ql-guide.pdf Query Language Guide for rasql]; query examples therein rely on the demo data, delivered with rasdaman, which can be inserted through `rasdaman_insertdemo.sh`. Hence, all examples can be readily run.
    23  * [wiki:PartialUpdates Partial updates explained] (or how to insert large amounts of data in rasdaman)
    24 * [source:manuals_and_examples/manuals/doc-guides/dev-guide-c++.pdf C++ Development Guide]
    25 * [source:manuals_and_examples/manuals/doc-guides/dev-guide-java.pdf Java Development Guide]
     16* [http://doc.rasdaman.org/04_ql-guide.html Query Language Guide for rasql]; query examples therein rely on the demo data, delivered with rasdaman, which can be inserted through `rasdaman_insertdemo.sh`. Hence, all examples can be readily run.
     17* [http://doc.rasdaman.org/08_dev-guide-cpp.html C++ Development Guide]
     18* [http://doc.rasdaman.org/09_dev-guide-java.html Java Development Guide]
     19* [http://doc.rasdaman.org/10_dev-guide-raswct.html rasdaman Web Client Toolkit Developer Guide]
    2620
    2721== Tuning Guide ==
     
    2923
    3024
    31 
    3225== Versions and Testing ==
    3326
    3427* The [wiki:Versions Versions page] lists changes made between successive versions released.
    35 * Automated tests are available with the [wiki:RasdamanTestSuites rasdaman system tests].
    36 * [wiki:DebuggingBenchmarking Debugging and Benchmarking Support]
     28* Automated tests are available with the [http://doc.rasdaman.org/03_contributing.html#adding-tests rasdaman system tests].
     29* [http://doc.rasdaman.org/03_contributing.html#debugging Debugging and Benchmarking Support]
    3730
    3831== Data Analytics ==
    39 * [wiki:RRasdamanTutorial RRasdaman Tutorial] for R package for rasdaman
     32* [http://doc.rasdaman.org/07_rrasdaman-guide.html RRasdaman Tutorial] for R package for rasdaman
    4033* Python: [https://pypi.python.org/pypi/rasdapy RasdaPy Python package]; [https://github.com/earthserver-eu/geospatial-workflow-with-wcps OWSLib fork with WCPS support]
    41 * rasdaman Web Client Toolkit, raswct: [wiki:raswct/guide wiki guide] and [source:manuals_and_examples/manuals/doc-guides/dev-guide-raswct.pdf manual]
     34* [http://doc.rasdaman.org/10_dev-guide-raswct.html rasdaman Web Client Toolkit]
    4235
    4336== Geo Data Management ==
    4437In order to use rasdaman for geo raster management - in particular: spatio-temporal geo datacubes - consult these documentation pages:
    4538
    46 * general overview and tutorial: [Workshops/BigDataRasdamanApproach Spatio-Temporal Big Data: the rasdaman approach]
    47 * [wiki:PetascopeUserGuide User Guide] and [wiki:PetascopeDevGuide Developer Guide] to rasdaman's geo service interface, petascope
    48 * data import [wiki:WCSTGuide WCS-T] + [wiki:WCSTImportGuide WCS-T ingestion tool guide] for petascope
    49 * [wiki:SecoreUserGuide User Guide for SECORE] + [wiki:SecoreDevGuide Developers Guide]
     39* [http://doc.rasdaman.org/05_geo-services-guide.html Guide] to rasdaman's geo service interface, petascope
     40* [http://doc.rasdaman.org/06_crs-manager.html Guide] to rasdaman's CRS manager, SECORE (mostly useful for developers)
    5041