gfa

GNSS Field Analysis : Python tools for the geospatial analysis of a velocity field, using Davis & Titus (2011) and Bevis & Brown (2014) papers.

https://github.com/vicenteyanez/gfa

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: sciencedirect.com, springer.com
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

GNSS Field Analysis : Python tools for the geospatial analysis of a velocity field, using Davis & Titus (2011) and Bevis & Brown (2014) papers.

Basic Info
  • Host: GitHub
  • Owner: VicenteYanez
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 89.4 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • Open Issues: 2
  • Releases: 0
Created over 9 years ago · Last pushed about 8 years ago

https://github.com/VicenteYanez/GFA/blob/master/

# JUNE 16, 2018 
# Moved to https://gitlab.com/vicenteyanez/GFA

# GNSS Field Analysis (GFA)

My name is Vicente Yaez and I'm a geologist interested in computer science. GFA is a compilation of python's functions that I wrote for my internship in [Centro Sismolgico Nacional](http://www.sismologia.cl/) (CSN), during my undergraduate thesis and that I am still developing it.

GFA have the functions to calculate vectors from a gnss time series data with the trajectory model of [Bevis & Brown, 2014](https://link.springer.com/article/10.1007/s00190-013-0685-5) and with this, obtain a velocity field that represent the cortical deformation. Also, for the calculation of the velocity field, GFA has the distance-weighed function from [Cardozo & Allmendinger](http://www.sciencedirect.com/science/article/pii/S0098300408002410).After, from the velocity field this program include the tools to calculate the velocity tensor, and from this, the vorticity and stretching tensors (from the equations of [Davis & Titus, 2011](http://www.joshuadavis.us/teaching/2013fcomps/davistitus2011.pdf)).

I am sorry if you read any misspells o grammatical error. English is my second lenguage and my skills in it is far from perfect.

## Collaborators
Francisco Garca. Francisco is a geologist who is doing his doctoral thesis in Universidad de Concepcin about the connection of sismicity and volcanic eruptions in the southern Andes. You can contact him to his email franciscogarcia@udec.cl

Also you can contact me to my mail vicenteyanez@protonmail.com

# Install

All the dependences necessary for run GFA are installable via pip. Also, the use of virtualev is recommended.

```
sudo pip3 install virtualenv (if you don't have it installed)
mkdir your_project
cd your_project
virtualenv your_project
. your_project/bin/activate
sudo pip3 install gfa
```

If everything is alright, you can continue in the [How to start page](https://github.com/VicenteYanez/GFA/wiki/How-to-start)

Owner

  • Name: Vicente Yáñez
  • Login: VicenteYanez
  • Kind: user
  • Location: Chile

Msc. Geophysicist | Geospatial Data Scientist | Machine Learning

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 44
  • Total Committers: 2
  • Avg Commits per committer: 22.0
  • Development Distribution Score (DDS): 0.045
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Vicente Yáñez v****z@p****m 42
Vicente Yáñez v****z@o****g 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • VicenteYanez (1)
  • tony123legos (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 32 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
pypi.org: gfa

Python tools for the geospatial analysis of a velocityfield, using Davis & Titus (2011) and Bevis & Brown (2014) papers.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 32 Last month
Rankings
Dependent packages count: 10.1%
Forks count: 19.1%
Dependent repos count: 21.5%
Average: 26.6%
Stargazers count: 31.9%
Downloads: 50.1%
Maintainers (1)
Last synced: 11 months ago

Dependencies

setup.py pypi
  • cartopy *
  • click *
  • matplotlib *
  • numpy *
  • scipy *