File tree Expand file tree Collapse file tree 1 file changed +41
-30
lines changed Expand file tree Collapse file tree 1 file changed +41
-30
lines changed Original file line number Diff line number Diff line change @@ -283,20 +283,43 @@ SummariesEOExtension
283
283
:undoc-members:
284
284
:show-inheritance:
285
285
286
- Label Extension
287
- ---------------
286
+ File Info Extension
287
+ -------------------
288
288
289
- These classes are representations of the :stac-ext: `Label Extension Spec <label > `.
289
+ These classes are representations of the :stac-ext: `File Info Extension Spec <file > `.
290
290
291
- LabelItemExt
292
- ~~~~~~~~~~~~
291
+ ByteOrder
292
+ ~~~~~~~~~
293
293
294
- **TEMPORARILY REMOVED **
294
+ .. autoclass :: pystac.extensions.file.ByteOrder
295
+ :members:
296
+ :show-inheritance:
297
+ :undoc-members:
295
298
296
- .. .. autoclass:: pystac.extensions.label.LabelItemExt
297
- .. :members:
298
- .. :undoc-members:
299
- .. :show-inheritance:
299
+ MappingObject
300
+ ~~~~~~~~~~~~~
301
+
302
+ .. autoclass :: pystac.extensions.file.MappingObject
303
+ :members:
304
+
305
+ FileExtension
306
+ ~~~~~~~~~~~~~
307
+
308
+ .. autoclass :: pystac.extensions.file.FileExtension
309
+ :members:
310
+ :show-inheritance:
311
+ :undoc-members:
312
+
313
+ .. autoclass :: pystac.extensions.file.AssetFileExtension
314
+ :members:
315
+ :show-inheritance:
316
+ :undoc-members:
317
+
318
+
319
+ Label Extension
320
+ ---------------
321
+
322
+ These classes are representations of the :stac-ext: `Label Extension Spec <label> `.
300
323
301
324
LabelRelType
302
325
~~~~~~~~~~~~
@@ -340,6 +363,14 @@ LabelStatistics
340
363
:members:
341
364
:undoc-members:
342
365
366
+ LabelExtension
367
+ ~~~~~~~~~~~~~~
368
+
369
+ .. autoclass :: pystac.extensions.label.LabelExtension
370
+ :members:
371
+ :undoc-members:
372
+ :show-inheritance:
373
+
343
374
Pointcloud Extension
344
375
--------------------
345
376
@@ -461,26 +492,6 @@ SatItemExt
461
492
.. :undoc-members:
462
493
.. :show-inheritance:
463
494
464
- Single File STAC Extension
465
- --------------------------
466
-
467
- These classes are representations of the :stac-ext: `Single File STAC Extension
468
- <single-file-stac> `.
469
-
470
- **TEMPORARILY REMOVED **
471
-
472
- .. .. automodule:: pystac.extensions.single_file_stac
473
- .. :members: create_single_file_stac
474
-
475
- SingleFileSTACCatalogExt
476
- ~~~~~~~~~~~~~~~~~~~~~~~~
477
-
478
- **TEMPORARILY REMOVED **
479
-
480
- .. .. autoclass:: pystac.extensions.single_file_stac.SingleFileSTACCatalogExt
481
- .. :members:
482
- .. :undoc-members:
483
-
484
495
Version Extension
485
496
-----------------
486
497
You can’t perform that action at this time.
0 commit comments