Skip to content

Commit

Permalink
Testing data export
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroalberti committed Sep 18, 2017
1 parent bbe2f2d commit df88eb2
Show file tree
Hide file tree
Showing 5 changed files with 1,544 additions and 1,431 deletions.
Empty file added config/__init__.py
Empty file.
25 changes: 25 additions & 0 deletions config/output.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

dem_header_common = [
"prof_id",
"rec_id",
"x",
"y",
"cds2d"]

dem_single_dem_header = [
"z",
"cds3d",
"dirslop"]

gpx_header = [
"rec_id",
"lat",
"lon",
"time",
"elev",
"cds2d",
"cds3d",
"dirslop"]



2 changes: 1 addition & 1 deletion gis_utils/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def add_intersections_lines(self, formation_list, intersection_line3d_list, inte

def get_current_dem_names(self):

return self.profile_elevations.names
return self.profile_elevations.surface_names

def max_s(self):
return self.profile_elevations.max_s()
Expand Down
Loading

0 comments on commit df88eb2

Please sign in to comment.