@@ -283,20 +283,37 @@ 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
+ Label Extension
314
+ ---------------
315
+
316
+ These classes are representations of the :stac-ext: `Label Extension Spec <label> `.
300
317
301
318
LabelRelType
302
319
~~~~~~~~~~~~
@@ -340,6 +357,14 @@ LabelStatistics
340
357
:members:
341
358
:undoc-members:
342
359
360
+ LabelExtension
361
+ ~~~~~~~~~~~~~~
362
+
363
+ .. autoclass :: pystac.extensions.label.LabelExtension
364
+ :members:
365
+ :undoc-members:
366
+ :show-inheritance:
367
+
343
368
Pointcloud Extension
344
369
--------------------
345
370
@@ -461,30 +486,10 @@ SatItemExt
461
486
.. :undoc-members:
462
487
.. :show-inheritance:
463
488
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
489
Version Extension
485
490
-----------------
486
491
487
- Implements the :stac-ext: `Version Extension <version> `.
492
+ Implements the :stac-ext: `Versioning Indicators Extension <version> `.
488
493
489
494
VersionRelType
490
495
~~~~~~~~~~~~~~
@@ -493,25 +498,26 @@ VersionRelType
493
498
:members:
494
499
:show-inheritance:
495
500
496
- VersionCollectionExt
497
- ~~~~~~~~~~~~~~~~~~~~
501
+ VersionExtension
502
+ ~~~~~~~~~~~~~~~~
498
503
499
- **TEMPORARILY REMOVED **
504
+ .. autoclass :: pystac.extensions.version.VersionExtension
505
+ :members:
506
+ :show-inheritance:
500
507
501
- .. .. autoclass:: pystac.extensions.version.VersionCollectionExt
502
- .. :members:
503
- .. :undoc-members:
504
- .. :show-inheritance:
508
+ CollectionVersionExtension
509
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
505
510
506
- VersionItemExt
507
- ~~~~~~~~~~~~~~
511
+ .. autoclass :: pystac.extensions.version.CollectionVersionExtension
512
+ :members:
513
+ :show-inheritance:
508
514
509
- **TEMPORARILY REMOVED **
515
+ ItemVersionExtension
516
+ ~~~~~~~~~~~~~~~~~~~~
510
517
511
- .. .. autoclass:: pystac.extensions.version.VersionItemExt
512
- .. :members:
513
- .. :undoc-members:
514
- .. :show-inheritance:
518
+ .. autoclass :: pystac.extensions.version.ItemVersionExtension
519
+ :members:
520
+ :show-inheritance:
515
521
516
522
View Geometry Extension
517
523
-----------------------
0 commit comments