Sandeep Dhakal
Posts
Notebooks
About Me
Categories
All
(8)
agent-based-modelling
(1)
conda
(1)
gis
(2)
git
(1)
go
(2)
mamba
(1)
markdown
(1)
notebooks
(1)
pandoc
(1)
python
(3)
vim
(2)
Converting long DOIs to short DOIs
When writing a paper recently, I came across the shortDOI service that creates short aliases for long DOIs. For example, instead of a long DOI like
10.1016/j.virusres.2019.19…
Dec 13, 2024
3 min
Running agent-based model simulations on the browser with Go
I’ve been thinking about sharing interactive examples of some agent-based models for a while. And I had always thought of putting the code behind a running Python kernel…
Nov 1, 2024
8 min
Visualising Earthquakes in Nepal
In this notebook, we will download data about earthquakes in Nepal from USGS and produce a dashboard to explore the data interactively.
Oct 15, 2024
5 min
Testing DuckDB’s spatial extension’s Integration with GeoPandas
Having read about DuckDB’s spatial extension, I wanted to check if I could integrate DuckDB into my workflow. I primarily use GeoPandas for my spatial tasks within the…
Jun 10, 2024
3 min
Using mamba solver with conda
How to use the mamba solver with conda without installing mamba
Apr 24, 2024
1 min
Amend last git commit
If we forget to include some file(s) with a git commit, or want to change the commit message, the
git commit --amend
is a convenient method.
Apr 18, 2024
1 min
Formatting markdown tables
We can easily format a markdown table in vim using pandoc. Starting with the below table
Mar 28, 2024
3 min
Moving matching lines to end of file in vim
In vim, we can move all matching lines to the end of the file using the global command (g).
Mar 27, 2024
1 min
No matching items