From d271c30de08028fcb1d6ebca2e26f9ba2fc339ac Mon Sep 17 00:00:00 2001 From: Alexander Rey Date: Tue, 5 Oct 2021 10:59:21 -0400 Subject: [PATCH] Mustique and EWR --- EWR_Data/.idea/.gitignore | 3 ++ .../inspectionProfiles/Project_Default.xml | 13 +++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++ EWR_Data/.idea/misc.xml | 4 +++ EWR_Data/.idea/modules.xml | 8 +++++ EWR_Data/.idea/vcs.xml | 6 ++++ EWR_Data/EWR_HgData.ipynb | 36 +++++++++++++++++++ Mustique/MustiqueDataProcess.ipynb | 36 +++++++++++++++++++ Mustique/README.md | 0 Mustique/TestMapbox.ipynb | 36 +++++++++++++++++++ Mustique/main.py | 0 Mustique/requirements.txt | 0 12 files changed, 148 insertions(+) create mode 100644 EWR_Data/.idea/.gitignore create mode 100644 EWR_Data/.idea/inspectionProfiles/Project_Default.xml create mode 100644 EWR_Data/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 EWR_Data/.idea/misc.xml create mode 100644 EWR_Data/.idea/modules.xml create mode 100644 EWR_Data/.idea/vcs.xml create mode 100644 EWR_Data/EWR_HgData.ipynb create mode 100644 Mustique/MustiqueDataProcess.ipynb create mode 100644 Mustique/README.md create mode 100644 Mustique/TestMapbox.ipynb create mode 100644 Mustique/main.py create mode 100644 Mustique/requirements.txt diff --git a/EWR_Data/.idea/.gitignore b/EWR_Data/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/EWR_Data/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/EWR_Data/.idea/inspectionProfiles/Project_Default.xml b/EWR_Data/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..7c85937 --- /dev/null +++ b/EWR_Data/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/EWR_Data/.idea/inspectionProfiles/profiles_settings.xml b/EWR_Data/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/EWR_Data/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/EWR_Data/.idea/misc.xml b/EWR_Data/.idea/misc.xml new file mode 100644 index 0000000..2e9a033 --- /dev/null +++ b/EWR_Data/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/EWR_Data/.idea/modules.xml b/EWR_Data/.idea/modules.xml new file mode 100644 index 0000000..d68c275 --- /dev/null +++ b/EWR_Data/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/EWR_Data/.idea/vcs.xml b/EWR_Data/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/EWR_Data/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/EWR_Data/EWR_HgData.ipynb b/EWR_Data/EWR_HgData.ipynb new file mode 100644 index 0000000..f574694 --- /dev/null +++ b/EWR_Data/EWR_HgData.ipynb @@ -0,0 +1,36 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} \ No newline at end of file diff --git a/Mustique/MustiqueDataProcess.ipynb b/Mustique/MustiqueDataProcess.ipynb new file mode 100644 index 0000000..f574694 --- /dev/null +++ b/Mustique/MustiqueDataProcess.ipynb @@ -0,0 +1,36 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} \ No newline at end of file diff --git a/Mustique/README.md b/Mustique/README.md new file mode 100644 index 0000000..e69de29 diff --git a/Mustique/TestMapbox.ipynb b/Mustique/TestMapbox.ipynb new file mode 100644 index 0000000..f574694 --- /dev/null +++ b/Mustique/TestMapbox.ipynb @@ -0,0 +1,36 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} \ No newline at end of file diff --git a/Mustique/main.py b/Mustique/main.py new file mode 100644 index 0000000..e69de29 diff --git a/Mustique/requirements.txt b/Mustique/requirements.txt new file mode 100644 index 0000000..e69de29