Skip to content

Instantly share code, notes, and snippets.

View perusio's full-sized avatar

António P. P. Almeida perusio

View GitHub Profile
@perusio
perusio / demo_project_aoi.json
Created August 27, 2019 18:30
UP42 demo project AOI
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perusio
perusio / aoi_example.json
Last active August 27, 2019 12:03
UP42 Filter explanation: AOI
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perusio
perusio / pleaides_intersects.json
Created August 27, 2019 10:06
UP42 Pléiades intersects filter example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perusio
perusio / radar_nw_passage.json
Created August 26, 2019 09:52
radar successful
{
"tiling:1": {
"tile_width": 768,
"tile_height": 768,
"match_extents": false,
"output_prefix": "",
"augmentation_factor": 1
},
"snap-polarimetric:1": {
"mask": null,
@perusio
perusio / data.json
Created August 22, 2019 23:05
Ship detection first workflow output
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perusio
perusio / params.json
Created August 22, 2019 22:58
First workflow job configuration parameter
{
"tiling:1": {
"tile_width": 768,
"tile_height": 768,
"match_extents": false,
"output_prefix": "",
"augmentation_factor": 1
},
"oneatlas-spot-aoiclipped:1": {
"time": null,
@perusio
perusio / gist:671fb60f4ca8eebd4d9984bec6ec3d35
Created July 15, 2019 13:59
Up42 Launch countdown URL
https://www.timeanddate.com/countdown/launch?p0=37&iso=20190812T14&year=2019&month=8&day=12&hour=14&min=0&sec=0&msg=UP42%20Commercial%20Launch
@perusio
perusio / dry_run_example.json
Created July 10, 2019 19:23
UP42 Jobs API: Dry run job parameters.
{
"oneatlas-pleiades-aoiclipped:1": {
"intersects": {
"type": "Polygon",
"coordinates": [
[
[
13.286076,
52.517579
],
@perusio
perusio / cdlatex-pabbrev.el
Created March 27, 2017 11:05
Making pabbrev-mode completions work when cdlatex-mode is active
;; When we are in cdlatex mode then
;; rebind the TAB key so that pabbrev
;; -mode completions still work.
(when (and (boundp 'cdlatex-mode)
(boundp 'pabbrev-mode)
pabbrev-mode
cdlatex-mode)
(local-set-key '[f12] 'pabbrev-expand-maybe))
@perusio
perusio / gist:5c1a7f765adbca15e365d04ec4a1d1f8
Created June 9, 2016 18:16
NodeMCU firmware 08.06.2016
Your NodeMCU custom build finished successfully. You may now download the firmware:
- float: http://nodemcu-build.com/builds/nodemcu-dev-10-modules-2016-06-09-18-06-12-float.bin
- integer: http://nodemcu-build.com/builds/nodemcu-dev-10-modules-2016-06-09-18-06-12-integer.bin
This was built against the dev branch and includes the following modules: cjson, dht, file, gpio, mqtt, net, node, tmr, uart, wifi.
The files are guaranteed to be available for download for 24h.