-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create analysis folder * remove spurious file * add interval functions * update interval function docs * Update README.md * update requirements.txt * fix pandas deprecation of .append * fix relative path ModuleNotFoundError * Merge analysis into Analysis (#11) * update README * add links to README.md * Update README.md * Update README.md * Update README.md * Update README.md Add Gabriele et al. reference link * Update README.md Add publication link, add vessel statement. * Update README.md * Update README.md * Adding Analysis --------- Co-authored-by: Logan <[email protected]> * Rename helperfunctios.py to helperfunctions.py * remove DRAFT Jupyter notebook * move functions to computation.py * parallelize parsing for Ais class * update models.Ais to handle 100 percent ADS-B * sort NVSPL DatetimeIndex to be monotonic * update virtual environment requirements, pyproj and geopandas * adjust deprecated pd.DataFrame.append() to pd.concat() * update deprecated pd.DataFrame.append() with pd.concat(), adjust fw header row * in .add_annotation() ensure each new linestring is in EPSG 4326 * models.py update concurrent import statement * Initial commit AudibleTransits super class * Update _DENA README.md * initial CLI version of run_audible_transits * Updated duplicate removal, streamlined aircraft info extraction, and fixed bug in takeoff/landing detection for GPS * Initial commit for geography-based audibility metrics generator * add function * fix typo in README.md * Added 'split_paused_tracks()' method, streamlined 'create_segments()', and set raster path from config file * Modified 'query_tracks' to include the flight_id, which contains the n-number (previously used a simple numeric id) * Adjusted 'load_tracks_from_database()' for onboard GPS to use Dini's query_tracks() instead of Sam's * Update README.md * Added garbage tracking and exporting capabilities * Modified query_tracks and query_adsb for functionality with run_audible_transits * facilitate relative import in generate_active_space.py * resolve AttirbuteError pandas.Int64Index * AttributeError debug follow-through * document path environment var, remove debug console messages * adjust decimal precision in log and console * add an altitude cap in ADSB data model * add an altitude cap in Early_ADSB data model + generate_active_space * rename variable altitudes to altitudes_ * add lower altitude bound on ADS-B record * adjust get_deployments for d{3} site codes * add temporary debug information * Added 'calculate_spatial_statistics' and first attempt at stereotypical track detection * Updated inline documentation, added 'export_garbage_summary', and modified 'simplify_active_space' to remove small interior rings * Fixed typo in the imports * Small updates to visualization, changed folder to save tracks (to V drive) * Added gain to file naming * Initial commit for variant of run_audible_transits that performs the same tasks on a circular active space of equal area * fixed bug in file name gain * Got rid of plt.pause when generating garbage pdf, sorted ADSB track points by point_dt in 'create_segments()' to ensure proper sampling interval calculations * fix IndexError when all points audible * replace list with gpd.GeoDataFrame * add geometry field * update ground truthing segmentation conditions * add time pad, 80 Hz guideline * remove diagnostic console prints * Reduce figure size to 250px README.md * add module descriptions, links, reorder README.md * add __all__ * tidy docstrings, add in-line docs generate_geographic_metrics.py * rephrase active-space task README.md * add geographic-metrics API overview, tidy README.md * v2.1.0 * revise docstrings, inline documentation * additional docstring and inline documentation * anticipate AIS functionality by raising NotImplementedError * improve spacing in `utils` docs README.md * refactor console printouts, pt.1 * refactor console printouts, pt.2 * refactor console printouts, pt.3 * refactor console printouts, pt.4 * .simplify_active_space() control flow adjust * refactor console printouts, pt.5 * refactor console printouts, pt.6 * refactor console printouts, pt.7 * refactor console printouts, pt.9 * refactor console printouts, pt.10 --------- Co-authored-by: Betchkal <[email protected]> Co-authored-by: Logan <[email protected]> Co-authored-by: Brotman-Krass <[email protected]> Co-authored-by: jacobbk <[email protected]>
- Loading branch information
1 parent
707a559
commit b41b074
Showing
21 changed files
with
43,065 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.