jeonghyeop Kim
([email protected])
OCT 11, 2021
Upload any ".ipynb", ".py", ".sh" or ".f" files to this repository.
RULES FOR ME
:
- Do not use MATLAB.
Use Python3,Numpy,Pandas,Matplotlib,Shell scripting, or Fortran instead
- Name all codes starting with a proper project name
- Proj1: GNSS position data (level 2 products provided by the NGL or GAGE facility) to preprocessed final GNSS data
- Proj2: Seasonal Strain & Stress Analysis (Kinematics: GNSS)
- Proj3: Seasonal Strain & Stress (Dynamics: NLDAS)
- Proj4: Joint Inversion of GNSS and InSAR
- Name all codes ending with the date (MMDDYYYY; if the code is NOT complete) or 'v_x_x_x' (e.g. v_1_0_0; if complete).
- Any input files used in a code can be saved in this repository but do not save output files.
- Be careful to have a large file (> 100Mb). It will give you an error.
If the file is in the dir, try git rm --cached filename
If you already deleted the file, try git stash and then
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch filename'
cloned this repository on my Macbook Pro 2015 (Oct 11, 2021);
2020 imac broken (Dec 10, 2021) ;
cloned this repository on my Macbook Pro 2015 reinstalled MacOS (Dec 14, 2021)
config --global user.email [email protected]