Skip to content

Instantly share code, notes, and snippets.

View adamsteer's full-sized avatar

Adam Steer adamsteer

View GitHub Profile
@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.

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 / 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.
@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 / 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.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamsteer
adamsteer / Looking more closely at AUV and LiDAR draft.ipynb
Last active February 23, 2019 20:22
Comparing LiDAR and AUV draft more objectively
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamsteer
adamsteer / Snow model tinkering - mean snow, SIPEX model, rough or smooth.ipynb
Created April 25, 2016 21:27
Tinkering with snow models for sea ice thickness estimation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamsteer
adamsteer / lidar noisiness in fixed wing vs helo.ipynb
Created February 20, 2016 04:02
Plotting swath edge noise in fixed wing or helo based LiDAR for APPLS
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamsteer
adamsteer / LiDAR and AUV draft, R, roughness.ipynb
Created April 19, 2016 09:14
LiDAR and AUV draft, relationship between total freeboard and ice draft
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.