updated documentation on readthedocs
2 unresolved threads
2 unresolved threads
Added a documentation structure to be provided on ReadtheDocs (much more details can be fleshed out). This way, all the important documentation elements can be added here and the main repo can be made cleaner.
Merge request reports
Activity
requested review from @michele.claus
assigned to @RufaiOmowunmi.Balogun
- docs/source/guide/quickstart.rst 0 → 100644
1 Getting Started 2 ================ 3 4 The Raster2STAC package create STAC Collections and Items from different raster data formats 5 and can automatically upload the files to an Amazon S3 bucket. This way the datasets becomes 6 easily accessible, interoperable, and shareable. 7 8 Depending on the user requirements and data formats, two approaches can be taken: 9 10 1. Cloud Optimized GeoTIFFS (COGs) 11 Here, the input dataset/s (expected to be a NetCDF data format) is/are read and rewritten into several COGs to the local disk. One COG per time stamp and per variable/band in the netCDF will be generated. 12 This might increase the overall memory required to store the data, but allows a high level of interoperability with third party libraries for reading and visualizing the data. 13 14 2. Kerchunk 15 The second approach tries to keep the original data as is, without the necessity to duplicate it in COGs. The sample use case that we will cover consist in netCDF files and for each of the a JSON Kerchunk 16 file will be created. The Kerchunk files will be then read by raster2stac and a SATC Collection generated. changed this line in version 3 of the diff
123 123 }, 124 124 { 125 125 "url": "http://www.eurac.edu", 126 "name": "Eurac EO", 126 "name": "EURAC - Institute for Earth Observation", changed this line in version 3 of the diff
@RufaiOmowunmi.Balogun I added two comments, otherwise seems fine thanks.
mentioned in commit ef27ed34
Please register or sign in to reply