WO2013101510A1 - System and method for importing netcdf data - Google Patents
System and method for importing netcdf data Download PDFInfo
- Publication number
- WO2013101510A1 WO2013101510A1 PCT/US2012/070001 US2012070001W WO2013101510A1 WO 2013101510 A1 WO2013101510 A1 WO 2013101510A1 US 2012070001 W US2012070001 W US 2012070001W WO 2013101510 A1 WO2013101510 A1 WO 2013101510A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- automatically
- data
- netcdf
- subset
- extracted
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/29—Geographical information databases
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09B—EDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
- G09B29/00—Maps; Plans; Charts; Diagrams, e.g. route diagram
- G09B29/003—Maps
- G09B29/006—Representation of non-cartographic information on maps, e.g. population distribution, wind direction, radiation levels, air and sea routes
- G09B29/007—Representation of non-cartographic information on maps, e.g. population distribution, wind direction, radiation levels, air and sea routes using computer methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09B—EDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
- G09B29/00—Maps; Plans; Charts; Diagrams, e.g. route diagram
- G09B29/003—Maps
Definitions
- NetCDF is an Application Programming Interface (API) that is used to manage array-based scientific data in a machine-independent format.
- API Application Programming Interface
- a variety of data types are typically stored in NetCDF files such as single-point observations, time series, regular-spaced grids, and satellite or radar images.
- the API is intended to provide a common data access method for all applications that generate and/or make use of NetCDF data.
- GUI Geospatial Information System
- ESRI Environmental Systems Research Institute
- the system and method of the present embodiment overcome existing limitations by automatically handling multiple file structures and internal formats of NetCDF files.
- the system and method automatically detect internal file formats and extract metadata and data ranges within the file(s).
- file contents can be verified prior to processing and storage of extracted data.
- a subset of the data can be chosen to limit processing to the data most pertinent to a particular project.
- the method for populating a map in a geospatial environment from NetCDF data can include, but is not limited to including, the steps of automatically determining characteristics of the NetCDF data, automatically displaying the characteristics for interactive modification of the characteristics, automatically distinguishing the
- NetCDF data that are scalar values from the NetCDF data that are vector values, automatically creating an index map in computer memory, automatically extracting a subset of the NetCDF data based on the modified characteristics and the index map, the subset being extracted in three or four dimensions, depending on whether the NetCDF data are scalar values or vector values, respectively, automatically providing the extracted subset to the geospatial environment to create the map, and automatically manipulating a table of contents in the geospatial environment to reference the extracted subset directly.
- the NetCDF data can include a plurality of files.
- the method can include the steps of automatically determining the extent of the NetCDF data, and automatically determining the resolution of the NetCDF data. Further optionally, the method can include the step of automatically performing time-depth averaging on the extracted subset, automatically exporting the extracted subset to a KML format, and automatically storing the extracted subset on a computer-readable medium.
- the four dimensions comprise u and v components of the vector values, depth, and time, and the three dimensions comprise the scalar value, depth, and time.
- the method can optionally include the steps of requesting from the geospatial environment the u and v components associated with each of the depths at each of the times, and calculating a magnitude and a direction of the vector values based on the u and v components.
- the method can further optionally include the steps of automatically creating two-dimensional arrays, automatically computing time-depth averages over the extracted subset, storing intermediate values of the time-depth averages in the two-dimensional arrays.
- the method step of manipulating can include, but is not limited to including, the steps of identifying the extracted subset as a string representative of a hierarchy, and storing the string in the table of contents according to the hierarchy.
- the method of the present embodiment for accessing NetCDF-formatted datasets and importing the datasets into a geospatial map can include, but is not limited to including, the steps of receiving a file structure and an identifier for the NetCDF-formatted dataset, automatically detecting an internal format of a file from the NetCDF- formatted dataset identified by the identifier based on the file structure, automatically extracting metadata and data ranges from the file based on the internal format, automatically enabling verification of NetCDF data in the file based on the metadata and the data ranges, receiving subset information and customization information and simultaneously automatically extracting the NetCDF data from the file based on the subset information and the customization information, automatically calculating a time depth average for all layers in the extracted NetCDF data, and automatically storing the extracted NetCDF data and the average in Keyhole Markup Language (KML) files on a computer-readable medium.
- KML Keyhole Markup Language
- the method can further optionally include the steps of automatically detecting if the file includes multiple time slices or a single time slice, automatically detecting in the file includes scalar or vector data, automatically detecting dimensionality of the NetCDF data, automatically detecting a security classification of the NetCDF data, automatically displaying an outline of the extent of the dataset on the map, automatically creating and storing on the computer-readable medium an electronic table of contents for electronic navigation of the NetCDF dataset, automatically storing on the computer-readable medium the extracted NetCDF data in an electronic geodatabase, automatic all ⁇ ' overriding, based on the metadata, an ESRI limitation to a single attribute for mouse-over tooltip generation, automatically organizes the extracted data to support custom animation on the map, enabling automatic modification of the extracted data, and storing on the computer-readable medium a geospatial/relational database schema and database manager API to manage the metadata, the layers, and the time depth average.
- a computer system for populating a map in a geospatial environment from NetCDF data can include, but is not limited to including, a characteristics processor automatically determining characteristics of the NetCDF data, a display processor automatically displaying the characteristics for interactive modification of the characteristics, a scalar/vector processor automatically distinguishing the NetCDF data that are scalar values from the NetCDF data that are vector values, an index map processor automatically creating an index map in computer memory, a data extractor automatically extracting a subset of the NetCDF data based on the modified characteristics and the index map, the subset being extracted in three or four dimensions, depending on whether the NetCDF data are scalar values or vector values, respectively, the data extractor automatically providing the extracted subset to the geospatial environment to create the map, and a table-of-contents processor automatically manipulating a table of contents in the geospatial environment to reference the extracted subset directly.
- a characteristics processor automatically determining characteristics of the NetCDF data
- a display processor automatically displaying the characteristics
- the characteristics processor can optionally automatically determine the extent of the NetCDF data, and automatically determines the resolution of the NetCDF data.
- the data extractor can optionally automatically perform time-depth averaging on the extracted subset, can automatically export the extracted subset to a KML format, can request from the geospatial environment the u and v components associated with each of the depths at each of the times, and calculates a magnitude and a direction of the vector values based on the u and v components, and can automatically create two-dimensional arrays, and automatically computes time-depth averages over the extracted subset, storing intermediate values of the time-depth averages in the two-dimensional arrays.
- the table-of-contents processor identifies the extracted subset as a string representative of a hierarchy, and stores the string in the table of contents according to the hierarchy.
- a computer system for accessing NetCDF-formatted datasets and importing the datasets into a geospatial map can include, but is not limited to including, a format processor receiving a file structure and an identifier for the NetCDF-formatted dataset, the format processor automatically detecting an internal format of a file from the NetCDF-formatted dataset identified by the identifier, the identifier based on a file structure, a metadata/data range extractor automatically extracting metadata and data ranges from the file based on the internal format, a verification processor automatically enabling verification of NetCDF data in the file based on the metadata, the data ranges, and verification information, the verification processor producing verified data, a subset/customization processor receiving subset information and customization information, the subset customization processor simultaneously automatically extracting the NetCDF data rom the file based on the subset information and the customization information, the subset/customization processor calculating subsetted/cusiomized data in layers, a time depth average processor automatically calculating a time depth average
- the format processor can include computer code stored on a computer readable medium for automatically detecting if the file includes multiple time slices or a single time slice, automatically detecting if the file includes scalar or vector data, automatically detecting dimensionality of the NetCDF data, and automatically detecting a security classification of the NetCDF data.
- the storage processor can include computer code stored on a computer readable medium for automatically displaying an outline of the extent of the dataset on the map, automatically creating and storing on the computer-readable medium an electronic table o contents for electronic navigation ofthe NetCDF dataset, and automatically storing on the computer- readable medium the extracted NetCDF data in an electronic geodatabase.
- the metadata/data range extractor processor can include, but is not limited to including, computer code stored on a computer readable medium for automatically overriding, based on the metadata, an ESR1 limitation to a single attribute for mouse-over tooltip generation.
- the storage processor can optionally include computer code stored on a computer readable medium for automatically organizing the extracted data to support custom animation on the map, enabling automatic modification of the extracted data, storing a geospatial/relational database schema and database manager API to manage the metadata, the layers, and the time depth average, automatically organizing 4D data for traversal and review on the map display, automatically creating a result dataset including calibration adjustments for source data by adding or subtracting a known amount across the entire field of data, and automatically making the result dataset available and viewable within the map display.
- FIG. 1 is a schematic block diagram of one embodiment of the system of the present embodiment
- FIG. 2 is a flowchart of one embodiment of the method of the present embodiment
- FIG. 3 A is a schematic block diagram of an other embodiment of the system of the present embodiment.
- FIG. 3B is a schematic block diagram of the storage process of the embodiment of FIG. 3A;
- FIG. 4 is a flowchart of another embodiment of the method of the present embodiment.
- FIG. 5 is a computer screen shot of an exemplary GUI of the present embodiment
- FIG. 6 is a computer screen shot of an outline of the extent of the dataset
- FIG. 7 is a computer screen shot of static value modification selection
- FIG. 8 is a computer screen shot of a dataset table of contents display
- FIG. 9 is a computer screen shot of a custom layer display.
- system 300 for populating a map in a geospatial environment from NetCDF data can include, but is not limited to including, characteristics processor 303 automatically determining characteristics 311 of the NetCDF data 107, display processor 309 automatically displaying characteristics 311 for interactive modification of characteristics 311, and scalar/vector processor 321 automatically distinguishing NetCDF data 107 that are scalar values from NetCDF data 107 that are vector values and setting S/V flag 315 accordingly.
- Characteristics processor 303 can automatically determine the extent of NetCDF data 107, and can automatically determine the resolution of NetCDF data 107.
- System 300 can further include index map processor 310 automatically creating index map 317 in computer memory, data extractor 323 automatically extracting a subset of NetCDF data 107 based on modified characteristics 313 and index map 317, the subset being extracted in three or four dimensions, depending on the value of S/V flag 315, i.e. whether the NetCDF data are scalar values or vector values, respectively.
- the four dimensions can include u and v components of the vector values, depth, and time.
- the three dimensions can include a scalar value, depth, and time.
- Data extractor 323 can automatically provide extracted subset 319 to geospatial environment 329 to create map 327.
- System 300 can still further include table-of-contents processor 325 automatically manipulating table of contents 330 in geospatial environment 329 by creating TOC info 331 to reference extracted subset 319 directly.
- NetCDF data 107 can include a plurality of files.
- Data extractor 323 can automatically perform time-depth averaging on the extracted subset, export extracted subset 319 to a ML format, request from the geospatial environment the u and v components associated with each of the depths at each of the times, calculate a magnitude and a direction of the vector values based on the u and v components, create two-dimensional arrays, and automatically compute time-depth averages over the extracted subset, storing intermediate values of the time-depth averages in the two-dimensional arrays.
- Table-of-contents processor 325 can identify extracted subset 319 as a string representative of a hierarchy, and can store the string in table of contents 330 according to the hierarchy.
- method 350 for populating map 327 (FIG. 1) in geospatial environment 329 (FIG. 1) from NetCDF data 107 (FIG. 1) can include, but is not limited to including, the steps of automatically determining 351 characteristics 303 (FIG. 1) of NetCDF data 107 (FIG. 1), automatically displaying 353 characteristics 311 (FIG. 1) for interactive modification of characteristics 311 (FIG. 1), automatically distinguishing 355 NetCDF data 107 (FIG. 1) that are scalar values from NetCDF data 107 (FIG. 1) that are vector values, automatically creating 357 index map 317 (FIG.
- Method 350 can further include the steps of automatically providing 361 extracted subset 319 (FIG. 1) to geospatial environment 329 (FIG. 1) to create map 327 (FIG.
- Method 350 can optionally include the steps of automatically determining the extent of NetCDF data 107 (FIG. 1) and automatically determining the resolution of NetCDF data 107 (FIG. 1).
- Method 350 can further optionally include the steps of automatically performing time-depth averaging on extracted subset 319 (FIG. 1), automatically exporting extracted subset 319 (FIG. 1) to a KML format, automatically storing extracted subset 319 (FIG. 1) on a computer-readable medium, requesting from geospatial environment 329 (FIG. 1) the u and v components associated with each of the depths at each of the times, calculating a magnitude and a direction of the vector values based on the u and v components, automatically creating two-dimensional arrays, and automatically computing time-depth averages over extracted subset 319 (FIG. 1), storing intermediate values of the time-depth averages in the two-dimensional arrays.
- the step of manipulating can include, but is not limited to including, the steps of identifying extracted subset 319 (FIG. 1 ) as a string representative of a hierarchy, and storing the string in table of contents 330 according to the hierarchy.
- system 100 for accessing NetCDF-formatted datasets and importing the datasets into a geospaiial map can include, but is not limited to including, format processor 101 receiving, for example, but not limited to, from input 301 through electronic communications 341, file structure 103 and identifier i 05 for the NetCDF-formatted daiaset and automatically detecting an internal format of file 107 from NetCDF-formatted datasei 108 identified by identifier 105 based on file structure 103 and metadata/data range extractor 109 automatically extracting metadata 113 and data ranges 115 from file 107 based on the internal format.
- System 100 can automatically organize the data ranges 115 and file structures 103 into an indexed memory map to allow pro grammatically traversing the entire 4D dataset during processing as needed.
- System 100 can also include verification processor 111 automatically enabling verification of NetCDF data in file 107 based on metadata 1 13, data ranges 115, and verification info 117 producing verified data 121 , and subset/customization processor 123 receiving subset information and customization information 1 19 and simultaneously automatically extracting NetCDF data from file 107 based on subset information and the customization information 1 i 9, and calculating subsetted customized data in layers 125,
- Subset customization processor 123 can automatically create a result dataset that represents calibration adjustments for source data by adding or subtracting a known amount across the entire field of data.
- Mapping manager 127b (FIG.
- System 100 can also include time depth average processor 126 automatically calculating time depth average 129 for all layers 125 in the extracted NetCDF data, and storage processor 127 automatically storing formatted subsetted/customized data in layers 125 and average 129 in, for example, but not limited to, Keyhole Markup Language (KML) files 131 on computer-readable media.
- Format processor 101 can automatically detect if file 107 includes multiple time slices or a single time slice, can automatically detect i f file 107 includes scalar or vector data, can automatically detect dimensionality of the NetCDF data in file 107, and can automatically detect a security classification of the NetCDF data in file 107.
- Metadata data range extractor 109 can automatically override, based on the metadata 113, a geospatial environment 329 limitation to a single attribute for mouse-over tooltip generation.
- mapping manager 127b can automatically display an outline of the extent of the NetCDF data on the map, and TOC manager 127c can automatically create and store on the computer- readable media an electronic table of contents 330 (FIG. 3 A) for electronic navigation of the NetCDF data.
- Database manager 127a can automatically store on the computer-readable media the extracted NetCDF data 319 in an electronic geodatabase 130.
- TiJC manager 127c can automatically organize the extracted data 319 to support custom animation on the map 327, and can enable automatic modification of the extracted data 319.
- Database manager 127a can store on the computer-readable media a geospatial/relational database schema and a database manager API to manage the metadata, the layers, and the time depth average,
- FIG. 3A) and importing the datasets 108 (FIG. 3A) into a geospatial map 327 (FIG. 3B) can include, but is not limited to including, the steps of receiving 151 file structure 103 (FIG. 3 A) and an identifier 105 (FIG. 3 A) for the NetCDF- formatted dataset, automatically detecting 153 an internal format of a file from the NetCDF-formatted dataset identified by the identifier 105 (FIG. 3 A) based on the file structure 103 (FIG. 3A), automatically extracting 1 5 metadata 113 (FIG. 3A) and data ranges 1 15 (FIG. 3 A) from the file 107 (FIG.
- method 150 can include the step of processing 169 the next time, depth, latitude, and longitude dataset array within the selection. If 165 there are no more data to process, method 150 can include the step of finalizing 167 the time/depth averaging and file output.
- KML Keyhole Markup Language
- Method 150 can optionally include the steps of automatically detecting if the file 107 (FIG. 3 A) includes multiple time slices or a single time slice, automatically detecting if the file 107 (FIG. 3 A) includes scalar or vector data, automatically detecting dimensionality of the NetCDF data, automatically detecting a security classification of the NetCDF data, automatically displaying an outline of the extent of the dataset. on the map, automatically creating and storing on the computer-readable medium an electronic table of contents 330 (FIG. 3 A) for electronic navigation of the NetCDF dataset, automatically storing on the computer-readable medium the extracted NetCDF data 319 (FIG. 3B) in an electronic geodatabase 130 (FIG.
- GUI graphical user interface
- the present embodiment can overcome existing limitations by handling more than one file structure and internal format of NetCDF files.
- the present embodiment can automatically detect the internal format and can extract the metadata 113 (FIG. 3 A) and data ranges 115 (FIG. 3 A) within the file(s) 107 (FIG. 3 A). This can allow verification of the contents of the file 107 (FIG. 3 A) prior to processing and storage of the extracted data 319 (FIG. 3B).
- the user can be presented with options for defining a subset of the data to be loaded.
- additional options can enable several types of custom processing as the data are extracted from the files 107 (FIG. 3 A), loaded into memory and prepared for display.
- file selector choice 107a classification level 203, scalar/vector choice 205, number of selected layers 207, default layer name 209, clip subset choice 21 1 , animation choice 213, KML generation choice 215, metadata selector 1 13a, data range selector 115a, and customization info selector 119a can be selected, for example, but not limited to, by a user.
- These inputs can also be automatically provided.
- a display of outline 251 of the extent 251 a of the dataset on the map 327 can be provided, for example, for a visual location verification.
- mapping manager 127b can include a set of object classes that can manage the preparation and display of data to the table of contents and can create the map display 327 (FIG. 3B).
- TOC processor 325 (FIG, 1) can organize extracted data 319 (FIG. 1 ) for easy access, as shown. Raster and feature generation for dataset display can be included, and a table of contents hierarchy based on root level 263 can provide linkage to organized time versus depth 265 map data.
- a custom layer display that includes magnitude (scalar data 271) and an additional direction indication for vector data 269 can be output by scalar/vector processor 321 (FIG. 1) to the geospatial environment 329 (FIG. 1).
- the present embodiment overcomes the geospatial environment 329 (FIG. 1) limitation of displaying one attribute per maptip 272, which are displayed when the mouse hovers over a map feature within the geospatial environment 329 (FIG. 1), to being able to display as much attribute information as needed as shown 272.
- ESR1 only allows associating one attribute within the maptip 272.
- the present embodiment allows displaying one or more of the attribute information through the use of an extra attribute which is assigned to the maptip 272 and by programmatically adding text and formatting chosen from one or more of the other attributes 273.
- Input 301 can be, for example, a GUI having a user interface to customize input, process input, and output options.
- Input 301 can enable processing of NetCDF files 107 (FIG. 3 A) that contain multiple time slices per file for a given of the NetCDF datasets 108 (FIG. 3 A) selected as by the screen in, for example, FIG. 5, processing of NetCDF folders that contain a single NetCDF file 107 (FIG. 3A) for each time slice for the given dataset, processing of standard numerical model forecast files, such as, for example, but not limited to,
- NAVOCEANO NCOM files as can be selected by the screen in, for example, FIG. 5, processing of a NRL-modified NAVOCEANO NCOM format for additional environmental datasets, processing both scalar and vector based datasets as can be selected by the screen in, for example, FIG. 5, processing of 2D to 4D datasets as can be selected by the screen in, for example, FIG. 5, and metadata review of the selected dataset for verification prior to processing when, for example classification, file type, and time period choices are selected by the screen in, for example, FIG. 5.
- Verification can be directed to, for example, but not limited to, security classification, file internal format type, data source, forecast model (for NCOM), parameter (dataset) name, and measurement units.
- Input 301 (FIG. 3A) can also display an outline 251 (FIG. 6) of the extent 251a (FIG. 6) of the dataset on the map 327 (FIG. 6) for a visual location verification, as can be selected by the screen in FIG. 5.
- Input 301 (FIG. 3A) can also display an outline 251 (FIG. 6) of the extent 251a (FIG. 6) of the dataset on the map 327 (FIG. 6) for a visual location verification, as can be selected by the screen in FIG. 5.
- Input 301 (FIG. 3A)
- 3 A) can also limit the subset based on latitude and longitude for a defined area of interest, limit to subset by selecting date and time range within the dataset, limit the subset by selecting a depth level range within dataset, provide a default layer name based on metadata, add or subtract a static value across the board for magnitude and or direction (if vector based) for entire the dataset import, provide an indication of how much data is currently selected to be processed, perform subsetting and processing simultaneously as data are imported, choose to preview the results and optionally to also store the results for later viewing and analysis so reprocessing is not required, (all as shown in FIG. 5) and output a custom layer display that includes magnitude and an additional direction indication for vector data as chosen by a selection made on the screen shown in FIG. 7.
- Input 301 can optionally output a time depth average 129 (FIG. 3 A) for subset range selected using the screen in FIG. 5, output the imported layer as modified by the custom calculation settings made using the screen in FIG. 5, output custom Keyhole Markup Language (KML) files 131 (FIG. 3 A) for display in, for example, but not limited to, GOOGLE® Earth as selected in the screen in FIG. 5, output an organized table of contents (TOC) 330 (FIG. 3A) for navigating the dataset while viewing within the GIS map display (see FIG. 6), and output the imported base data into the geodatabase 130 (FIG. 3A) for later viewing and analysis as selected by the screen in FIG. 5.
- KML Keyhole Markup Language
- the present embodiment can further include a custom geospatial/relational database schema which is configured within geodatabase 130 (FIG. 3 A) that can store processing results from extractor 109 (FIG. 3A) and verification processor 111 (FIG. 3A), subset/customization processor 123 (FIG. 3A), and time depth average processor 126 (FIG. 3A) through the use of the storage processor 127 (FIG. 3A).
- What gets stored is based on input 301 (FIG. 3A) options selected through, for example, a screen such as in FIG. 5, such as, for example, but not limited to, original subset metadata, original subset data layers, custom calculation results, time depth average calculations, and tool tip metadata.
- the custom geospatial/relational database schema can be configured in the geodatabase 130 (FIG. 3 A) so that the storage processor 127 (FIG. 3 A) can store hierarchy information for loading data into organized TOC tree structure, and can allow custom animation within the geospatial environment 329 (FIG. 3A).
- the geospatial/relational database schema can allow reloading previously processed data to save processing time from the geodatabase 130 (FIG. 3A).
- Storage processor 127 can also include a database manager 127a (FIG. 3A) having an API Object Library including, for example, but not limited to, a set of object classes that allow the storage processor 127 (FIG. 3B) to manage the geospatial database 130 (FIG. 3B) that can support dataset metadata 113 (FIG. 3A), geospatial/relational data, and data hierarchy information within the geospatial database 130 (FIG. 3B). Further, storage processor 127 (FIG. 3B) can include a map manager 127b (FIG. 3B) having an API Object Library that can include a set of object classes that can allow the storage processor 127 (FIG.
- Geospatial environment 329 can include rasters and features, generated by subset/customization processor 123 (FIG. 3A) and time depth average processor 126 (FIG. 3A), for dataset display and creation of table of contents 330 (FIG. 3A) hierarchy and linkage between table of contents 330 (FIG. 3A) and map data 327 (FIG. 3B) display (see FIG. 8), and handling of metadata 113 (FIG. 3 A) to support custom tool tips 272 (FIG. 9) from the TOC manager 127c (FIG. 3B) and storage processor 127 (FIG. 3A).
- Raw data and results from the computations of the systems and methods present embodiments can be stored for future retrieval and processing, printed, displayed, transferred to another computer, and/or transferred elsewhere.
- Input 301 (FIG. 3A), through electronic communications 341 (FIG. 3A) can provide file structure 103 (FIG. 3 A) through which formatted customized subsetted data 131 (FIG. 3 A) can be transmitted.
- Electronic communications 341 (FIG. 3A) can be wired or wireless, for example, using cellular communication systems, military communications systems, and satellite communications systems. Any software required to implement the system can be written in a variety of conventional programming languages.
- Systems 100 (FIG. 3 A) and 300 (FIG. 1), including any possible software, firmware, and hardware, can operate on a computer having a variable number of CPUs. Other alternative computer platforms can be used.
- the operating system can be, for example, but is not limited to, WINDOWS® or LINUX®.
- methods 350 (FIG. 2) and 150 (FIG. 4) can be, in whole or in part, implemented electronically.
- Signals representing actions taken by elements of systems 300 (FIG. 1) and 100 (FIG. 3 A) and other disclosed embodiments can travel over at least one live communications network 341 (FIG. 3 A).
- Control and data information can be electronically executed and stored on at least one computer-readable medium such as, for example, formatted customized subsetted data 131 (FIG. 3 A).
- System 100 (FIG. 3 A) can be implemented to execute on at least one computer node 342 (FIG. 3A) in at least one live communications network 341 (FIG. 3A).
- At least one computer-readable medium can include, for example, but not be limited to, a floppy disk, a flexible disk, a hard disk, magnetic tape, or any other magnetic medium, a compact disk read only memory or any other optical medium, punched cards, paper tape, or any other physical medium with patterns of holes, a random access memory, a programmable read only memory, and erasable programmable read only memory (EPROM), a Flash
- the at least one computer readable medium can contain graphs in any form including, but not limited to, Graphic Interchange Format (GIF), Joint Photographic Experts Group (JPEG), Portable Network Graphics (PNG), Scalable Vector Graphics (SVG), and Tagged Image File Format (TIFF).
- GIF Graphic Interchange Format
- JPEG Joint Photographic Experts Group
- PNG Portable Network Graphics
- SVG Scalable Vector Graphics
- TIFF Tagged Image File Format
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Educational Administration (AREA)
- Educational Technology (AREA)
- Mathematical Physics (AREA)
- Business, Economics & Management (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Ecology (AREA)
- Life Sciences & Earth Sciences (AREA)
- Computer Hardware Design (AREA)
- Data Mining & Analysis (AREA)
- Remote Sensing (AREA)
- Software Systems (AREA)
- User Interface Of Digital Computer (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Processing Or Creating Images (AREA)
Abstract
System and method for providing an automated method of importing NetCDF formatted data from a variety of sources that contain a variety of internal datasets. Options for processing and analysis can be provided and can occur simultaneously as the data are being processed. Storage and organization options provide efficient viewing and analysis of NetCDF datasets.
Description
SYSTEM AND METHOD FOR IMPORTING NETCDF DATA
TECHNICAL FIELD
[0001] This Application is a non-provisional application claiming priority to United States Provisional Patent application # 61/582,381 filed on January 1, 2012, under 35 U.S.C. 119(e). Methods and systems disclosed herein relate generally to accessing and importing data, and more particularly to accessing Network Common Data Format (NetCDF) datasets and importing those datasets into geospatial map displays.
BACKGROUND ART
[0002] NetCDF is an Application Programming Interface (API) that is used to manage array-based scientific data in a machine-independent format. A variety of data types are typically stored in NetCDF files such as single-point observations, time series, regular-spaced grids, and satellite or radar images. The API is intended to provide a common data access method for all applications that generate and/or make use of NetCDF data.
[0003] Oceanographers plan and monitor the use of underwater gliders to collect environmental data and use numerical model forecasts stored in NetCDF files to study the effects of environmental forces on glider missions. The datasets provided within a numerical model forecast range from two-dimensional scalar to four-dimensional vector information. Physical aspects provided in these datasets that affect vehicle mission planning and monitoring include temperature, salinity and current magnitude and direction. Being able to import these datasets into a Geospatial Information System (GIS) for analysis is crucial to safe and successful operation of these vehicles.
[0004] Currently, users load datasets one file at a time, one layer at a time for every time slice. Each of the data layers then need to be custom clipped if a subset is all that is needed. Custom calculations have to be made manually. Further, the data display is disorganized and crowds the root level of the table of contents hindering the navigation of those data layers for viewing and analysis. Also any tool tip information is limited to a single attribute field within the dataset. Finally, if the data are viewed again later, the entire process has to be repeated.
[0005] Accordingly, there is a need for a method and system that provide (1) automatic extraction of each two-dimensional slice of data for each depth for every time interval, (2) subset area determination when needed, (3) automatic organization of the information into a manageable tree structure as in many cases there can be over 1000 layers that could possibly be imported per dataset, and (4) automatic calculation of a time depth average for all of the imported layers.
DISCLOSURE OF THE INVENTION
[0006] The system and method of the present embodiment for providing improved import, organization and analysis functionality for multi -dimensional datasets stored in NetCDF from within a Geospatial Information System (GIS). The graphical user interface (GUI) can be, for example, but not limited to, a compatible plug in tool for use in GIS systems provided by the Environmental Systems Research Institute (ESRI).
[0007] The system and method of the present embodiment overcome existing limitations by automatically handling multiple file structures and internal formats of NetCDF files. The system and method automatically detect internal file formats and extract metadata and data ranges within the file(s). Thus, file contents can be verified prior to
processing and storage of extracted data. A subset of the data can be chosen to limit processing to the data most pertinent to a particular project.
[0008] The method for populating a map in a geospatial environment from NetCDF data can include, but is not limited to including, the steps of automatically determining characteristics of the NetCDF data, automatically displaying the characteristics for interactive modification of the characteristics, automatically distinguishing the
NetCDF data that are scalar values from the NetCDF data that are vector values, automatically creating an index map in computer memory, automatically extracting a subset of the NetCDF data based on the modified characteristics and the index map, the subset being extracted in three or four dimensions, depending on whether the NetCDF data are scalar values or vector values, respectively, automatically providing the extracted subset to the geospatial environment to create the map, and automatically manipulating a table of contents in the geospatial environment to reference the extracted subset directly. The NetCDF data can include a plurality of files.
[0009] Optionally, the method can include the steps of automatically determining the extent of the NetCDF data, and automatically determining the resolution of the NetCDF data. Further optionally, the method can include the step of automatically performing time-depth averaging on the extracted subset, automatically exporting the extracted subset to a KML format, and automatically storing the extracted subset on a computer-readable medium. The four dimensions comprise u and v components of the vector values, depth, and time, and the three dimensions comprise the scalar value, depth, and time. The method can optionally include the steps of requesting from the geospatial environment the u and v components associated with each of the depths at each of the times, and calculating a magnitude and a direction of the vector values based on the u and v components. The method can further optionally include the steps of automatically creating two-dimensional arrays, automatically computing time-depth averages over the extracted subset, storing intermediate values of the time-depth averages in the two-dimensional arrays. The method step of manipulating can include, but is not limited to including, the steps of identifying the extracted subset as a string representative of a hierarchy, and storing the string in the table of contents according to the hierarchy.
[00010] The method of the present embodiment for accessing NetCDF-formatted datasets and importing the datasets into a geospatial map can include, but is not limited to including, the steps of receiving a file structure and an identifier for the NetCDF-formatted dataset, automatically detecting an internal format of a file from the NetCDF- formatted dataset identified by the identifier based on the file structure, automatically extracting metadata and data ranges from the file based on the internal format, automatically enabling verification of NetCDF data in the file based on the metadata and the data ranges, receiving subset information and customization information and simultaneously automatically extracting the NetCDF data from the file based on the subset information and the customization information, automatically calculating a time depth average for all layers in the extracted NetCDF data, and automatically storing the extracted NetCDF data and the average in Keyhole Markup Language (KML) files on a computer-readable medium.
[00011] The method can further optionally include the steps of automatically detecting if the file includes multiple time slices or a single time slice, automatically detecting in the file includes scalar or vector data, automatically detecting dimensionality of the NetCDF data, automatically detecting a security classification of the NetCDF data, automatically displaying an outline of the extent of the dataset on the map, automatically creating and storing on the computer-readable medium an electronic table of contents for electronic navigation of the NetCDF dataset, automatically storing on the computer-readable medium the extracted NetCDF data in an electronic geodatabase, automatic all}' overriding, based on the metadata, an ESRI limitation to a single attribute for mouse-over tooltip
generation, automatically organizes the extracted data to support custom animation on the map, enabling automatic modification of the extracted data, and storing on the computer-readable medium a geospatial/relational database schema and database manager API to manage the metadata, the layers, and the time depth average.
[00012] A computer system for populating a map in a geospatial environment from NetCDF data can include, but is not limited to including, a characteristics processor automatically determining characteristics of the NetCDF data, a display processor automatically displaying the characteristics for interactive modification of the characteristics, a scalar/vector processor automatically distinguishing the NetCDF data that are scalar values from the NetCDF data that are vector values, an index map processor automatically creating an index map in computer memory, a data extractor automatically extracting a subset of the NetCDF data based on the modified characteristics and the index map, the subset being extracted in three or four dimensions, depending on whether the NetCDF data are scalar values or vector values, respectively, the data extractor automatically providing the extracted subset to the geospatial environment to create the map, and a table-of-contents processor automatically manipulating a table of contents in the geospatial environment to reference the extracted subset directly. The characteristics processor can optionally automatically determine the extent of the NetCDF data, and automatically determines the resolution of the NetCDF data. The data extractor can optionally automatically perform time-depth averaging on the extracted subset, can automatically export the extracted subset to a KML format, can request from the geospatial environment the u and v components associated with each of the depths at each of the times, and calculates a magnitude and a direction of the vector values based on the u and v components, and can automatically create two-dimensional arrays, and automatically computes time-depth averages over the extracted subset, storing intermediate values of the time-depth averages in the two-dimensional arrays. The table-of-contents processor identifies the extracted subset as a string representative of a hierarchy, and stores the string in the table of contents according to the hierarchy.
[00013] A computer system for accessing NetCDF-formatted datasets and importing the datasets into a geospatial map can include, but is not limited to including, a format processor receiving a file structure and an identifier for the NetCDF-formatted dataset, the format processor automatically detecting an internal format of a file from the NetCDF-formatted dataset identified by the identifier, the identifier based on a file structure, a metadata/data range extractor automatically extracting metadata and data ranges from the file based on the internal format, a verification processor automatically enabling verification of NetCDF data in the file based on the metadata, the data ranges, and verification information, the verification processor producing verified data, a subset/customization processor receiving subset information and customization information, the subset customization processor simultaneously automatically extracting the NetCDF data rom the file based on the subset information and the customization information, the subset/customization processor calculating subsetted/cusiomized data in layers, a time depth average processor automatically calculating a time depth average for all the layers in the extracted NetCDF data, and a storage processor automatically storing formatted subsetted/cusiomized data in the layers, the storage processor automatically storing an average in Keyhole Markup Language (KML) files on a computer-readable medium. The format processor can include computer code stored on a computer readable medium for automatically detecting if the file includes multiple time slices or a single time slice, automatically detecting if the file includes scalar or vector data, automatically detecting dimensionality of the NetCDF data, and automatically detecting a security classification of the NetCDF data. The storage processor can include computer code stored on a computer readable medium for automatically displaying an outline of the extent of the dataset on the map, automatically creating and storing on the computer-readable medium an electronic table o contents for electronic navigation ofthe NetCDF dataset, and automatically storing on the computer-
readable medium the extracted NetCDF data in an electronic geodatabase. The metadata/data range extractor processor can include, but is not limited to including, computer code stored on a computer readable medium for automatically overriding, based on the metadata, an ESR1 limitation to a single attribute for mouse-over tooltip generation. The storage processor can optionally include computer code stored on a computer readable medium for automatically organizing the extracted data to support custom animation on the map, enabling automatic modification of the extracted data, storing a geospatial/relational database schema and database manager API to manage the metadata, the layers, and the time depth average, automatically organizing 4D data for traversal and review on the map display, automatically creating a result dataset including calibration adjustments for source data by adding or subtracting a known amount across the entire field of data, and automatically making the result dataset available and viewable within the map display.
[00014] These and other aspects and features of the present teachings will become apparent from the following detailed description of the exemplary embodiments, read in conjunction with, and with reference to, the accompanying drawings. BRIEF DESCRIPTION OF THE DRAWINGS
[00015] Referring now to the drawings, in which like numerals represent like elements, aspects of the exemplary embodiments will be described in connection with the drawing set.
[00016] FIG. 1 is a schematic block diagram of one embodiment of the system of the present embodiment;
[00017] FIG. 2 is a flowchart of one embodiment of the method of the present embodiment;
[00018] FIG. 3 A is a schematic block diagram of an other embodiment of the system of the present embodiment;
[00019] FIG. 3B is a schematic block diagram of the storage process of the embodiment of FIG. 3A;
[00020] FIG. 4 is a flowchart of another embodiment of the method of the present embodiment;
[00021] FIG. 5 is a computer screen shot of an exemplary GUI of the present embodiment;
[00022] FIG. 6 is a computer screen shot of an outline of the extent of the dataset;
[00023] FIG. 7 is a computer screen shot of static value modification selection;
[00024] FIG. 8 is a computer screen shot of a dataset table of contents display; and
[00025] FIG. 9 is a computer screen shot of a custom layer display.
MODES FOR CARRYING OUT THE INVENTION
[00026] The problems set forth above as well as further and other problems are solved by the present teachings. These solutions and other advantages are achieved by the various embodiments of the teachings described herein below.
[00027] Referring now to FIG. 1, system 300 for populating a map in a geospatial environment from NetCDF data can include, but is not limited to including, characteristics processor 303 automatically determining characteristics
311 of the NetCDF data 107, display processor 309 automatically displaying characteristics 311 for interactive modification of characteristics 311, and scalar/vector processor 321 automatically distinguishing NetCDF data 107 that are scalar values from NetCDF data 107 that are vector values and setting S/V flag 315 accordingly. Characteristics processor 303 can automatically determine the extent of NetCDF data 107, and can automatically determine the resolution of NetCDF data 107. System 300 can further include index map processor 310 automatically creating index map 317 in computer memory, data extractor 323 automatically extracting a subset of NetCDF data 107 based on modified characteristics 313 and index map 317, the subset being extracted in three or four dimensions, depending on the value of S/V flag 315, i.e. whether the NetCDF data are scalar values or vector values, respectively. The four dimensions can include u and v components of the vector values, depth, and time. The three dimensions can include a scalar value, depth, and time. Data extractor 323 can automatically provide extracted subset 319 to geospatial environment 329 to create map 327. System 300 can still further include table-of-contents processor 325 automatically manipulating table of contents 330 in geospatial environment 329 by creating TOC info 331 to reference extracted subset 319 directly. NetCDF data 107 can include a plurality of files. Data extractor 323 can automatically perform time-depth averaging on the extracted subset, export extracted subset 319 to a ML format, request from the geospatial environment the u and v components associated with each of the depths at each of the times, calculate a magnitude and a direction of the vector values based on the u and v components, create two-dimensional arrays, and automatically compute time-depth averages over the extracted subset, storing intermediate values of the time-depth averages in the two-dimensional arrays. Table-of-contents processor 325 can identify extracted subset 319 as a string representative of a hierarchy, and can store the string in table of contents 330 according to the hierarchy.
[00028] Referring now primarily to FIG. 2, method 350 for populating map 327 (FIG. 1) in geospatial environment 329 (FIG. 1) from NetCDF data 107 (FIG. 1), which can optionally include a plurality of files, can include, but is not limited to including, the steps of automatically determining 351 characteristics 303 (FIG. 1) of NetCDF data 107 (FIG. 1), automatically displaying 353 characteristics 311 (FIG. 1) for interactive modification of characteristics 311 (FIG. 1), automatically distinguishing 355 NetCDF data 107 (FIG. 1) that are scalar values from NetCDF data 107 (FIG. 1) that are vector values, automatically creating 357 index map 317 (FIG. 1) in computer memory, automatically extracting 359 a subset of NetCDF data 107 (FIG. 1) based on modified characteristics 313 (FIG. 1) and index map 317 (FIG. 1), the subset 319 (FIG. 1) being extracted in three or four dimensions, depending on whether NetCDF data 107 (FIG. 1) are scalar values or vector values, respectively. The four dimensions can include, but are not limited to including u and v components of the vector values, depth, and time. The three dimensions can include, but are not limited to including a scalar value, depth, and time. Method 350 can further include the steps of automatically providing 361 extracted subset 319 (FIG. 1) to geospatial environment 329 (FIG. 1) to create map 327 (FIG. 1), and automatically manipulating 363 table of contents 330 (FIG. 1) in geospatial environment 329 (FIG. 1) to reference extracted subset 319 (FIG. 1) directly. Method 350 can optionally include the steps of automatically determining the extent of NetCDF data 107 (FIG. 1) and automatically determining the resolution of NetCDF data 107 (FIG. 1).
Method 350 can further optionally include the steps of automatically performing time-depth averaging on extracted subset 319 (FIG. 1), automatically exporting extracted subset 319 (FIG. 1) to a KML format, automatically storing extracted subset 319 (FIG. 1) on a computer-readable medium, requesting from geospatial environment 329 (FIG. 1) the u and v components associated with each of the depths at each of the times, calculating a magnitude and a direction of the vector values based on the u and v components, automatically creating two-dimensional arrays, and automatically computing time-depth averages over extracted subset 319 (FIG. 1), storing intermediate values of the time-depth
averages in the two-dimensional arrays. The step of manipulating can include, but is not limited to including, the steps of identifying extracted subset 319 (FIG. 1 ) as a string representative of a hierarchy, and storing the string in table of contents 330 according to the hierarchy.
[00029] Referring now to FIG. 3 A, system 100 for accessing NetCDF-formatted datasets and importing the datasets into a geospaiial map can include, but is not limited to including, format processor 101 receiving, for example, but not limited to, from input 301 through electronic communications 341, file structure 103 and identifier i 05 for the NetCDF-formatted daiaset and automatically detecting an internal format of file 107 from NetCDF-formatted datasei 108 identified by identifier 105 based on file structure 103 and metadata/data range extractor 109 automatically extracting metadata 113 and data ranges 115 from file 107 based on the internal format. System 100 can automatically organize the data ranges 115 and file structures 103 into an indexed memory map to allow pro grammatically traversing the entire 4D dataset during processing as needed. System 100 can also include verification processor 111 automatically enabling verification of NetCDF data in file 107 based on metadata 1 13, data ranges 115, and verification info 117 producing verified data 121 , and subset/customization processor 123 receiving subset information and customization information 1 19 and simultaneously automatically extracting NetCDF data from file 107 based on subset information and the customization information 1 i 9, and calculating subsetted customized data in layers 125, Subset customization processor 123 can automatically create a result dataset that represents calibration adjustments for source data by adding or subtracting a known amount across the entire field of data. Mapping manager 127b (FIG. 3B) can automatically make the resultant datasets available and viewable within the map display. System 100 can also include time depth average processor 126 automatically calculating time depth average 129 for all layers 125 in the extracted NetCDF data, and storage processor 127 automatically storing formatted subsetted/customized data in layers 125 and average 129 in, for example, but not limited to, Keyhole Markup Language (KML) files 131 on computer-readable media. Format processor 101 can automatically detect if file 107 includes multiple time slices or a single time slice, can automatically detect i f file 107 includes scalar or vector data, can automatically detect dimensionality of the NetCDF data in file 107, and can automatically detect a security classification of the NetCDF data in file 107. Metadata data range extractor 109 can automatically override, based on the metadata 113, a geospatial environment 329 limitation to a single attribute for mouse-over tooltip generation.
[00030] Referring now to primarily FIG. 3B, mapping manager 127b can automatically display an outline of the extent of the NetCDF data on the map, and TOC manager 127c can automatically create and store on the computer- readable media an electronic table of contents 330 (FIG. 3 A) for electronic navigation of the NetCDF data. Database manager 127a can automatically store on the computer-readable media the extracted NetCDF data 319 in an electronic geodatabase 130. TiJC manager 127c can automatically organize the extracted data 319 to support custom animation on the map 327, and can enable automatic modification of the extracted data 319. Database manager 127a can store on the computer-readable media a geospatial/relational database schema and a database manager API to manage the metadata, the layers, and the time depth average,
[00031 ] Referring now primarily to FIG. 4, method 150 for accessing NetCDF-formatted datasets 108 (FIG.
3A) and importing the datasets 108 (FIG. 3A) into a geospatial map 327 (FIG. 3B) can include, but is not limited to including, the steps of receiving 151 file structure 103 (FIG. 3 A) and an identifier 105 (FIG. 3 A) for the NetCDF- formatted dataset, automatically detecting 153 an internal format of a file from the NetCDF-formatted dataset identified by the identifier 105 (FIG. 3 A) based on the file structure 103 (FIG. 3A), automatically extracting 1 5 metadata 113 (FIG. 3A) and data ranges 1 15 (FIG. 3 A) from the file 107 (FIG. 3A) based on the internal format, automatically
enabling 157 verification of NetCDF data in the file 107 (FIG. 3A) based on the metadata 113 (FIG. 3A) and the data ranges 115 (FIG. 3 A), receiving 159 subset/verification information 1 17 (FIG. 3 A) and customization information 119 (FIG. 3 A) and simultaneously automatically extracting the NetCDF data from the file 107 (FIG. 3A) based on the subset/verification information 117 (FIG. 3 A) and the customization information 119 (FIG. 3 A), automatically calculating 161 a time depth average 129 (FIG. 3A) for all layers in the extracted NetCDF data 319 (FIG. 3B), and automatically storing 163 the extracted NetCDF data 125 (FIG. 3 A) and the average 129 (FIG. 3 A) in Keyhole Markup Language (KML) files 130a (FIG. 3A) on a computer-readable medium. If 165 there are more data to process, method 150 can include the step of processing 169 the next time, depth, latitude, and longitude dataset array within the selection. If 165 there are no more data to process, method 150 can include the step of finalizing 167 the time/depth averaging and file output.
[00032] Method 150 can optionally include the steps of automatically detecting if the file 107 (FIG. 3 A) includes multiple time slices or a single time slice, automatically detecting if the file 107 (FIG. 3 A) includes scalar or vector data, automatically detecting dimensionality of the NetCDF data, automatically detecting a security classification of the NetCDF data, automatically displaying an outline of the extent of the dataset. on the map, automatically creating and storing on the computer-readable medium an electronic table of contents 330 (FIG. 3 A) for electronic navigation of the NetCDF dataset, automatically storing on the computer-readable medium the extracted NetCDF data 319 (FIG. 3B) in an electronic geodatabase 130 (FIG. 3B), automatically overriding, based on the metadata 113 (FIG. 3 A), a geospatial environment 329 (FIG. 3 A) limitation to a single attribute for mouse-over tooltip generation, automatically organizing the extracted data 319 (FIG. 3B) to support custom animation on the map 327 (FIG. 3B), enabling automatic modification of the extracted data 319 (FIG. 3B), and storing on the computer-readable medium a geospatial/reiational database schema and database manager API to manage the metadata 1 13 (FIG. 3A), the layers 125 (FIG. 3A), and the time depth average 129 (FIG, 3 A),
[00033] Referring now primarily to FIG. 5, the present embodiment can include graphical user interface (GUI)
200 (FIG. 1 ) that can provide a multi-function approach to accessing datasets stored in the NetCDF format. The present embodiment can overcome existing limitations by handling more than one file structure and internal format of NetCDF files. Once the user indicates the file structure and selects the dataset of interest, the present embodiment can automatically detect the internal format and can extract the metadata 113 (FIG. 3 A) and data ranges 115 (FIG. 3 A) within the file(s) 107 (FIG. 3 A). This can allow verification of the contents of the file 107 (FIG. 3 A) prior to processing and storage of the extracted data 319 (FIG. 3B). In order to customize the import of the dataset, the user can be presented with options for defining a subset of the data to be loaded. Once the limits have been received, for example, but not limited to, selected by a user, additional options can enable several types of custom processing as the data are extracted from the files 107 (FIG. 3 A), loaded into memory and prepared for display. From GUI 200, file selector choice 107a, classification level 203, scalar/vector choice 205, number of selected layers 207, default layer name 209, clip subset choice 21 1 , animation choice 213, KML generation choice 215, metadata selector 1 13a, data range selector 115a, and customization info selector 119a can be selected, for example, but not limited to, by a user. These inputs can also be automatically provided.
[00034] Referring now to FIG. 6, a display of outline 251 of the extent 251 a of the dataset on the map 327 can be provided, for example, for a visual location verification.
[00035] Referring now to FIG. 7, static value 253 can be added or subtracted across the board for a magnitude and/or direction (if vector-based) for a database import,
[00036] Referring now primarily to FIG. 8, mapping manager 127b (FIG. 3B) can include a set of object classes that can manage the preparation and display of data to the table of contents and can create the map display 327 (FIG. 3B). TOC processor 325 (FIG, 1) can organize extracted data 319 (FIG. 1 ) for easy access, as shown. Raster and feature generation for dataset display can be included, and a table of contents hierarchy based on root level 263 can provide linkage to organized time versus depth 265 map data.
[00037J Referring now primarily to FIG. 9, a custom layer display that includes magnitude (scalar data 271) and an additional direction indication for vector data 269 can be output by scalar/vector processor 321 (FIG. 1) to the geospatial environment 329 (FIG. 1). In addition, the present embodiment overcomes the geospatial environment 329 (FIG. 1) limitation of displaying one attribute per maptip 272, which are displayed when the mouse hovers over a map feature within the geospatial environment 329 (FIG. 1), to being able to display as much attribute information as needed as shown 272. As previously mentioned, ESR1 only allows associating one attribute within the maptip 272. The present embodiment allows displaying one or more of the attribute information through the use of an extra attribute which is assigned to the maptip 272 and by programmatically adding text and formatting chosen from one or more of the other attributes 273.
[00038J Computer system 100 (FIG. 3A) input 301 (FIG. 3 A) can be bound to geospatial environment 329
(FIG. 3 A) such as an ESRI GIS application. Input 301 can be, for example, a GUI having a user interface to customize input, process input, and output options. Input 301 (FIG. 3 A) can enable processing of NetCDF files 107 (FIG. 3 A) that contain multiple time slices per file for a given of the NetCDF datasets 108 (FIG. 3 A) selected as by the screen in, for example, FIG. 5, processing of NetCDF folders that contain a single NetCDF file 107 (FIG. 3A) for each time slice for the given dataset, processing of standard numerical model forecast files, such as, for example, but not limited to,
NAVOCEANO NCOM files as can be selected by the screen in, for example, FIG. 5, processing of a NRL-modified NAVOCEANO NCOM format for additional environmental datasets, processing both scalar and vector based datasets as can be selected by the screen in, for example, FIG. 5, processing of 2D to 4D datasets as can be selected by the screen in, for example, FIG. 5, and metadata review of the selected dataset for verification prior to processing when, for example classification, file type, and time period choices are selected by the screen in, for example, FIG. 5.
Verification can be directed to, for example, but not limited to, security classification, file internal format type, data source, forecast model (for NCOM), parameter (dataset) name, and measurement units. Input 301 (FIG. 3A) can also display an outline 251 (FIG. 6) of the extent 251a (FIG. 6) of the dataset on the map 327 (FIG. 6) for a visual location verification, as can be selected by the screen in FIG. 5. Input 301 (FIG. 3 A) can also limit the subset based on latitude and longitude for a defined area of interest, limit to subset by selecting date and time range within the dataset, limit the subset by selecting a depth level range within dataset, provide a default layer name based on metadata, add or subtract a static value across the board for magnitude and or direction (if vector based) for entire the dataset import, provide an indication of how much data is currently selected to be processed, perform subsetting and processing simultaneously as data are imported, choose to preview the results and optionally to also store the results for later viewing and analysis so reprocessing is not required, (all as shown in FIG. 5) and output a custom layer display that includes magnitude and an additional direction indication for vector data as chosen by a selection made on the screen shown in FIG. 7. Input 301 (FIG. 3 A) can optionally output a time depth average 129 (FIG. 3 A) for subset range selected using the screen in FIG. 5, output the imported layer as modified by the custom calculation settings made using the screen in FIG. 5, output custom Keyhole Markup Language (KML) files 131 (FIG. 3 A) for display in, for example, but not limited to, GOOGLE® Earth as selected in the screen in FIG. 5, output an organized table of contents (TOC) 330 (FIG. 3A) for
navigating the dataset while viewing within the GIS map display (see FIG. 6), and output the imported base data into the geodatabase 130 (FIG. 3A) for later viewing and analysis as selected by the screen in FIG. 5.
[00039] The present embodiment can further include a custom geospatial/relational database schema which is configured within geodatabase 130 (FIG. 3 A) that can store processing results from extractor 109 (FIG. 3A) and verification processor 111 (FIG. 3A), subset/customization processor 123 (FIG. 3A), and time depth average processor 126 (FIG. 3A) through the use of the storage processor 127 (FIG. 3A). What gets stored is based on input 301 (FIG. 3A) options selected through, for example, a screen such as in FIG. 5, such as, for example, but not limited to, original subset metadata, original subset data layers, custom calculation results, time depth average calculations, and tool tip metadata. The custom geospatial/relational database schema can be configured in the geodatabase 130 (FIG. 3 A) so that the storage processor 127 (FIG. 3 A) can store hierarchy information for loading data into organized TOC tree structure, and can allow custom animation within the geospatial environment 329 (FIG. 3A). The geospatial/relational database schema can allow reloading previously processed data to save processing time from the geodatabase 130 (FIG. 3A).
[00040] Storage processor 127 (FIG. 3B) can also include a database manager 127a (FIG. 3A) having an API Object Library including, for example, but not limited to, a set of object classes that allow the storage processor 127 (FIG. 3B) to manage the geospatial database 130 (FIG. 3B) that can support dataset metadata 113 (FIG. 3A), geospatial/relational data, and data hierarchy information within the geospatial database 130 (FIG. 3B). Further, storage processor 127 (FIG. 3B) can include a map manager 127b (FIG. 3B) having an API Object Library that can include a set of object classes that can allow the storage processor 127 (FIG. 3B) through electronic communications 341 (FIG. 3B) to manage the preparation and display of data to the table of contents 330 (FIG. 3A) and GIS Map 327 (FIG. 3B) display within the geospatial environment 329 (FIG. 3A). Geospatial environment 329 (FIG. 3A) can include rasters and features, generated by subset/customization processor 123 (FIG. 3A) and time depth average processor 126 (FIG. 3A), for dataset display and creation of table of contents 330 (FIG. 3A) hierarchy and linkage between table of contents 330 (FIG. 3A) and map data 327 (FIG. 3B) display (see FIG. 8), and handling of metadata 113 (FIG. 3 A) to support custom tool tips 272 (FIG. 9) from the TOC manager 127c (FIG. 3B) and storage processor 127 (FIG. 3A).
[00041] Raw data and results from the computations of the systems and methods present embodiments can be stored for future retrieval and processing, printed, displayed, transferred to another computer, and/or transferred elsewhere. Input 301 (FIG. 3A), through electronic communications 341 (FIG. 3A) can provide file structure 103 (FIG. 3 A) through which formatted customized subsetted data 131 (FIG. 3 A) can be transmitted. Electronic communications 341 (FIG. 3A) can be wired or wireless, for example, using cellular communication systems, military communications systems, and satellite communications systems. Any software required to implement the system can be written in a variety of conventional programming languages. Systems 100 (FIG. 3 A) and 300 (FIG. 1), including any possible software, firmware, and hardware, can operate on a computer having a variable number of CPUs. Other alternative computer platforms can be used. The operating system can be, for example, but is not limited to, WINDOWS® or LINUX®.
[00042] Referring again primarily to FIGs. 2 and 4, methods 350 (FIG. 2) and 150 (FIG. 4) can be, in whole or in part, implemented electronically. Signals representing actions taken by elements of systems 300 (FIG. 1) and 100 (FIG. 3 A) and other disclosed embodiments can travel over at least one live communications network 341 (FIG. 3 A). Control and data information can be electronically executed and stored on at least one computer-readable medium such as, for example, formatted customized subsetted data 131 (FIG. 3 A). System 100 (FIG. 3 A) can be implemented to
execute on at least one computer node 342 (FIG. 3A) in at least one live communications network 341 (FIG. 3A). Common forms of at least one computer-readable medium can include, for example, but not be limited to, a floppy disk, a flexible disk, a hard disk, magnetic tape, or any other magnetic medium, a compact disk read only memory or any other optical medium, punched cards, paper tape, or any other physical medium with patterns of holes, a random access memory, a programmable read only memory, and erasable programmable read only memory (EPROM), a Flash
EPROM, or any other memory chip or cartridge, or any other medium from which a computer can read. Further, the at least one computer readable medium can contain graphs in any form including, but not limited to, Graphic Interchange Format (GIF), Joint Photographic Experts Group (JPEG), Portable Network Graphics (PNG), Scalable Vector Graphics (SVG), and Tagged Image File Format (TIFF).
[00043] Although the present teachings have been described with respect to various embodiments, it should be realized these teachings are also capable of a wide variety of further and other embodiments.
[00044] What is claimed is:
Claims
1. A method for populating a map in a geospatial environment from NetCDF data comprising the steps of:
automatically determining characteristics of the NetCDF data;
automatically displaying the characteristics for interactive modification of the characteristics;
automatically distinguishing the NetCDF data that are scalar values from the NetCDF data that are vector values;
automatically creating an index map in computer memory;
automatically extracting a subset of the NetCDF data based on the modified characteristics and the index map, the subset being extracted in three or four dimensions, depending on whether the NetCDF data are scalar values or vector values, respectively;
automatically providing the extracted subset to the geospatial environment to create the map; and automatically manipulating a table of contents in the geospatial environment to reference the extracted subset directly.
2. The method as in claim 1 wherein the NetCDF data comprises a plurality of files.
3. The method as in claim 1 further comprising the steps of:
automatically determining the extent of the NetCDF data; and
automatically determining the resolution of the NetCDF data.
4. The method as in claim 1 further comprising the step of:
automatically performing time-depth averaging on the extracted subset.
5. The method as in claim 1 further comprising the step of:
automatically exporting the extracted subset to a ML format.
6. The method as in claim 1 wherein the four dimensions comprise u and v components of the vector values, depth, and time.
7. The method as in claim 6 further comprising the steps of:
requesting from the geospatial environment the u and v components associated with each of the depths at each of the times; and
calculating a magnitude and a direction of the vector values based on the u and v components.
8. The method as in claim 1 further comprising the steps of:
automatically creating two-dimensional arrays; and
automatically computing time-depth averages over the extracted subset, storing intermediate values of the time-depth averages in the two-dimensional arrays.
9. The method as in claim 1 wherein the step of manipulating comprises the steps of: identifying the extracted subset as a string representative of a hierarchy; and
storing the string in the table of contents according to the hierarchy.
10. A system for populating a map in a geospatial environment from NetCDF data comprising:
a characteristics processor automatically determining characteristics of the NetCDF data;
a display processor automatically displaying the characteristics for interactive modification of the characteristics;
a scalar/vector processor automatically distinguishing the NetCDF data that are scalar values from the NetCDF data that are vector values;
an index map processor automatically creating an index map in computer memory;
a data extractor automatically extracting a subset of the NetCDF data based on the modified characteristics and the index map, the subset being extracted in three or four dimensions, depending on whether the NetCDF data are scalar values or vector values, respectively, the data extractor automatically providing the extracted subset to the geospatial environment to create the map; and
a table-of-contents processor automatically manipulating a table of contents in the geospatial environment to reference the extracted subset directly.
11. The system as in claim 10 wherein the characteristics processor automatically determines the extent of the NetCDF data, automatically determines the resolution of the NetCDF data, automatically performs time-depth averaging on the extracted subset, and automatically exports the extracted subset to a ML format.
12. The system as in claim 10 wherein the data extractor requests from the geospatial environment the u and v components associated with each of the depths at each of the times, and calculates a magnitude and a direction of the vector values based on the u and v components.
13. The system as in claim 10 wherein the data extractor automatically creates two-dimensional arrays, and automatically computes time-depth averages over the extracted subset, storing intermediate values of the time-depth averages in the two-dimensional arrays.
14. The system as in claim 10 wherein the table-of-contents processor identifies the extracted subset as a string representative of a hierarchy, and stores the string in the table of contents according to the hierarchy.
15. A computer system for accessing NetCDF-forrnatted datasets and importing the datasets into a geospatial map comprising:
a format processor receiving a file structure and an identifier for the NetCDF-forrnatted dataset, the formal processor automatically detecting an internal format of a file from the NetCDF-forrnatted dataset identified by the identifier, the identifier based on a file structure;
a metadata/data range extractor automatically extracting metadata and data ranges from the file based on the internal format; a verification processor automatically enabling verification of NetCDF data in the file based on the metadata, the data ranges, and verification information, the verification processor producing verified data;
a subset/customization processor receiving subset information and customization information, the subset/customization processor simultaneously automatically extracting the NetCDF data from the file based on the subset information and the customization information, the subset/customization processor calculating
subsetted/customized data in layers;
a time depth average processor automatically calculating a time depth average for all the layers in the extracted NetCDF data; and
a storage processor automatically storing formatted subsetted/customized data in the layers, the storage processor automatically storing an average in Keyhole Markup Language (KML) files on a computer -readable medium.
16. The system as in claim 15 wherein the format processor comprises computer code stored on a computer readable medium for:
automatically detecting if the file includes multiple time slices or a single time slice;
automatically detecting if the file includes scalar or vector data;
automatically detecting dimensionality of the NetCDF data; and
automatically detecting a security classification of the NetCDF data.
17. The system as in claim 15 wherein the storage processor comprises computer code stored on a computer readable medium for:
automatically displaying an outline ofthe extent of the dataset on the map; and
automatically creating and storing on the computer-readable medium an electronic table of contents for electronic navigation of the NetCDF dataset.
18. The system as in claim 22 wherein the metadata/data range extractor processor comprises computer code stored on a computer readable medium for:
automatically overriding, based on the metadata, an ESRI limitation to a single attribute for mouse-over tooltip generation.
19. A method for accessing NetCDF-formaited datasets and importing the datasets into a geospatial map comprising the steps of:
(a) receiving a file structure and an identifier for the NetCDF-formatted dataset;
(b) automatically detecting an internal format of a file from the NetCDF-formatted dataset identified by the identifier, the identifier being based on the file structure;
(c) automatically extracting metadata and data ranges from the file based on the internal format;
(d) automatically enabling veri fication of NetCDF data in the file based on the metadata and the data ranges;
(e) receiving subset information and customization information and simultaneously automatically extracting the NetCDF data from the file based on the subset information and the customization information;
(f) automatically calculating a time depth average for all layers in the extracted NetCDF data; and (g) automatically storing the extracted NetCDF data and the average in Keyhole Markup Language (KML) files on a computer-readable medium;
(h) repeating steps (e) - (g) if there are extracted NetCDF data to process; and
(i) finalizing the time depth average and file output.
20. The method as in claim 19 further comprising the steps of:
automatically detecting if the file includes multiple time slices or a single time slice;
automatically detecting if the file includes scalar or vector data;
automatically detecting dimensionality of the NetCDF data;
automatically detecting a security classification of the NetCDF data;
automatically displaying an outline of the extent of the dataset on the map;
automatically creating and storing on the computer-readable medium an electronic table of content s for electronic navigation of the NetCDF dataset;
automatically storing on the computer-readable medium the extracted NetCDF data in an electronic geodaiabase;
automatically overriding, based on the metadata, an ESRI limitation to a single attribute for mouse-over tooltip generation;
automatically organizing the extracted data to support custom animation on the map;
enabling automatic modification of the extracted data; and
storing on the computer -readable medium a geospatial/relational database schema and database manager API to manage the metadata, the layers, and the time depth average.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201261582381P | 2012-01-01 | 2012-01-01 | |
| US61/582,381 | 2012-01-01 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2013101510A1 true WO2013101510A1 (en) | 2013-07-04 |
Family
ID=48695804
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2012/070001 Ceased WO2013101510A1 (en) | 2012-01-01 | 2012-12-17 | System and method for importing netcdf data |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US8949246B2 (en) |
| WO (1) | WO2013101510A1 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106940706A (en) * | 2016-01-05 | 2017-07-11 | 施耐德电气美国股份有限公司 | The system and method for creating the geographical space network model in simultaneously managing customer environment |
| US11627199B2 (en) | 2016-01-05 | 2023-04-11 | Schneider Electric USA, Inc. | System and methods for creating a geospatial network model in a client environment |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9251419B2 (en) * | 2013-02-07 | 2016-02-02 | Digitalglobe, Inc. | Automated metric information network |
| US8819241B1 (en) | 2013-03-14 | 2014-08-26 | State Farm Mutual Automobile Insurance Company | System and method for a self service portal and automation for internally hosted virtual server resources |
| WO2018000024A1 (en) * | 2016-06-28 | 2018-01-04 | Anditi Pty Ltd | Method and system for flexible, high performance structured data processing |
| US10409814B2 (en) * | 2017-01-26 | 2019-09-10 | International Business Machines Corporation | Network common data form data management |
| CN109902120B (en) * | 2019-01-16 | 2023-06-02 | 中山大学 | Grid text precipitation data-oriented visual analysis method |
| US20220337984A1 (en) * | 2021-04-16 | 2022-10-20 | Wejo Limited | Method and system for efficient delivery of data product |
| CN114840673B (en) * | 2022-05-09 | 2024-04-16 | 中国人民解放军国防科技大学 | NetCDF-based multi-source heterogeneous marine environment data integration method |
| CN118467623B (en) * | 2024-07-10 | 2024-09-06 | 中国人民解放军国防科技大学 | Grid data visualization method, device, equipment and medium based on C# |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6993529B1 (en) * | 2001-06-01 | 2006-01-31 | Revenue Science, Inc. | Importing data using metadata |
| US20080016023A1 (en) * | 2006-07-17 | 2008-01-17 | The Mathworks, Inc. | Storing and loading data in an array-based computing environment |
| US20100332192A1 (en) * | 2009-04-27 | 2010-12-30 | The Government Of The United States Of America, As Represented By The Secretary Of The Navy | Method and Tools for Self-Describing Data Processing |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080033935A1 (en) * | 2006-08-04 | 2008-02-07 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
| US8249346B2 (en) * | 2008-01-28 | 2012-08-21 | The United States Of America As Represented By The Secretary Of The Army | Three dimensional imaging method and apparatus |
| WO2009151967A1 (en) * | 2008-05-28 | 2009-12-17 | Georgia Tech Research Corporation | Metabolic biomarkers for ovarian cancer and methods of use thereof |
| US8209124B2 (en) * | 2008-11-13 | 2012-06-26 | Saint Louis University | Apparatus and method for providing environmental predictive indicators to emergency response managers |
| MX2012003975A (en) * | 2009-10-08 | 2012-06-25 | Geco Technology Bv | Joint interpretation of rayleigh waves and remote sensing for near-surface geology. |
| US8576229B2 (en) * | 2011-01-31 | 2013-11-05 | The United States Of America, As Represented By The Secretary Of The Navy | Meteorology and oceanography geospatial analysis toolset |
-
2012
- 2012-12-07 US US13/707,935 patent/US8949246B2/en not_active Expired - Fee Related
- 2012-12-17 WO PCT/US2012/070001 patent/WO2013101510A1/en not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6993529B1 (en) * | 2001-06-01 | 2006-01-31 | Revenue Science, Inc. | Importing data using metadata |
| US20080016023A1 (en) * | 2006-07-17 | 2008-01-17 | The Mathworks, Inc. | Storing and loading data in an array-based computing environment |
| US20100332192A1 (en) * | 2009-04-27 | 2010-12-30 | The Government Of The United States Of America, As Represented By The Secretary Of The Navy | Method and Tools for Self-Describing Data Processing |
Non-Patent Citations (2)
| Title |
|---|
| KIM, JINAH ET AL.: "Web-based Information System for Ocean / Coastal Environmental Data Service", JOURNAL OF KISS: COMPUTING PRACTICES, vol. 17, no. 12, December 2011 (2011-12-01), pages 630 - 639 * |
| MURRAY BROWN: "Converting Grids and Motion Vectors to Google Earth Format, using Panoply", June 2011 (2011-06-01), Retrieved from the Internet <URL:http://marinedataliteracy.org/ops/pano_gridsvecs.htm> * |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106940706A (en) * | 2016-01-05 | 2017-07-11 | 施耐德电气美国股份有限公司 | The system and method for creating the geographical space network model in simultaneously managing customer environment |
| CN106940706B (en) * | 2016-01-05 | 2023-03-10 | 施耐德电气美国股份有限公司 | Systems and methods for creating and managing geospatial network models in customer environments |
| US11627199B2 (en) | 2016-01-05 | 2023-04-11 | Schneider Electric USA, Inc. | System and methods for creating a geospatial network model in a client environment |
Also Published As
| Publication number | Publication date |
|---|---|
| US20130173631A1 (en) | 2013-07-04 |
| US8949246B2 (en) | 2015-02-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8949246B2 (en) | System and method for importing NetCDF data | |
| Serifoglu Yilmaz et al. | Comparison of the performances of ground filtering algorithms and DTM generation from a UAV-based point cloud | |
| KR101627169B1 (en) | System for authorting and providing augmented reality cotents | |
| Lindberg et al. | Estimation of tree lists from airborne laser scanning by combining single-tree and area-based methods | |
| Ye et al. | Development of a highly flexible mobile GIS-based system for collecting arable land quality data | |
| Tang et al. | Three-dimensional surface reconstruction of tree canopy from lidar point clouds using a region-based level set method | |
| Rogers et al. | Standard use of Geographic Information System (GIS) techniques in honey bee research | |
| US10969518B2 (en) | Flexible framework for ecological niche modeling | |
| CN114625820A (en) | Sample library system and organization method for artificial intelligence remote sensing image interpretation | |
| Chen et al. | The influence of sampling density on geographically weighted regression: a case study using forest canopy height and optical data | |
| CN110222223B (en) | Tile map publishing method and device | |
| AU2016201273A1 (en) | Recommending form fragments | |
| CN109241197A (en) | Data processing method, server and the storage medium that index is shown | |
| CN119514857A (en) | A forest resource data analysis method and system based on forestry ecological data | |
| Nowak et al. | The Adam Mickiewicz University Nature Collections IT system (AMUNATCOLL): portal, mobile application and graphical interface | |
| CN120045729B (en) | UAV photo and video management method and system based on geographic location | |
| Dumitru et al. | Understanding satellite images: a data mining module for sentinel images | |
| US8755606B2 (en) | Systems and methods for efficient feature extraction accuracy using imperfect extractors | |
| CN117931810B (en) | Structured management method and system for spatial image data | |
| CN104881425A (en) | WebGIS (geographic information system) map optimization based gradation loading method for tens of thousands of cameras | |
| Spirou-Sioula et al. | Technical aspects for 3D hybrid cadastral model | |
| CN118861131A (en) | A residential vacancy analysis method and system based on power big data | |
| Zhao et al. | Estimation of canopy height based on multi-source remote sensing data using forest structure aided sample selection | |
| Deng et al. | Semi-automatic approach for identifying locations of shallow debris slides/flows based on lidar-derived morphological features | |
| Bao et al. | An automatic extraction method for individual tree crowns based on self-adaptive mutual information and tile computing |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12861323 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 12861323 Country of ref document: EP Kind code of ref document: A1 |