Skip to content

Module tifeatures.resources.enums

tifeatures enums.

Classes

FilterLang

class FilterLang(
    /,
    *args,
    **kwargs
)

filter language.

ref: github.com/radiantearth/stac-api-spec/tree/master/fragments/filter#get-query-parameters-and-post-json-fields

Ancestors (in MRO)

  • builtins.str
  • enum.Enum

Class variables

cql2_json
cql2_text
name
value

ItemResponseType

class ItemResponseType(
    /,
    *args,
    **kwargs
)

Response Type Enums.

Ancestors (in MRO)

  • builtins.str
  • enum.Enum

Class variables

geojson
html
json
name
value

ItemsResponseType

class ItemsResponseType(
    /,
    *args,
    **kwargs
)

Response Type Enums.

Ancestors (in MRO)

  • builtins.str
  • enum.Enum

Class variables

csv
geojson
geojsonseq
html
json
name
ndjson
value

MediaType

class MediaType(
    /,
    *args,
    **kwargs
)

Responses Media types formerly known as MIME types.

Ancestors (in MRO)

  • builtins.str
  • enum.Enum

Class variables

csv
geojson
geojsonseq
html
json
name
ndjson
openapi30_json
openapi30_yaml
schemajson
text
value
xml

QueryablesResponseType

class QueryablesResponseType(
    /,
    *args,
    **kwargs
)

Response Type Enums.

Ancestors (in MRO)

  • builtins.str
  • enum.Enum

Class variables

html
name
schemajson
value

ResponseType

class ResponseType(
    /,
    *args,
    **kwargs
)

Response Type Enums.

Ancestors (in MRO)

  • builtins.str
  • enum.Enum

Class variables

html
json
name
value