Skip to content

Commit

Permalink
updating to include citing the authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 24, 2024
1 parent 30045cf commit b74d567
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/common/generate_urls_from_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
# then aggregate and check duplicates
#

"""
Time series extraction
Authors: Jeffrey L. Tilson
"""

import os,sys
import numpy as np
import pandas as pd
Expand Down
6 changes: 5 additions & 1 deletion src/common/geopoints_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
'''

## Codes substantially derived from the utilities.py code written by Brian O. Blanton, RENCI
"""
Time series extraction
Authors: Jeffrey L. Tilson, Brian O. Blanton 8/2024
"""

#!/usr/bin/env python
# coding: utf-8
Expand Down
6 changes: 6 additions & 0 deletions src/common/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
'''

"""
Time series extraction
Authors: Jeffrey L. Tilson, Brian O. Blanton 8/2024
"""

import sys
import numpy as np
import pandas as pd
Expand Down

0 comments on commit b74d567

Please sign in to comment.