Skip to content

Instantly share code, notes, and snippets.

@Mbrownshoes
Last active September 17, 2017 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mbrownshoes/59a6c21bf98241ec0498 to your computer and use it in GitHub Desktop.
Save Mbrownshoes/59a6c21bf98241ec0498 to your computer and use it in GitHub Desktop.
Animating Brant Geese Migration Data
.DS_Store
build
node_modules
experiments
js
americas_cup.html

Brant Geese Migration data obtained form movebank.org.

Study Details Study Name Brant Geese Sean Boyd 2005 Contact Person Boyds (Sean Boyd) Principal Investigator Boyds (Sean Boyd) Citation Migration patterns and connectivity between breeding, molting, staging and wintering sites of Western and Eastern High Arctic Brant Acknowledgements Arctic Goose Joint Venture, Environment Canada, US Fish & Wildlife Service, US Geological Service, WA State Dept. of Fish & Wildlife & ... more to be added. Grants used not set License Terms May be used for educational purposes. Exploration for scientific study is OK but contact Sean Boyd (sean.boyd@ec.gc.ca) before using in any publication. Study Summary To describe the annual migration and connectivity patterns between breeding, molting, staging and wintering sites of Western High Arctic Brant (Grey-belly Brant) marked on Melville Island, Nunavut, and Eastern High Arctic Brant marked on Bathurst Island, Nunavut. Study Reference Location Longitude -109.248 Latitude 76.122 Movebank ID 1518377 Study Statistics Last Update > 1 month ago Number of Animals 23 Number of Tags 23 Number of Deployments 23 Time of First Deployed Location 2005-08-06 20:31:31.000 Time of Last Deployed Location 2006-07-23 11:08:37.000 Taxa Branta bernicla Number of Deployed Locations 12402 Number of Records Deployed (outliers) / Total (outliers) Argos Doppler Shift 12402 (10607) / 12402 (10607)

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# build/points.json: build/points.shp
# node_modules/.bin/topojson -o build/points.json \
# -- points=$<
build/geese.json: build/geese.csv
node_modules/.bin/topojson -o build/geese.json \
-x location-long -y location-lat \
-p name='individual' \
-p datetime='local_timestamp' \
-- geese=$<
build/lines.json: build/lines.shp
node_modules/.bin/topojson -o build/lines.json build/lines.shp
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment