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

BLOCKED: update method for typeID e, n , u, e_rf, n_rf, u_rf #82

Open
elidana opened this issue May 10, 2016 · 3 comments
Open

BLOCKED: update method for typeID e, n , u, e_rf, n_rf, u_rf #82

elidana opened this issue May 10, 2016 · 3 comments
Assignees

Comments

@elidana
Copy link

elidana commented May 10, 2016

The URL listed as a reference for GPS time series types (e,n, u, e_rf, n_rf, u_rf) has been updated to reflect the switch from Bernese to Gamit.

For these 6 types, could we modify the method so that:

typeID = e_rf, n_rf and u_rf has this method (the URL here might need to be modified):

      {
         "description": "Bernese v5.0 GNS processing software",
         "methodID": "bernese5",
         "name": "Bernese v5.0",
         "reference": "http://info.geonet.org.nz/display/appdata/Historical+Bernese+processing+notes"
       }

typeID = e, n, up have this method:

       {
         "description": "Gamit/GlobK GNSS processing software",
         "methodID": "gamit",
         "name": "Gamit/GlobK",
         "reference": "http://info.geonet.org.nz/x/XoIW"
       }

thanks!

@gclitheroe gclitheroe self-assigned this May 12, 2016
@gclitheroe
Copy link

Hi,

there is data in the DB for e with both methodids bernese5 and Gamit/GlobK. Probably for the other types as well. I would need to know what should happen with that data.

You can let me know or we can do the change together when I'm in the office?

@elidana
Copy link
Author

elidana commented May 13, 2016

Hi,

oh, thanks for checking!!!
I was assuming that for e,n,and u the bernese5 data were already overwritten by the gamit/globk ones.

So, I have a second thought and I'll modify my request.

The reference URL is still wrong.
So, for e, n and u typeIDs, can we modify the method as:

{
method: [
{
methodID: "bernese5",
name: "Bernese v5.0",
description: "Bernese v5.0 GNS processing software",
reference: "http://info.geonet.org.nz/x/J4DU"
},
{
methodID: "gamit",
name: "Gamit/GlobK",
description: "Gamit/GlobK GNSS processing software",
reference: "http://info.geonet.org.nz/x/XoIW"
}
]
}

Happy to make the change together when we're in the office.

but....all of that opens up another question for me , will create a separate ticket though.

@elidana
Copy link
Author

elidana commented Jun 22, 2017

BLOCKED until a decision is made:
The Bernese GPS products are now obsolete, and time series have not been updated since 2015.
Data are still available on the GeoNet archive (currently the ftp accessible by our users through ftp: ftp://ftp.geonet.org.nz/gps/solutions/ ). I had a chat with Natalie, and we are both tempted to DELETE Bernese products from FITS to avoid confusion. I will investigate with end users to ensure that they all moved to the Gamit products.

@mabznz mabznz assigned elidana and mabznz and unassigned gclitheroe Jun 26, 2017
@mabznz mabznz changed the title update method for typeID e, n , u, e_rf, n_rf, u_rf BLOCKED: update method for typeID e, n , u, e_rf, n_rf, u_rf Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants