Skip to content

Commit b11d877

Browse files
committed
Added source code
1 parent 0e9e1dc commit b11d877

3 files changed

Lines changed: 38 additions & 3 deletions

File tree

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Install the CCI STAC tools by running ``pip install -e .`` after cloning this re
2525
The CCI tools requires a virtual environment using python 3.11 or later. Be sure you have a compatible python environment activated before installing the tools.
2626

2727
.. toctree::
28-
:maxdepth: 1
29-
:caption: Sections:
28+
:caption: Sections
29+
3030
Opensearch & MOLES <opensearch>
3131
CCI STAC Collections Explained <collections>
3232
Using The Tools <tools>

docs/source/shell.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=================================
2+
The STAC Shell and Custom Scripts
3+
=================================

docs/source/source.rst

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
11
==================================
22
Source Code for the CCI STAC Tools
3-
==================================
3+
==================================
4+
5+
Collections Tools
6+
-----------------
7+
8+
.. automodule:: cci_tools.collection.main
9+
:members:
10+
11+
Elasticsearch queries
12+
---------------------
13+
14+
.. automodule:: cci_tools.elasticsearch.queries
15+
:members:
16+
17+
File readers
18+
------------
19+
20+
.. automodule:: cci_tools.readers.file
21+
:members:
22+
.. automodule:: cci_tools.readers.geotiff
23+
:members:
24+
.. automodule:: cci_tools.readers.s3
25+
:members:
26+
.. automodule:: cci_tools.readers.xarray
27+
:members:
28+
29+
STAC Creations
30+
--------------
31+
32+
.. automodule:: cci_tools.stac.create_record
33+
:members:
34+
.. automodule:: cci_tools.stac.post_record
35+
:members:

0 commit comments

Comments
 (0)