Giter Site home page Giter Site logo

unidata / idv Goto Github PK

View Code? Open in Web Editor NEW
78.0 23.0 38.0 1.19 GB

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.

Home Page: http://www.unidata.ucar.edu/software/idv/

License: Other

HTML 5.29% Tcl 0.51% Haskell 0.01% Shell 0.05% CSS 0.01% Python 0.75% Java 92.98% Batchfile 0.01% Dockerfile 0.01% Ruby 0.18% Inno Setup 0.21% Vim Script 0.01%

idv's Introduction

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data. Developed using Java, VisAD and other component libraries, the IDV emphasizes interactive 3-Dimensional visualization and integration of diverse data types.

idv's People

Contributors

dennisheimbigner avatar donmurray avatar ethanrd avatar jeffmcwhirter avatar jon4than avatar julienchastang avatar lesserwhirls avatar oxelson avatar piqueen314 avatar rickkohrs avatar tommyjasmin avatar tomrink avatar tomw2 avatar yuanho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

idv's Issues

NullPointerExceptoin occurs for a track file.

IDV detects the file as a valid Track type.
However, it fails to open it due to the following error:

java.lang.NullPointerException
	at ucar.unidata.data.sounding.CdmTrackAdapter.<init>(CdmTrackAdapter.java:91)
	at ucar.unidata.data.sounding.TrackDataSource.doMakeAdapter(TrackDataSource.java:546)
	at ucar.unidata.data.sounding.TrackDataSource.initTrack(TrackDataSource.java:502)
	at ucar.unidata.data.sounding.TrackDataSource.getAdapters(TrackDataSource.java:560)
	at ucar.unidata.data.sounding.TrackDataSource.initAfter(TrackDataSource.java:281)
	at ucar.unidata.data.DataSourceImpl.initAfterCreation(DataSourceImpl.java:791)
	at ucar.unidata.data.FilesDataSource.initAfterCreation(FilesDataSource.java:284)
	at ucar.unidata.data.sounding.TrackDataSource.initAfterCreation(TrackDataSource.java:296)
	at ucar.unidata.data.DataManager.createDataSource(DataManager.java:1612)
	at ucar.unidata.idv.IntegratedDataViewer.createDataSource(IntegratedDataViewer.java:1978)
	at ucar.unidata.idv.IntegratedDataViewer.makeDataSource(IntegratedDataViewer.java:1895)
	at ucar.unidata.idv.IntegratedDataViewer.makeDataSource(IntegratedDataViewer.java:1829)
	at ucar.unidata.idv.IntegratedDataViewer.makeDataSource(IntegratedDataViewer.java:1802)
	at ucar.unidata.idv.chooser.IdvChooser.makeDataSource(IdvChooser.java:943)
	at ucar.unidata.idv.chooser.FileChooser.selectFilesInner(FileChooser.java:659)
	at ucar.unidata.idv.chooser.FileChooser.selectFiles(FileChooser.java:528)
	at ucar.unidata.idv.chooser.FileChooser.doLoadInThread(FileChooser.java:550)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at ucar.unidata.util.Misc$2.run(Misc.java:1215)
	at ucar.unidata.util.Misc$3.run(Misc.java:1243)
  • the version of the software: 6.1u2
  • environmental information (i.e. Operating System, compiler info, java version, python version, etc.)
    • Windows 11
    • Java version
>java --version
`openjdk 20 2023-03-21
OpenJDK Runtime Environment (build 20+36-2344)
OpenJDK 64-Bit Server VM (build 20+36-2344, mixed mode, sharing)

how to modify or move the clipping box?

How does a user modify an existing clipping box (bounds, extent and location) such as the one that appears when IDV is first launched, showing the default background map (coastlines) with a clipping box that bounds the U.S?
I have changed the horizontal scale, but that only shifts the graticule marks on the border of the box. How do I move the box?
Thank you.

Shapefile control int line width

Wont be it better to make the signature of setLineWidth function with float width as backing LineDrawing supports float line width.

move to latest ncIdv 4.6.3

ncIdv-4.6.3 will be stable soon (this week). However, one thing we will run into is that in ucar.unidata.data.DataManager.initResources(), the following method from httpclient has changed:

HTTPSession.setGlobalCredentialsProvider(CredentialsProvider provider)

no longer works. The IDV will need to use one of the following:

setGlobalCredentialsProvider(AuthScope scope, CredentialsProvider provider)
setGlobalCredentialsProvider(CredentialsProvider provider, String scheme)
setGlobalCredentialsProvider(String url, CredentialsProvider provider)

@DennisHeimbigner - any suggestions on which signature should be used here?

Magnification sliders not properly linked

When adjusting the image magnification, even though the image size and magnification are linked, if I adjust magnification using the right (y?) slider, magnification/image size along only one of the dimensions is adjusted. If I use the left (x?) slider, both are adjusted. See animation:

idv-bug

HTTP to HTTPS

Related to #128. There are many references in the IDV that point to obsolete http URLs. Migrate to https. Document what needs to be updated in this issue.

  • #128
  • https://www.unidata.ucar.edu/georesources/*

instructions

Hello, I would like to know if this program is still used for the creation of SIGWX, and if so, are there any instructions available?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.