#visualisation

2025-07-10

Exercice de visualisation d'information : Anna's archives, la bibliothèque numérique en ligne qui prétend être la plus grande collection ouverte de livres de tous les temps, a lancé un concours de programmation de différents outils de visualisation des ISBN de leur collection. On peut voir et essayer les projets finalistes ici :

annas-archive.org/blog/all-isb

#Visualisation #ISBN #AnnasArchive

safest_integersafest_integer
2025-06-30

Just a little bouncy balls visualisation in R:
```
n = 100
c = sample(rainbow(n))
x = runif(n)
y = runif(n)
vx = runif(n)/100
vy = runif(n)/100
while(1) {
ix = which(x<0 | x > 1)
iy = which(y<0 | y > 1)
vx[ix] = -vx[ix]
vy[iy] = -vy[iy]
x = x + vx
y = y + vy
plot(x,y, xlim=c(0,1), ylim=c(0,1),
pch=16, cex=2, col=c, ann=F, ax=F)
box()
dev.flush()
dev.hold()
Sys.sleep(.01)
}
```

💧🌏 Greg CocksGregCocks@techhub.social
2025-06-30

GISCARTA’s New Interactive Web Map Dedicated To The Kiel Canal In Northern Germany
--
map.giscarta.com/viewer/9d883c <-- shared GISCARTA storymap
--
“🗺️ This detailed cartographic application offers a comprehensive spatial overview of the region’s maritime infrastructure, navigation environment, and key port connections between the North and Baltic Seas.
🎢 With step-by-step storytelling, analytical widgets, and rich attribute tables enhanced by photographs, the project provides a powerful tool for analyzing maritime logistics, infrastructure, and safety along the canal.
🌏 Explore the story, discover key features, and gain new insights into one of Europe’s most important waterways!...”
#GIS #spatial #mapping #webmap #storymap #GISCARTA #gis #dataviz #geo #map #geodata #geoprocessing #dashboards #geoanalytics #KielCanal #Kiel #accidents #monitoring #Germany #transportation #visualisation #usecase #logistics #shipping #cargo
#GISCARTA

Jacob Somethingjkanev@fediscience.org
2025-06-20

#NeuroScience #EEG #LSL #Spectrum #FrequencyBands #Visualisation #Samadhi

Samadhi 2025.3 released:

• How to combine history information and topological information in one plot? Samadhi 2025.3 brings Radiant Ripples: A 2D-Layout of EEG where concentric fading rings spread like ripples on a pond.

• Added relative variance plot and many other improvements.

Official site: samadhi-eeg.info.

Release notes: github.com/jkanev/samadhi/rele

Download:
• Via PyPi using "pip install samadhi"
• Binaries for Windows and Linux on github.com/jkanev/samadhi/rele

Parnuuna | Feel Good Rebelfeelgoodrebel@pixelfed.social
2025-05-23
The sky has personality today. It’s beautiful.
It looks like it remembers something.
Like it’s holding a version of you you’ve been trying to call home.
Still and calm. Heavy with magic.
Just waiting for you to look up and say, I’m ready.

I’ve just released a new guided activation - a journey into the forest, into your own remembering.

You’ll meet the version of you who never left.
You’ll feel what it’s like to become them.

✨ Drop an emoji if you’re ready to meet the power that’s always lived inside you.

#feelgoodrebel #feelgoodrebelacademy #familiar #community #connection #meditation #visualisation #activation
Parnuuna | Feel Good Rebelfeelgoodrebel@pixelfed.social
2025-05-22
✨ I met a version of me I didn’t know I was allowed to become.
He came to me in a meditation — this calm, unstoppable, wildly loving presence.
Part polar bear. Part Brazilian chill joy. Part pure, unshakable magic.
I call him Keanu. And he’s not just a guide. He’s me.
The part of me that doesn’t ask for permission.
That doesn’t shrink or apologise.
That just is… calm, powerful, and fiercely kind.

And the wildest thing is, that he was never separate from me. I just needed to remember.
Now, whenever I feel pulled out of myself, by fear, guilt, people-pleasing, I close my eyes, breathe, and become him again.
Or, just look at my new tattoo, because I felt so connected to him, I had to have it made!

I have begun walking through my day with his spine.
With his smile. With his sacred stillness.

This is what it means to return to your power.
To stop looking outside for safety.
To become the one you’ve been seeking all along.

🌙 Want to meet your own version?

You might be surprised who shows up in the clearing.

✨ Drop an emoji if you’re ready to remember what’s always lived inside you.

#feelgoodrebel #feelgoodrebelacademy #rebelactivation #meditation #activation #visualisation #familiar #innerbeing #higherself
💧🌏 Greg CocksGregCocks@techhub.social
2025-05-20

Awesome Strategies To Visualize Change With Time
--
medium.com/@yuanbo.faith/aweso <-- shared technical article
--
databrewer.co/R/gallery <-- shared further examples & background/processes
--
“This article summarizes effective strategies to visualize temporal changes, illustrated with inspiring graphic examples (with link to source code [and methods])…”
#GIS #spatial #mapping #datavisualisation #visualisation #R #code #methods #scripts #opensource #spatiotemporal #temporal #temporalchange #visualise #graphic #examples #opendata

2025-05-20

Vous souhaitez partir en vacances avec de nouvelles compétences ? La dernière session #Python #Scientifique" aura lieu les 3 et 4 juin prochains à #Paris.

Contactez-nous vite pour vous inscrire !

#formation #python #numpy #scipy #pandas #données #data
#calcul #visualisation

