Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensor tshift default value not allowed, not -999.00 #67

Open
dimag1978 opened this issue Jun 20, 2023 · 2 comments
Open

Sensor tshift default value not allowed, not -999.00 #67

dimag1978 opened this issue Jun 20, 2023 · 2 comments

Comments

@dimag1978
Copy link

dimag1978 commented Jun 20, 2023

When I read sensor css-table with tshift values equal to 0.0, they are written to the database as -999.0.
If I write the values from the database back to the file, the string length increases by one and is 140 characters, which is a bug.

@jkmacc-LANL
Copy link
Member

@dimag1978 Thanks for opening. I'm looking into this, but it may be a little while before I can get into it. Do you have a minimum working example of the problem? Thanks again.

@dimag1978
Copy link
Author

Thank you for your attention.
In my work I use Postrgresql 13 and data in CSS3.0 format.
With Pisces, I'm creating CSS3.0 database tables in a PostgreSQL database.
All data reads well (although I found a number of errors that I can write about as well).
As a client program for working with a PostgreSQL database, I use pgAdmin4, through which I view the created tables.
There was a problem with the Sensor table with the field - tshift.
In my file, the -tshift field is 0.00, which is the correct value. After loading into a PostgreSQL database, the tshift field becomes -999, which is an invalid value. After dumping the data from the PostgreSQL database back into a text file, the length of the string becomes longer. The dbe program (of the Antelope package) cannot open the created file and gives an error - the length of the line is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants