19 | | == Online User Guide == |
20 | | * [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. |
21 | | * [wiki:PartialUpdates Partial updates explained] (or how to insert large amounts of data in rasdaman) |
22 | | * [wiki:Tiling Tiling guide] |
23 | | * [source:manuals_and_examples/manuals/doc-guides/rview-guide.pdf Rview Guide] to the graphical interactive query frontend |
24 | | * [wiki:PetascopeUserGuide Latest User Guide for petascope] (previous: [wiki:PetascopeUserGuide_8_5 v8.x]) + [wiki:PetascopeDevGuide Developers Guide] |
25 | | * [wiki:SecoreUserGuide User Guide for SECORE] + [wiki:SecoreDevGuide Developers Guide] |
26 | | * [wiki:raswct/guide raswct guide] for the `Rasdaman Web Client Toolkit` |
27 | | * [wiki:RRasdamanTutorial RRasdaman Tutorial] for R package for rasdaman. |
28 | | * [wiki:WCSTGuide WCS-T] + [wiki:WCSTImportGuide WCS-T ingestion tool guide] for petascope |
29 | | * API documentation: |
30 | | * [source:manuals_and_examples/manuals/doc-guides/dev-guide-c++.pdf C++ Development Guide] |
31 | | * [source:manuals_and_examples/manuals/doc-guides/dev-guide-java.pdf Java Development Guide] |
32 | | * [source:manuals_and_examples/manuals/doc-guides/dev-guide-raswct.pdf Rasdaman Web Client Toolkit] |
33 | | * [wiki:DebuggingBenchmarking Debugging and Benchmarking Support] |
34 | | * Testing |
35 | | * Automated tests with [wiki:RasdamanTestSuites systemtests] |
36 | | * Tutorials |
37 | | * [Workshops/BigDataRasdamanApproach Spatio-Temporal Big Data: the rasdaman approach] |
| 20 | * [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. |
| 21 | * [wiki:PartialUpdates Partial updates explained] (or how to insert large amounts of data in rasdaman) |
| 22 | * [source:manuals_and_examples/manuals/doc-guides/dev-guide-c++.pdf C++ Development Guide] |
| 23 | * [source:manuals_and_examples/manuals/doc-guides/dev-guide-java.pdf Java Development Guide] |
| 31 | == Versions and Testing == |
| 32 | |
| 33 | * The [wiki:Versions Versions page] lists changes made between successive versions released. |
| 34 | * Automated tests are available with the [wiki:RasdamanTestSuites rasdaman system tests]. |
| 35 | * [wiki:DebuggingBenchmarking Debugging and Benchmarking Support] |
| 36 | |
| 37 | == Data Analytics == |
| 38 | * [wiki:RRasdamanTutorial RRasdaman Tutorial] for R package for rasdaman |
| 39 | * python: tbd |
| 40 | * [source:manuals_and_examples/manuals/doc-guides/dev-guide-raswct.pdf Rasdaman Web Client Toolkit] |
| 41 | |
| 42 | == Geo Data Management == |
| 43 | In order to use rasdaman for geo raster management - in particular: spatio-temporal geo datacubes - consult these documentation pages: |
| 44 | |
| 45 | * general overview and tutorial: [Workshops/BigDataRasdamanApproach Spatio-Temporal Big Data: the rasdaman approach] |
| 46 | * [wiki:PetascopeUserGuide User Guide] and [wiki:PetascopeDevGuide Developer Guide] to rasdaman's geo service interface, petascope |
| 47 | * data import [wiki:WCSTGuide WCS-T] + [wiki:WCSTImportGuide WCS-T ingestion tool guide] for petascope |
| 48 | * [wiki:SecoreUserGuide User Guide for SECORE] + [wiki:SecoreDevGuide Developers Guide] |
| 49 | |