Skip to content

Instantly share code, notes, and snippets.

View adamsteer's full-sized avatar

Adam Steer adamsteer

View GitHub Profile
@adamsteer
adamsteer / parrot-anafi-log-rewrite.ipynb
Last active April 19, 2022 10:17
Renaming parrot flight logs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some command line tricks possibly useful to an NPI / Nansen Legacy audience

Who is this for?

This is for people who use Linux or Unix environments, and are OK with using shell programs.

Whats here?

Hopefully-helpful ways to manipulate data using Linux command line programs, the aim is to save a lot of time parsing things in python or R or matlab if we don't need to.

how to use this stuff

Copy, paste and modify commands from here into your shell window. Usually things here assume the bash shell. Lines starting with a hash are comments, don't copy those!

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamsteer
adamsteer / gist:d6b50853661e1cde32500d5d7b1f7e0a
Created October 5, 2019 08:03
the GeoJSON I want to see...
{
"type": "GeometryCollection",
"geometries": [
{
"type": "Polygon",
"coordinates": [
[
[
251796.55712,
5746131.5569
@adamsteer
adamsteer / Polygon intersection using EPT resources.ipynb
Created September 24, 2019 05:37
subsetting EPT data using polygon intersections to create clipping regions
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamsteer
adamsteer / variance-of-laplacian.ipynb
Last active November 5, 2024 20:16
testing a variance-of-laplacian operator on RPA imagery
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.