Skip to content

Instantly share code, notes, and snippets.

View radamar's full-sized avatar
🚫
archived account.

Amar Singh radamar

🚫
archived account.
View GitHub Profile
@vanessa-luna
vanessa-luna / userChrome.css
Last active March 23, 2018 01:16
Hide Firefox Nav-bar to the side with userChrome.css
#navigator-toolbox {
/* These 4 are the creme to this adjustment. */
position:fixed !important;
right: 0px;
top: 0px;
width: 209px !important;
max-width: 100vw;
/* These three are fluffy and design, you could change these... */
padding: 0px 2px 1px;
@fabricebrito
fabricebrito / sentinel1.md
Last active September 24, 2020 06:17
Download ESA Sentinel-1 data from Sentinel-1 Scientific Data Hub (https://scihub.esa.int/dhus/)

Download ESA Sentinel-1 data from Sentinel-1 Scientific Data Hub (https://scihub.esa.int/dhus/)

Create a Sentinel-1 Scientific Data Hub account

Go here: https://scihub.esa.int/dhus/ and look for a "Register" link. Follow the registration steps.

Get aria2

aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink.