Navigation Menu

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
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!

@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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamsteer
adamsteer / pdal-additional-material.md
Last active August 26, 2019 11:45
PDAL workshop FOSS4G 2018 - extra notes

PDAL workshop additional material

FOSS4G 2018

Dr Adam Steer

Command lines to pipelines

In the analysis section for the standard PDAL workshop, the thinning and ground detection exercises use chained PDAL commands to execute tasks.

@adamsteer
adamsteer / polygon intersections with JSON.ipynb
Last active November 28, 2017 04:47
polygon intersection for fun with JSON
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamsteer
adamsteer / WCS_NCSS_NCI_cheatsheet.ipynb
Last active August 26, 2022 17:29
Using WCS and NCSS from NCI data services
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.