Formation Python pour le scientifique les 3 et 4 juin prochains à Paris 

Au programme : du numpy, de la visualisation de données, de l'analyse de données avec Pandas et du calul avec Scipy.
2025-05-14

Really interesting bigger picture talk on next generation of environmental exposure models by @samharrison7 at #SETAC #Vienna, from monitoring using #CitizenScience to #Modelling and #Visualisation including a #TheoryOfChange 👍
"It's important to engage with other disciplines"

2025-04-19

j'ai joué dans ma première pièce de théâtre en 4e année (10 ans) parce que les Frères étaient certains que j'oublierais rien, incluant le dialogue de tous les autres personnages

je me suis rappelé un interview de Sir Lawrence Oliver qui m'avait enseigné quelques années plus tôt comment imiter les gens; je me suis inspiré du vendeur d'assurance de mes parents pour jouer le rôle d'un inspecteur d'impôts

les Frères sont tombés de leurs chaises!

#visualisation #tantra #theatre

💧🌏 Greg CocksGregCocks@techhub.social
2025-04-16

RiverREM - Generating River Relative Elevation Model (REM) Visualisations
--
github.com/OpenTopography/Rive <-- shared GitHub repository
--
opentopography.github.io/River <-- shared documentation
--
opentopography.org/blog/new-pa <-- shared Open Topography blog post about RiverREM
--
H/T Heidi Luchsinger / Open Topography
[this post should not be considered as an endorsement of this product aka caveat emptor]
#GIS #spatial #mapping #remotesensing #earthobservation #Python #LiDAR #RiverREM #visualisation #hydrology #water #river #rivervalley #floodplain #terraces #GitHub #opensource #opendata #DEM #REM #model #modeling #RiverRelativeModel #documentation #tutorial #learning #tool #elevation #raster #sinuosity #drainage

Christian Thomasdta_cthomas@fedihum.org
2025-04-13

@emchateau thanks for the hint to David J. Birnbaum's collection!

Funny coincidence, I am just on my way to what will surely be a wonderful and productive workshop on #Collation and #Visualisation (lorentzcenter.nl/seeing-the-di), and am reading (and can recommend) a #Balisage paper by said D. Birnbaum & Ronald Dekker in preparation: doi.org/10.4242/BalisageVol29.

I will check out the #XSLT learning resources you mentioned and the ones other might still mention during the week, thanks again!

CC @petrichor

Poster for the Leiden Workshop "Seeing the Difference: Visualizing Textual Variation", 14.–18.04.2025, available with more information and as screen-reader-friendly PDF at https://www.lorentzcenter.nl/seeing-the-difference-visualizing-textual-variation.html
Patrick | sieben-grafik.desieben_grafik@norden.social
2025-04-11

Einiges an neuen Features kommen mit dem #canva Visual Suite 2.0 update:
theverge.com/news/646682/canva via @verge

🔹canva #sheets
🔹magic studio, insights, formulas
🔹canva code

was davon wird wirklich produktiv sein, was eher ✨magic #AI fluff?

Mich interessieren vor allem die Möglichkeiten Daten zu visualisieren und gemeinsame Projekte mit verschiedenen Formaten anzulegen für mehr Übersichtlichkeit.

#Design #Collaboration #Visualisation #KI #Tabellenkalkulation

2025-04-09

Consciousness and Visual Arts Study Visualisation using Obsidian + Infranodus, my second brain!

Workflow that helps visualise and connect thinking.

Public Side @ one.yoso.one/

Special thanks to

infranodus.com
obsidian.md

🙏

Consciousness and Visual Arts Study and visualisation using Obsidian + Infranodus, My second brain!

🧘‍♀️✨ Guided Visualization: A Pathway to Better Health ✨🧘‍♀️

Join us for this podcast as we explore the science behind guided visualization and its impact on the brain and body.

In this episode:

- The science behind visualization for healing
- How visualization affects brain and body
- A guided heart healing meditation

🔴 JOIN US LIVE: April 10th at 6:00 PM UTC
🔗 Link to the show: t.me/TMGmeditations/566

#MeditationPodcast #GuidedVisualization #Healing #Meditation #Mindfulness #Visualisation

safest_integersafest_integer
2025-03-30

Myanmar wave by European seismic detectors.

m.youtube.com/shorts/hQ2iy3yvG

Hacker Newsh4ckernews
2025-03-19

Visualising data structures and algorithms through animation

visualgo.net/en

Richard A Carterrichardacarter@zirk.us
2025-03-19

The self promotion continues - Voting is open for the DH Awards 2024, and "Lines of Flight" is in the category of "Best Use of DH for Fun". If you have played or enjoyed Lines of Flight, I'd love for you to give it a vote!

dhawards.org/dhawards2024/voti

#poetry #dataviz #visualisation #art #digitalArt #creativeCoding #dh #digitalHumanities #dhmakes

Jacob Somethingjkanev@fediscience.org
2025-03-13

#NeuroScience #EEG #LSL #Spectrum #FrequencyBands #Visualisation #Samadhi

Samadhi EEG 2025.2 Release

• User changeable colours and frequencies in Dancing Dots display.

• Fixed black screen error on Windows devices.

• Dedicated executables (no installation necessary) for Linux and Windows

Download: github.com/jkanev/samadhi/rele
Project page: samadhi-eeg.info
Source code: github.com/jkanev/samadhi

Screenshot of software with buttons for various colours and settings on the left, and the EEG/FFT display on the right. It consists of dots forming ever changing concentric rings in differing shapes and colours.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst