Skip to content

Commit 441918b

Browse files
committed
added export_data
1 parent dbf62ba commit 441918b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

odmtools/odmservices/export_data.py

Whitespace-only changes.

odmtools/odmservices/export_service.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ def append_site_info(self, series, parent):
212212
local_y = ET.SubElement(local_coords, "LocalY")
213213
local_y.text = str(site.local_y)
214214
local_srs_id = ET.SubElement(local_coords, "SRSID")
215-
local_srs_id.text = str(site.local_spatial_ref.srs_id)
216-
local_srs_name = ET.SubElement(local_coords, "SRSName")
217-
local_srs_name.text = site.local_spatial_ref.srs_name
215+
# local_srs_id.text = str(site.local_spatial_ref.srs_id)
216+
# local_srs_name = ET.SubElement(local_coords, "SRSName")
217+
# local_srs_name.text = site.local_spatial_ref.srs_name
218218
local_is_geo = ET.SubElement(local_coords, "IsGeographic")
219219
local_is_geo.text = str(site.local_spatial_ref.is_geographic)
220220
local_notes = ET.SubElement(local_coords, "Notes")

0 commit comments

Comments
 (0)