::: {role=“main”}
sscws.mapping::: {#section-intro .section} Module defining classes to represent the mapping classes from https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd.\
Copyright © 2013-2020 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.
Expand source code
#!/usr/bin/env python3
#
# NOSA HEADER START
#
# The contents of this file are subject to the terms of the NASA Open
# Source Agreement (NOSA), Version 1.3 only (the "Agreement"). You may
# not use this file except in compliance with the Agreement.
#
# You can obtain a copy of the agreement at
# docs/NASA_Open_Source_Agreement_1.3.txt
# or
# https://sscweb.gsfc.nasa.gov/WebServices/NASA_Open_Source_Agreement_1.3.txt.
#
# See the Agreement for the specific language governing permissions
# and limitations under the Agreement.
#
# When distributing Covered Code, include this NOSA HEADER in each
# file and include the Agreement file at
# docs/NASA_Open_Source_Agreement_1.3.txt. If applicable, add the
# following below this NOSA HEADER, with the fields enclosed by
# brackets "[]" replaced with your own identifying information:
# Portions Copyright [yyyy] [name of copyright owner]
#
# NOSA HEADER END
#
# Copyright (c) 2013-2020 United States Government as represented by
# the National Aeronautics and Space Administration. No copyright is
# claimed in the United States under Title 17, U.S.Code. All Other
# Rights Reserved.
#
"""
Module defining classes to represent the mapping classes from
<https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.<br>
Copyright © 2013-2020 United States Government as represented by the
National Aeronautics and Space Administration. No copyright is claimed in
the United States under Title 17, U.S.Code. All Other Rights Reserved.
"""
from enum import Enum
class MapProjection(Enum):
"""
Enumerations representing the MapProjection defined
in <https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.
"""
AZIMUTHAL = 'Azimuthal'
CYLINDRICAL = 'Cylindrical'
MERCATOR = 'Mercator'
MOLLEWEIDE = 'Molleweide'
ORTHOGRAPHIC = 'Othographic'
STEREOGRAPHIC = 'Stereographic'
class MapProjectionTrace(Enum):
"""
Enumerations representing the MapProjectionTrace defined
in <https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.
"""
B_FIELD_NORTH = 'BFieldNorth'
B_FIELD_SOUTH = 'BFieldSouth'
RADIAL = 'Radial'
class MapRegion(Enum):
"""
Enumerations representing the MapRegion defined
in <https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.
"""
NORTH_CUSP = 'NorthCusp'
SOUTH_CUSP = 'SouthCusp'
NORTH_CLEFT = 'NorthCleft'
SOUTH_CLEFT = 'SouthCleft'
NORTH_AURORAL_OVAL = 'NorthAuroralOval'
SOUTH_AURORAL_OVAL = 'SouthOuroralOval'
NORTH_POLAR_CAP = 'NorthPolarCap'
SOUTH_POLAR_CAP = 'SouthPolarCap'
NORTH_MID_LATITUDE = 'NorthMidLatitude'
SOUTH_MID_LATITUDE = 'SouthMidLatitude'
LOW_LATITUDE = 'LowLatitude'
NONE = 'None'
class PolarMapOrientation(Enum):
"""
Enumerations representing the PolarMapOrientation defined
in <https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.
"""
EQUATORIAL = 'Equatorial'
NORTH_POLE = 'NorthPole'
SOUTH_POLE = 'SouthPole'
:::
::: section :::
::: section :::
::: section :::
::: section
{.flex .name .class}class {.flex .name .class}[MapProjection{.flex .name .class}]{.ident} {.flex .name .class}({.flex .name .class}value, names=None, *, module=None, qualname=None, type=None, start=1){.flex .name .class} {.flex .name .class}
: ::: desc Enumerations representing the MapProjection defined in https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd. :::
Expand source code
``` python
class MapProjection(Enum):
"""
Enumerations representing the MapProjection defined
in <https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.
"""
AZIMUTHAL = 'Azimuthal'
CYLINDRICAL = 'Cylindrical'
MERCATOR = 'Mercator'
MOLLEWEIDE = 'Molleweide'
ORTHOGRAPHIC = 'Othographic'
STEREOGRAPHIC = 'Stereographic'
```
### Ancestors
- enum.Enum
### Class variables
`var `{.name}[`AZIMUTHAL`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`CYLINDRICAL`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`MERCATOR`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`MOLLEWEIDE`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`ORTHOGRAPHIC`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`STEREOGRAPHIC`{.name}]{.ident}
: ::: desc
:::
{.flex .name .class}class {.flex .name .class}[MapProjectionTrace{.flex .name .class}]{.ident} {.flex .name .class}({.flex .name .class}value, names=None, *, module=None, qualname=None, type=None, start=1){.flex .name .class} {.flex .name .class}
: ::: desc Enumerations representing the MapProjectionTrace defined in https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd. :::
Expand source code
``` python
class MapProjectionTrace(Enum):
"""
Enumerations representing the MapProjectionTrace defined
in <https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.
"""
B_FIELD_NORTH = 'BFieldNorth'
B_FIELD_SOUTH = 'BFieldSouth'
RADIAL = 'Radial'
```
### Ancestors
- enum.Enum
### Class variables
`var `{.name}[`B_FIELD_NORTH`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`B_FIELD_SOUTH`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`RADIAL`{.name}]{.ident}
: ::: desc
:::
{.flex .name .class}class {.flex .name .class}[MapRegion{.flex .name .class}]{.ident} {.flex .name .class}({.flex .name .class}value, names=None, *, module=None, qualname=None, type=None, start=1){.flex .name .class} {.flex .name .class}
: ::: desc Enumerations representing the MapRegion defined in https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd. :::
Expand source code
``` python
class MapRegion(Enum):
"""
Enumerations representing the MapRegion defined
in <https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.
"""
NORTH_CUSP = 'NorthCusp'
SOUTH_CUSP = 'SouthCusp'
NORTH_CLEFT = 'NorthCleft'
SOUTH_CLEFT = 'SouthCleft'
NORTH_AURORAL_OVAL = 'NorthAuroralOval'
SOUTH_AURORAL_OVAL = 'SouthOuroralOval'
NORTH_POLAR_CAP = 'NorthPolarCap'
SOUTH_POLAR_CAP = 'SouthPolarCap'
NORTH_MID_LATITUDE = 'NorthMidLatitude'
SOUTH_MID_LATITUDE = 'SouthMidLatitude'
LOW_LATITUDE = 'LowLatitude'
NONE = 'None'
```
### Ancestors
- enum.Enum
### Class variables
`var `{.name}[`LOW_LATITUDE`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`NONE`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`NORTH_AURORAL_OVAL`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`NORTH_CLEFT`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`NORTH_CUSP`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`NORTH_MID_LATITUDE`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`NORTH_POLAR_CAP`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`SOUTH_AURORAL_OVAL`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`SOUTH_CLEFT`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`SOUTH_CUSP`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`SOUTH_MID_LATITUDE`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`SOUTH_POLAR_CAP`{.name}]{.ident}
: ::: desc
:::
{.flex .name .class}class {.flex .name .class}[PolarMapOrientation{.flex .name .class}]{.ident} {.flex .name .class}({.flex .name .class}value, names=None, *, module=None, qualname=None, type=None, start=1){.flex .name .class} {.flex .name .class}
: ::: desc Enumerations representing the PolarMapOrientation defined in https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd. :::
Expand source code
``` python
class PolarMapOrientation(Enum):
"""
Enumerations representing the PolarMapOrientation defined
in <https://sscweb.gsfc.nasa.gov/WebServices/REST/SSC.xsd>.
"""
EQUATORIAL = 'Equatorial'
NORTH_POLE = 'NorthPole'
SOUTH_POLE = 'SouthPole'
```
### Ancestors
- enum.Enum
### Class variables
`var `{.name}[`EQUATORIAL`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`NORTH_POLE`{.name}]{.ident}
: ::: desc
:::
`var `{.name}[`SOUTH_POLE`{.name}]{.ident}
: ::: desc
:::
:::
::: toc :::
Generated by pdoc 0.9.2 at 2024-04-05T09:03:43 EDT.