kopia lustrzana https://github.com/OpenDroneMap/ODM
Merge remote-tracking branch 'origin/sfm_georef' into sfm_georef
# Conflicts: # SuperBuild/cmake/External-OpenSfM.cmake # opendm/config.py # scripts/odm_georeferencing.pypull/753/head
commit
3477c6780b
|
@ -361,7 +361,7 @@ def config():
|
|||
default=False,
|
||||
help='Use this tag to build a DTM (Digital Terrain Model, ground only) using a progressive '
|
||||
'morphological filter. Check the --dem* parameters for fine tuning.')
|
||||
|
||||
|
||||
parser.add_argument('--dsm',
|
||||
action='store_true',
|
||||
default=False,
|
||||
|
|
|
@ -206,6 +206,9 @@ class ODM_GeoRef(object):
|
|||
log.ODM_ERROR('Unknown pole format %s' % _pole)
|
||||
return
|
||||
|
||||
def calculate_EPSG(self, proj):
|
||||
return proj
|
||||
|
||||
def coord_to_fractions(self, coord, refs):
|
||||
deg_dec = abs(float(coord))
|
||||
deg = int(deg_dec)
|
||||
|
|
Ładowanie…
Reference in New Issue