Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

apiputvector.sh 398 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. #!/usr/bin/env bash
  2. #
  3. # Test the GMT_Put_Vector function for mixed textcolumns of
  4. # Cartesian values, datetime, longitude, and latitude strings
  5. # This file holds what is expected to be produced on output
  6. cat << EOF > answer.txt
  7. 134.9 2020-06-01T14:55:33 -12.76 -16.25
  8. -158 2020-06-01T16:00:51 19.8 29.5
  9. EOF
  10. testapi_putvector > results.txt
  11. diff -q --strip-trailing-cr results.txt answer.txt > fail
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...