Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Plio
Commits
536b435b
Unverified
Commit
536b435b
authored
2 months ago
by
Austin Sanders
Committed by
GitHub
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Pointid prefix (#214)
* Fixed prefixes/suffixes for pointid * Updated changelog
parent
f1da73ca
No related branches found
Branches containing commit
Tags
1.6.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
plio/io/io_controlnetwork.py
+2
-0
2 additions, 0 deletions
plio/io/io_controlnetwork.py
with
4 additions
and
0 deletions
CHANGELOG.md
+
2
−
0
View file @
536b435b
...
@@ -34,6 +34,8 @@ release.
...
@@ -34,6 +34,8 @@ release.
-->
-->
## [Unreleased]
## [Unreleased]
### Fixed
-
Fixed a bug in which prefixes and suffixes were not properly prepended/appended to point_id
[
#213
](
https://github.com/DOI-USGS/plio/issues/213
)
# [1.6.0]()
# [1.6.0]()
...
...
This diff is collapsed.
Click to expand it.
plio/io/io_controlnetwork.py
+
2
−
0
View file @
536b435b
...
@@ -351,6 +351,8 @@ class IsisStore(object):
...
@@ -351,6 +351,8 @@ class IsisStore(object):
# Un-mangle common attribute names between points and measures
# Un-mangle common attribute names between points and measures
df_attr
=
self
.
point_field_map
.
get
(
attr
,
attr
)
df_attr
=
self
.
point_field_map
.
get
(
attr
,
attr
)
if
df_attr
in
g
.
columns
:
if
df_attr
in
g
.
columns
:
if
df_attr
==
'
id
'
:
continue
if
df_attr
==
'
pointLog
'
:
if
df_attr
==
'
pointLog
'
:
# Currently pointLog is not supported.
# Currently pointLog is not supported.
warnings
.
warn
(
'
The pointLog field is currently unsupported. Any pointLog data will not be saved.
'
)
warnings
.
warn
(
'
The pointLog field is currently unsupported. Any pointLog data will not be saved.
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment