Victor Saase
Victor Saase
The geojson file for the Postleitzahlen from [here](https://public.opendatasoft.com/explore/dataset/postleitzahlen-deutschland/export/?location=11,49.49712,8.43784&basemap=jawg.streets&dataChart=eyJxdWVyaWVzIjpbeyJjb25maWciOnsiZGF0YXNldCI6InBvc3RsZWl0emFobGVuLWRldXRzY2hsYW5kIiwib3B0aW9ucyI6e319LCJjaGFydHMiOlt7ImFsaWduTW9udGgiOnRydWUsInR5cGUiOiJjb2x1bW4iLCJmdW5jIjoiQ09VTlQiLCJzY2llbnRpZmljRGlzcGxheSI6dHJ1ZSwiY29sb3IiOiIjRkY1MTVBIn1dLCJ4QXhpcyI6Im5vdGUiLCJtYXhwb2ludHMiOjUwLCJzb3J0IjoiIn1dLCJ0aW1lc2NhbGUiOiIiLCJkaXNwbGF5TGVnZW5kIjp0cnVlLCJhbGlnbk1vbnRoIjp0cnVlfQ%3D%3D) is 100 MB ! How do we visualize that without the user browser having to download all of it? Does Leaflet.js provide...
At the moment case numbers are downloaded by hand from [Risklayer](https://docs.google.com/spreadsheets/d/1wg-s4_Lz2Stil6spQEYFdZaBEp8nWW26gVyfHqvcl8s/htmlview#), see import_risklayer.py, and from [RKI](https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Fallzahlen.html), see create_RKI_points.py, but there are APIs available, e.g. [German COVID-19 JSON API](https://github.com/ndom91/covid19-de) We should...
Hi, many thanks for your work! Do you maybe have a working prototype for converting from DICOM binary format to JSON and back? Or any ideas on how to achieve...
### Prerequisites using the example https://tools.cornerstonejs.org/examples/tools/circle-scissors.html ### Description See this peformance issue:  ### Steps to Reproduce the issue 1. create some segmentation 2. hold the mouse...
because the scissor tools do not inherit from the BaseBrushTool, but the BaseTool, no LabelmapModified event is triggered. I am not sure where to put this trigger or if the...
https://github.com/cornerstonejs/cornerstoneTools/blob/3925399f72e69f69a4b108be10bfce115eda3247/src/events.js#L214 the t slipped to the right
Hi, I noticed that in OHIF viewer in the labelmaps3d object coming from dcmjs, segmentation metadata is stored in the array labelmap3d.metadata.data However, dcmjs seems in other places like Segmentation_4x.fillSegmentation...
this is a proposal, may need some testing the standard DICOM encoding is ISO-IR 6, which I think is something like ASCII. More common I think is ISO-IR 100 when...
Hi, thanks for the library. I am having problems with string encodings, see this example: ``` var dcmjs = require("dcmjs"); const { DicomDict, DicomMessage} = dcmjs.data; var ds = new...