Accesible via the API and the front-end (maps tab)
Allow for all raw file downloading (let's just use the tarballs from google for easy "one-click" downloading)
they don't need processed tiffs because they can perform the analysis how they want
Accesible via the API and the front-end (maps tab)
Allow for all raw file downloading (let's just use the tarballs from google for easy "one-click" downloading)
they don't need processed tiffs because they can perform the analysis how they want
var union = require('turf-union') | |
var feature1 = { | |
"type": "Feature", | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": | |
[ | |
[ | |
[ |
var sniff = require('mapbox-file-sniff') | |
var sniff = require('mapbox-file-sniff') | |
// filters the initial geojson "xView_train.geojson" into separate files matching each training tif | |
// use like `node index.js` | |
const fs = require('fs') | |
const _ = require('lodash') | |
const gs = require('geojson-stream') | |
const through2 = require('through2') | |
const log = require('single-line-log').stdout | |
const IMAGES = 3000 |