Giter Club home page Giter Club logo

autobern's People

Contributors

demanasta avatar xanthospap avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

mfkiwl

autobern's Issues

Missing domes numbers

ktch 12659M001
DIOP 12602M007
ARK2 12644M002 (note arki is 12644M001)
LEPE 12660M001
MILO 12758M001

database duplicate record for 'egio'

select * from station where mark_name_DSO = "egio";
+------------+---------------+------------+----------------+----------------+--------------------+---------+---------+---------+-------------------+--------------+-------------+
| station_id | mark_name_DSO | stacode_id | latitude_north | longitude_east | ellipsoidal_height | ecef_X | ecef_Y | ecef_Z | location | agency | IGSlog_file |
+------------+---------------+------------+----------------+----------------+--------------------+---------+---------+---------+-------------------+--------------+-------------+
| 284 | egio | 282 | 38.25463 | 22.07549 | 0 | 0 | 0 | 0 | Aigio, GR | Tree-Company | NULL |
| 304 | egio | 302 | 38.25463 | 22.07549 | 45.05 | 4647360 | 1884780 | 3927710 | Egio, Achaia, GR | NOANET | NULL |
+------------+---------------+------------+----------------+----------------+--------------------+---------+---------+---------+-------------------+--------------+-------------+

Μάλλον το πρώτο πρέπει να διαγραφεί;; προς το παρόν το μετονομάζω σε egi2

CODE, change filename of products

File names of products change to long name from GPS week 2338 (DOY=331)
http://ftp.aiub.unibe.ch/CODE/2022/

short name COD.ERP or SP3

New long Name COD0OPSFIN_0000_01D_01D_ERP.ERP.gz (or SP3)

-- ERP files still be in old format in BSWUSER52 files
-- EPH no alternative file!! codesp3.py need to updated with new names

update note:
-- on CDDIS ftp, products placed with short names!!

Double entry for treecoimp egio?

Reproduce:
select station.station_id, stacode.station_name, station.mark_name_DSO, stacode.mark_name_OFF from station JOIN stacode ON station.stacode_id=stacode.stacode_id join sta2nets on station.station_id=sta2nets.station_id where sta2nets.network_id =3 AND station.agency ="Tree-Company" order by station.mark_name_DSO ASC;

+------------+--------------+---------------+---------------+
| station_id | station_name | mark_name_DSO | mark_name_OFF |
+------------+--------------+---------------+---------------+
|        284 | Egio         | egi2          | egio          |
|        284 | Egio         | egi2          | egio          |

rnxdwnl.py does not rename files

Some station names are renamed by DSO to avoid name collisions. rnxdwnl should rename those files to match the station name given by DSO after downloading these RINEX files

Densification domes for sites with no domes!

Some of the sites in network 'greece' do not have DOMES numbers; however, in the SSC file EPND_D2150_IGS14.SSC they appear to have.

E.g. station valy does not have a domes, but is recorded as '12695V111 VALY' in the SSC file.

This causes wrong site names (domes) to be written when using the make_apriori_crd.py script.

bug: error at compile_report

BPE Proccessing finished succesfully
run -y 2018 -d 200
compile_report function produce the following error at station katc (data available for katc) and stop the output:

Traceback (most recent call last):
  File "rundd.py", line 1050, in <module>
    compile_report(options, dt, bern_log_fn, netsta_dct, station_ts_updated, rinex_holdings)
  File "rundd.py", line 669, in compile_report
    print('{:15s} {:45s} {:5s} '.format(full_name, os.path.basename(rnx_dct['remote']), str(rnx_dct['exclude'])), file=logfn, end='')
  File "/usr/lib/python3.8/posixpath.py", line 142, in basename
    p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType

rnxdownload:: get metrica obs

  • Data is RINEX 3 format but name is RINEX 2 short_name!!

  • path for ftp data...
    ... /_OFF_STA_NAME_/_YYYY_/_MMMM_/_DOM_/

_OFF_STA_NAME_ : name in UPPER case letter
_MMMM_ /_DOM_ : month and day of month maybe missing from rnxdownload

  • data compressed on .zip format !!
  • no hatanaka format

atx2pcv remove linked files before exit

When atx2pcv fails, it does not remove the linked files; as a consequence, re-running it
causes an error.
Remove the linked file when the program exits, even if an error is triggered

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.