Aurora#

torchgeo.models.aurora_swin_unet(weights=None, *args, **kwargs)[source]#

Aurora model.

If you use this model in your research, please cite the following paper:

This dataset requires the following additional library to be installed:

Added in version 0.8.

Parameters:
  • weights (Aurora_Weights | None) – Pre-trained model weights to use.

  • *args (Any) – Additional arguments to pass to aurora.Aurora

  • **kwargs (Any) – Additional keyword arguments to pass to aurora.Aurora

Returns:

An Aurora model.

Return type:

Module

class torchgeo.models.Aurora_Weights(*values)[source]#

Bases: WeightsEnum

Aurora weights.

If you use this model in your research, please cite the following paper:

Added in version 0.8.

__new__(value)#