Tracktable Data Files
Project description
Welcome to Tracktable-Data!
Tracktable-Data is a supplimental data package for the Tracktable library. Refer to the Tracktable documentation and Github repository for more information on Tracktable's capabilities and usage.
Usage
Below are example of how to use, retrieve()
, the only function in the tracktable-data
package.
from tracktable_data.data import retrieve
# Retrieve file with a name
filepath = retrieve(filename="SampleFlightsUS.csv") # Returns a string
# Retrieve all files with a matching extension
filepathss = retrieve(file_ext=".csv") # Returns a list of strings
# Retrieve all files
all_files = retrieve() # Returns a dictionary
# See all files that can be retrived
retrieve(print_filenames=True)
# See all file extensions that can be retrived
retrieve(print_extensions=True)
Copyright Notice
Copyright (c) 2014-2023 National Technology and Engineering Solutions of Sandia, LLC. Under the terms of Contract DE-NA0003525 with National Technology and Engineering Solutions of Sandia, LLC, the U.S. Government retains certain rights in this software.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tracktable_data-1.7.3.tar.gz
.
File metadata
- Download URL: tracktable_data-1.7.3.tar.gz
- Upload date:
- Size: 41.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 924b669d6d94e4a35d276f91a8d1af39564afb0c02c5181f7c571b10d92017e4 |
|
MD5 | 44b236a96cc384f0dc9323c4f1ba34fa |
|
BLAKE2b-256 | e61b627c268dd6c2b94685576b28a32290602bfd11e97efe656fb688d230626c |
File details
Details for the file tracktable_data-1.7.3-py3-none-any.whl
.
File metadata
- Download URL: tracktable_data-1.7.3-py3-none-any.whl
- Upload date:
- Size: 42.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58bd6d6ad54b528f5fde1c68dd9bef6c5fdfe122376997e1d25d43f124439cd1 |
|
MD5 | c47223c95acd235b81401b92d71bc5fd |
|
BLAKE2b-256 | c17074e7af3c6c1ae3fdc7d45d9695d9d584a3c7056c20e4be323d79d5ee7a71 |