Skip to content

Instantly share code, notes, and snippets.

View biplovbhandari's full-sized avatar
👨‍💻

Biplov Bhandari biplovbhandari

👨‍💻
View GitHub Profile
@biplovbhandari
biplovbhandari / computePixels_vs_getDownloadURL_1.ipynb
Created September 12, 2023 17:29
computePixels_vs_getDownloadURL
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@biplovbhandari
biplovbhandari / agu_2023_abstracts_scrap.ipynb
Created August 18, 2023 19:37
AGU 2023 Abstracts Scrapper
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@biplovbhandari
biplovbhandari / computePixels_vs_getDownloadURL.ipynb
Last active September 6, 2023 21:19
computePixels_vs_getDownloadURL
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@biplovbhandari
biplovbhandari / agu_2022_abstracts_scrap.ipynb
Last active August 18, 2022 16:55
AGU 2022 Abstracts Count Per Session
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@biplovbhandari
biplovbhandari / stats.py
Created February 9, 2022 17:20
Common Statistics
import numpy as np
import logging
logging.basicConfig(format='%(levelname)s: %(module)s.%(funcName)s(): %(message)s')
# -----------------------------------------------------------------------------
# mean absolute error
def mae(observation, prediction):
if len(observation) == len(prediction):
return np.mean(np.absolute(observation - prediction))
<iframe
width="600"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/directions?key=AIzaSyCZH1YF2UkDHPISViOhmKCjBKDavG7BFkk&origin=My+Location&destination=Naxa+Private+Limited" allowfullscreen>
</iframe>
@biplovbhandari
biplovbhandari / modern-geospatial-python.md
Created March 29, 2016 03:20 — forked from jqtrde/modern-geospatial-python.md
Modern remote sensing image processing with Python