Skip to content

Commit 086256c

Browse files
author
Daniel Buscombe
committed
redo
1 parent f1038e5 commit 086256c

180 files changed

Lines changed: 112939 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
PyHum
2+
3+
Written by Daniel Buscombe
4+
while at
5+
Grand Canyon Monitoring and Research Center, U.G. Geological Survey, Flagstaff, AZ
6+
please contact:
7+
dbuscombe@usgs.gov
8+
for latest code version please visit:
9+
https://github.com/dbuscombe-usgs
10+
11+
====================================
12+
This function is part of PyHum software
13+
This software is in the public domain because it contains materials that originally came
14+
from the United States Geological Survey, an agency of the United States Department of Interior.
15+
For more information, see the official USGS copyright policy at
16+
http://www.usgs.gov/visual-id/credit_usgs.html#copyright
17+
18+
Any use of trade, product, or firm names is for descriptive purposes only and does not imply endorsement by the U.S. government.
19+
====================================

MANIFEST

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# file GENERATED by distutils, do NOT edit
2+
setup.cfg
3+
setup.py
4+
PyHum/B000.IDX
5+
PyHum/B000.SON
6+
PyHum/B001.IDX
7+
PyHum/B001.SON
8+
PyHum/B002.IDX
9+
PyHum/B002.SON
10+
PyHum/B003.IDX
11+
PyHum/B003.SON
12+
PyHum/RunningStats.cpp
13+
PyHum/RunningStats.h
14+
PyHum/RunningStats.py
15+
PyHum/RunningStats_wrap.cxx
16+
PyHum/__init__.py
17+
PyHum/_gui.py
18+
PyHum/_pyhum_correct.py
19+
PyHum/_pyhum_e1e2.py
20+
PyHum/_pyhum_map.py
21+
PyHum/_pyhum_map_texture.py
22+
PyHum/_pyhum_mosaic.py
23+
PyHum/_pyhum_mosaic_texture.py
24+
PyHum/_pyhum_read.py
25+
PyHum/_pyhum_rmshadows.py
26+
PyHum/_pyhum_texture.py
27+
PyHum/cwt.pyx
28+
PyHum/d_conc.txt
29+
PyHum/dat2mat.py
30+
PyHum/getxy.pyx
31+
PyHum/io.py
32+
PyHum/ppdrc.pyx
33+
PyHum/pyhum_logo_white_sm.png
34+
PyHum/pyread.pyx
35+
PyHum/pyread_single.pyx
36+
PyHum/replace_nans.pyx
37+
PyHum/spec_noise.pyx
38+
PyHum/stdev.pyx
39+
PyHum/test.DAT
40+
PyHum/test.py
41+
PyHum/utils.py
42+
PyHum/write.pyx

PKG-INFO

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Metadata-Version: 1.0
2+
Name: PyHum
3+
Version: 1.0
4+
Summary: a description
5+
Home-page: https://github.com/dbuscombe-usgs/PyHum
6+
Author: Daniel Buscombe
7+
Author-email: dbuscombe@usgs.gov
8+
License: GPL
9+
Description: PyHum
10+
11+
Keywords: meshing
12+
Platform: UNKNOWN
13+
Classifier: Programming Language :: Python :: 2.7
14+
Classifier: Programming Language :: Python :: 3.2
15+
Classifier: Operating System :: POSIX :: Linux
16+
Classifier: Topic :: Scientific/Engineering :: Mathematics

PyHum/B000.IDX

13.5 KB
Binary file not shown.

PyHum/B000.SON

2.57 MB
Binary file not shown.

PyHum/B001.IDX

13.5 KB
Binary file not shown.

PyHum/B001.SON

2.57 MB
Binary file not shown.

PyHum/B002.IDX

27 KB
Binary file not shown.

PyHum/B002.SON

5.14 MB
Binary file not shown.

PyHum/B003.IDX

27 KB
Binary file not shown.

0 commit comments

Comments
 (0)