encode (zone,
hemipole='',
band='')
|
|
Determine the EPSG code
for a given UTM/UPS zone number, hemisphere/pole and/or Band.
- Arguments:
zone - The (longitudinal) UTM zone (int , 1..60) or UPS zone
(int , 0) or UTM zone with/-out latitudinal
Band letter (str , '01C'..'60X') or UPS zone
with/-out polar Band letter (str , '00A',
'00B', '00Y' or '00Z').
hemipole - UTM/UPS hemisphere or UPS projection top/center pole
(str , 'N[orth]' or
'S[outh]' ).
band - Optional latitudinal UTM or polar UPS Band letter
(str ).
- Returns:
EPSG code (Epsg).
- Raises:
|