Skip to content
Snippets Groups Projects
Verified Commit 56cbb665 authored by David Hoese's avatar David Hoese
Browse files

Add initial READMEs and repository layout

parent 69178f11
No related branches found
No related tags found
No related merge requests found
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
### Vim template
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# cspp-geo-gridded-glm
# CSPP Geo Gridded GLM
CSPP Geo Gridded GLM package which wraps the glmtools python package and provides a command line interface.
\ No newline at end of file
CSPP Geo Gridded GLM is a command line package to convert GOES-R series
Geostationary Lightning Mapper (GLM) data to a GOES-R ABI fixed grid. This
package wraps the open source python package "glmtools" created by Eric
Bruning. For more information on "glmtools" see its
[GitHub page](https://github.com/deeplycloudy/glmtools).
Each portion of this repository is described in their own README files.
# Gridded GLM Package Build
This directory contains scripts and files needed to build the CSPP Geo
Gridded GLM packaged from an existing buildbucket docker image.
## Build Instructions
TODO
\ No newline at end of file
# Build Bucket
This directory contains all the information to create a base build
environment for the Gridded GLM tool.
## Built Bucket Creation Instructions
TODO
\ No newline at end of file
# Gridded GLM Package
This directory contains scripts and other utilities included in the CSPP Geo
Gridded GLM package.
## Usage
TODO
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment