Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving opensky #26

Merged
merged 3 commits into from
May 29, 2019
Merged

Moving opensky #26

merged 3 commits into from
May 29, 2019

Conversation

jsignell
Copy link
Contributor

  • Put in dir with matching name
  • Added anaconda-project
  • Added env info and data downloads
  • Ran locally
  • Moved data preparation scripts into own files
  • Added test data
  • Added opensky to travis.yml

@jsignell jsignell mentioned this pull request May 29, 2019
19 tasks
@jsignell jsignell merged commit fe937fb into master May 29, 2019
@jsignell jsignell deleted the jsignell/opensky branch May 29, 2019 14:12
@@ -33,6 +33,8 @@ jobs:
if: (commit_message !~ /^.*(only:).*$/) OR (commit_message =~ concat(^.*,env(DIR),.*$))
- env: DIR=nyc_taxi
if: (commit_message !~ /^.*(only:).*$/) OR (commit_message =~ concat(^.*,env(DIR),.*$))
- env: DIR=opensky
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sure would be nice if .travis.yml didn't have to hard-code the name of each project, so that projects can be added and deleted without editing this shared file.

@@ -0,0 +1,50 @@
# To reproduce: install 'anaconda-project', then 'anaconda-project run'
name: opensky
description: Datashading spatially-optimized OpenSky flight trajectories
Copy link
Contributor

@jbednar jbednar May 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the spatial optimization even have any meaning for this case (line segments), as a given starting point won't necessarily have a destination point in the same partition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants