Skip to content

Instantly share code, notes, and snippets.

View NBrown140's full-sized avatar

Nicolas Brown NBrown140

  • Overstory
  • Montreal, Canada
View GitHub Profile
@aldoridhoni
aldoridhoni / batch_dl.sh
Last active September 13, 2022 20:05
Batch Download ALOS from JAXA
#!/bin/bash
# Indonesia
for long in {090..160..5}; do
# north side
for lat in {020..000..-5}; do
file="N${lat}E${long}_N$(printf '%03d' $((10#$lat + 05)))E$(printf '%03d' $((10#$long + 05))).tar.gz"
wget -nc ftp://ftp.eorc.jaxa.jp/pub/ALOS/ext1/AW3D30/release_v1804/$file
done
@jqtrde
jqtrde / modern-geospatial-python.md
Last active August 1, 2023 14:50
Modern remote sensing image processing with Python