home.social

#navis — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #navis, aggregated by home.social.

  1. Navis bringen Fußgänger In Leverkusen in Gefahr

    21. May 2026 Die Stadt Leverkusen hat versucht eine enge Straße zu beruhigen. Doch Navis leiten Autos über diese Straße zur Autobahn. WDR.de Hier den Artikel weiter lesen...

    lindweiler.de/navis-bringen-fu

  2. Vom Nicht-Glauben und Nicht-Informieren: als Pendler im B9-Verkehrschaos – Ludwigshafen

    Die B9 am Oggersheimer Kreuz wird saniert. Staus um Ludwigshafen sind die Folge. Ein RHEINPFALZ-Redakteur war mitten drin.…
    #Mannheim #Deutschland #Deutsch #DE #Schlagzeilen #Headlines #Nachrichten #News #Europe #Europa #EU #Baden-Württemberg #Germany #Karlsruhe #lokal #Ludwigshafen #Mutterstadt #Navis #Neustadt #Oggersheim #Pfalz #Speyer #Südpfalz
    europesays.com/de/534493/

  3. DIE KONKURRENZ die GPS für Deutsche nutzbar machte

    #Navigationssatelliten GLONASS
    zwangen einst USA zur Freigabe bestimmter Signale für ALLE

    #Navis wurden Massenprodukt

    Arbeiten zur
    Schaffung des #GLONASS-Systems begannen 1976

    HEUTE hat sowohl #GalileoGNSS als auch GPS wieder den Ausbau der Milt. Nutzung im Fokus - Signale die nicht NUTZBAR sind ?

    GPS der Amerikaner kurz erklärt
    youtu.be/9i789CqPLWM (2014)

    Manipulation und GPS
    BRD Erzählung März 2021
    youtu.be/vNUZMhLOeaU

  4. DIE KONKURRENZ die GPS für Deutsche nutzbar machte

    #Navigationssatelliten GLONASS
    zwangen einst USA zur Freigabe bestimmter Signale für ALLE

    #Navis wurden Massenprodukt

    Arbeiten zur
    Schaffung des #GLONASS-Systems begannen 1976

    HEUTE hat sowohl #GalileoGNSS als auch GPS wieder den Ausbau der Milt. Nutzung im Fokus - Signale die nicht NUTZBAR sind ?

    GPS der Amerikaner kurz erklärt
    youtu.be/9i789CqPLWM (2014)

    Manipulation und GPS
    BRD Erzählung März 2021
    youtu.be/vNUZMhLOeaU

  5. Warum haben #navis in PKWs keine eingebaute Funktion für #Fahrgemeinschaften? Das Navi könnte noch während der Fahrt melden, dass jemand von X nach Y mitgenommen werden will, während ich von W über X und Y nach Z will...

    #verkehrswende #autokorrektur #mobilität

  6. What can you do with a #CATMAID server? Say, let's look at the #Drosophila (vinegar fly, often referred to as fruit fly) larval central nervous system, generously hosted by the #VirtualFlyBrain l1em.catmaid.virtualflybrain.o) or the #Platynereis (a marine annelid) server from the Jekely lab catmaid.jekelylab.ex.ac.uk/

    First, directly interact by point-and-click: open widgets, find neurons by name or annotations, fire up a graph widget and rearrange neurons to make a neat synaptic connectivity diagram, or an adjacency matrix, or look at neuron anatomy in 3D. Most text–names, numbers–are clickable and filterable in some way, such as regular expressions.

    Second, interact from other software. Head to r-catmaid natverse.org/rcatmaid/ (part of the #natverse suite by Philipp Schlegel @uni_matrix, Alex Bates and others) for an R-based solution from the Jefferis lab at the #MRCLMB. Includes tools such as #NBLAST for anatomical comparisons of neurons (see paper by Marta Costa et al. 2016 sciencedirect.com/science/arti ).

    If R is not your favourite, then how about #python: the #navis package, again by the prolific @uni_matrix, makes it trivial, and works also within #Blender too for fancy 3D renderings and animations. An earlier, simpler version was #catpy by @csdashm github.com/ceesem/catpy , who also has examples on access from #matlab.

    Third, directly from a #psql prompt. As in, why not? #SQL is quite a straightforward language. Of course, you'll need privileged access to the server, so this one is only for insiders. Similarly privileged is from an #ipython prompt initialized via #django from the command line, with the entire server-side API at your disposal for queries.

    Fourth, and one of my favourites: from the #javascript console in the browser itself. There are a handful of examples here github.com/catmaid/CATMAID/wik but the possibilities are huge. Key utilities are the "fetchSkeletons" macro-like javascript function github.com/catmaid/CATMAID/wik and the NeuronNameService.getInstance().getName(<skeleton_id>) function.

    Notice every #CATMAID server has its /apis/, e.g., at l1em.catmaid.virtualflybrain.o will list all GET or REST server access points. Reach to them as you please. See the documentation: catmaid.readthedocs.io/en/stab

    In short: the data is there for you to reach out to, interactively or programmatically, and any fine mixture of the two as you see fit.

  7. What can you do with a #CATMAID server? Say, let's look at the #Drosophila (vinegar fly, often referred to as fruit fly) larval central nervous system, generously hosted by the #VirtualFlyBrain l1em.catmaid.virtualflybrain.o) or the #Platynereis (a marine annelid) server from the Jekely lab catmaid.jekelylab.ex.ac.uk/

    First, directly interact by point-and-click: open widgets, find neurons by name or annotations, fire up a graph widget and rearrange neurons to make a neat synaptic connectivity diagram, or an adjacency matrix, or look at neuron anatomy in 3D. Most text–names, numbers–are clickable and filterable in some way, such as regular expressions.

    Second, interact from other software. Head to r-catmaid natverse.org/rcatmaid/ (part of the #natverse suite by Philipp Schlegel @uni_matrix, Alex Bates and others) for an R-based solution from the Jefferis lab at the #MRCLMB. Includes tools such as #NBLAST for anatomical comparisons of neurons (see paper by Marta Costa et al. 2016 sciencedirect.com/science/arti ).

    If R is not your favourite, then how about #python: the #navis package, again by the prolific @uni_matrix, makes it trivial, and works also within #Blender too for fancy 3D renderings and animations. An earlier, simpler version was #catpy by @csdashm github.com/ceesem/catpy , who also has examples on access from #matlab.

    Third, directly from a #psql prompt. As in, why not? #SQL is quite a straightforward language. Of course, you'll need privileged access to the server, so this one is only for insiders. Similarly privileged is from an #ipython prompt initialized via #django from the command line, with the entire server-side API at your disposal for queries.

    Fourth, and one of my favourites: from the #javascript console in the browser itself. There are a handful of examples here github.com/catmaid/CATMAID/wik but the possibilities are huge. Key utilities are the "fetchSkeletons" macro-like javascript function github.com/catmaid/CATMAID/wik and the NeuronNameService.getInstance().getName(<skeleton_id>) function.

    Notice every #CATMAID server has its /apis/, e.g., at l1em.catmaid.virtualflybrain.o will list all GET or REST server access points. Reach to them as you please. See the documentation: catmaid.readthedocs.io/en/stab

    In short: the data is there for you to reach out to, interactively or programmatically, and any fine mixture of the two as you see fit.

  8. What can you do with a #CATMAID server? Say, let's look at the #Drosophila (vinegar fly, often referred to as fruit fly) larval central nervous system, generously hosted by the #VirtualFlyBrain l1em.catmaid.virtualflybrain.o) or the #Platynereis (a marine annelid) server from the Jekely lab catmaid.jekelylab.ex.ac.uk/

    First, directly interact by point-and-click: open widgets, find neurons by name or annotations, fire up a graph widget and rearrange neurons to make a neat synaptic connectivity diagram, or an adjacency matrix, or look at neuron anatomy in 3D. Most text–names, numbers–are clickable and filterable in some way, such as regular expressions.

    Second, interact from other software. Head to r-catmaid natverse.org/rcatmaid/ (part of the #natverse suite by Philipp Schlegel @uni_matrix, Alex Bates and others) for an R-based solution from the Jefferis lab at the #MRCLMB. Includes tools such as #NBLAST for anatomical comparisons of neurons (see paper by Marta Costa et al. 2016 sciencedirect.com/science/arti ).

    If R is not your favourite, then how about #python: the #navis package, again by the prolific @uni_matrix, makes it trivial, and works also within #Blender too for fancy 3D renderings and animations. An earlier, simpler version was #catpy by @csdashm github.com/ceesem/catpy , who also has examples on access from #matlab.

    Third, directly from a #psql prompt. As in, why not? #SQL is quite a straightforward language. Of course, you'll need privileged access to the server, so this one is only for insiders. Similarly privileged is from an #ipython prompt initialized via #django from the command line, with the entire server-side API at your disposal for queries.

    Fourth, and one of my favourites: from the #javascript console in the browser itself. There are a handful of examples here github.com/catmaid/CATMAID/wik but the possibilities are huge. Key utilities are the "fetchSkeletons" macro-like javascript function github.com/catmaid/CATMAID/wik and the NeuronNameService.getInstance().getName(<skeleton_id>) function.

    Notice every #CATMAID server has its /apis/, e.g., at l1em.catmaid.virtualflybrain.o will list all GET or REST server access points. Reach to them as you please. See the documentation: catmaid.readthedocs.io/en/stab

    In short: the data is there for you to reach out to, interactively or programmatically, and any fine mixture of the two as you see fit.

  9. What can you do with a #CATMAID server? Say, let's look at the #Drosophila (vinegar fly, often referred to as fruit fly) larval central nervous system, generously hosted by the #VirtualFlyBrain l1em.catmaid.virtualflybrain.o) or the #Platynereis (a marine annelid) server from the Jekely lab catmaid.jekelylab.ex.ac.uk/

    First, directly interact by point-and-click: open widgets, find neurons by name or annotations, fire up a graph widget and rearrange neurons to make a neat synaptic connectivity diagram, or an adjacency matrix, or look at neuron anatomy in 3D. Most text–names, numbers–are clickable and filterable in some way, such as regular expressions.

    Second, interact from other software. Head to r-catmaid natverse.org/rcatmaid/ (part of the #natverse suite by Philipp Schlegel @uni_matrix, Alex Bates and others) for an R-based solution from the Jefferis lab at the #MRCLMB. Includes tools such as #NBLAST for anatomical comparisons of neurons (see paper by Marta Costa et al. 2016 sciencedirect.com/science/arti ).

    If R is not your favourite, then how about #python: the #navis package, again by the prolific @uni_matrix, makes it trivial, and works also within #Blender too for fancy 3D renderings and animations. An earlier, simpler version was #catpy by @csdashm github.com/ceesem/catpy , who also has examples on access from #matlab.

    Third, directly from a #psql prompt. As in, why not? #SQL is quite a straightforward language. Of course, you'll need privileged access to the server, so this one is only for insiders. Similarly privileged is from an #ipython prompt initialized via #django from the command line, with the entire server-side API at your disposal for queries.

    Fourth, and one of my favourites: from the #javascript console in the browser itself. There are a handful of examples here github.com/catmaid/CATMAID/wik but the possibilities are huge. Key utilities are the "fetchSkeletons" macro-like javascript function github.com/catmaid/CATMAID/wik and the NeuronNameService.getInstance().getName(<skeleton_id>) function.

    Notice every #CATMAID server has its /apis/, e.g., at l1em.catmaid.virtualflybrain.o will list all GET or REST server access points. Reach to them as you please. See the documentation: catmaid.readthedocs.io/en/stab

    In short: the data is there for you to reach out to, interactively or programmatically, and any fine mixture of the two as you see fit.

  10. Die Essener Polizei hat am Wochenende mehr als 200 kleine Elektrogeräte in einer Wohnung im Stadtteil Kray sichergestellt. Der Bewohner der Wohnung hat offenbar damit gehandelt.
    Polizei Essen stellt hunderte kleine Elektrogeräte sicher
    #Essen #Essen-Kray #Polizei #Elektrogeräte #sichergestellt #Navis #NRW
  11. If you're a fan of #MCEscher's drawings and/or #demoscene productions, or just want to relax to some chill music, I can highly recommend “Mrs. Escher's Nightmare”, a #demo / #musicvideo by #AndromedaSoftwareDevelopment aka #ASD: youtu.be/G7dpLcIaUTs

    Released at #Euskal Encounter 22 back in 2014

    Code by #Navis
    Music by #aMUSiC
    Handmodel & Photography by #Ch3
    Graphics by #Amoivikos

    More demos by asd at www.asd.gr