Search NASA⌕ Search

SEARCH · Search NASA

Results for “Data Management Platform”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 181 records · Page 10

MAPPER: A personal computer map projection tool

MAPPER is a set of software tools designed to let users create and manipulate map projections on a personal computer (PC). The capability exists to generate five popular map projections. These include azimuthal, cylindrical, mercator, lambert, and sinusoidal projections. Data for projections are contained in five coordinate databases at various resolutions. MAPPER is managed by a system of pull-down windows. This interface allows the user to intuitively create, view and export maps to other platforms.

Bailey, Steven A.↗

The Fluids and Combustion Facility: Enabling the Exploration of Space

The Fluids and Combustion Facility (FCF) is an International Space Station facility designed to support physical and biological research as well as technology experiments in space. The FCF consists of two racks called the Combustion Integrated Rack (CIR) and the Fluids Integrated Rack (FIR). The capabilities of the CIR and the FIR and plans for their utilization will support the President's vision for space exploration. The CIR will accommodate physical research and technology experiments that address needs in the areas of spacecraft fire prevention, detection and suppression, incineration of solid wastes, and power generation. Initial experiments will provide data to support design decisions for exploration spacecraft. The CIR provides a large sealed chamber in a near-weightless environment. The chamber supports many simulated atmospheres including lunar or Martian environments. The FIR will accommodate experiments that address needs for advanced life support, power, propulsion, and spacecraft thermal control systems. The FIR can also serve as a platform for experiments that address human health and performance, medical technologies, and biological sciences. The FIR provides a large volume for payload hardware, reconfigurable diagnostics, customizable software, active rack-level vibration isolation, and data acquisition and management in a nearly uniform temperature environment.

Weiland, Karen J.↗

THE FLUIDS AND COMBUSTION FACILITY: ENABLING THE EXPLORATION OF SPACE

The Fluids and Combustion Facility (FCF) is an International Space Station facility designed to support physical and biological research as well as technology experiments in space. The FCF consists of two racks called the Combustion Integrated Rack (CIR) and the Fluids Integrated Rack (FIR). The capabilities of the CIR and the FIR and plans for their utilization will support the President s vision for space exploration. The CIR will accommodate physical research and technology experiments that address needs in the areas of spacecraft fire prevention, detection and suppression, incineration of solid wastes, and power generation. Initial experiments will provide data to support design decisions for exploration spacecraft. The CIR provides a large sealed chamber in a near-weightless environment. The chamber supports many simulated atmospheres including lunar or Martian environments. The FIR will accommodate experiments that address needs for advanced life support, power, propulsion, and spacecraft thermal control systems. The FIR can also serve as a platform for experiments that address human health and performance, medical technologies, and biological sciences. The FIR provides a large volume for payload hardware, reconfigurable diagnostics, customizable software, active rack-level vibration isolation, and data acquisition and management in a nearly uniform temperature environment.

Weiland, Karen J.↗

From the Knowledge-based Digital Platform (KbDP) Concept for Advanced Air Mobility Research to a Preliminary Prototype

Advanced Air Mobility (AAM) encompasses a range of innovative operational and technological changes to aviation (electric aircraft, increasingly automated aircraft, increasingly automated airspace operations, etc.) that are transforming aviation’s role in everyday movement of people and goods. There are multiple associated concepts and use cases for AAM, all interrelated, including small Unmanned Aircraft System (UAS) Traffic Management (UTM), Upper-Class E Traffic Management (ETM), Extensible Traffic Management (xTM), Regional Air Mobility (RAM), and Urban Air Mobility (UAM). These AAM operations must integrate with traditional Air Traffic Management (ATM) operations, as well as non-aviation modes of transportation and logistics. National Aeronautics and Space Administration (NASA) is spearheading an innovative digital engineering approach to integrate, communicate, and facilitate the research of multi-modal transportation systems. The Knowledge-based Digital Platform (KbDP) is a concept being developed that ties the workflows of Project Managers (PM), Principal Investigators (PI), and System Engineers together across organizational boundaries. It does so through the management of an information database defined by mathematical, data science, and system engineering principles. Machine Learning (ML) algorithms play a key role in this concept by extracting meaningful knowledge from the information database, which the human user leverages to greatly improve the efficiency and effectiveness of their research. Expected benefits of this concept include improved technology transfers from research to production, improved research portfolio investments, and research outcomes that are more integrated with all aspects of the multi-modal transportation problem. The preliminary KbDP prototype has been realized using UAM as a pathfinder use case and developed by a team of system engineer, software developer, data scientist, and interns.

Systems Engineering↗

Developing Concepts of Operations Using Multi-Step Tool Techniques With Large Language Models

The National Aeronautics and Space Administration (NASA) Air Mobility Pathfinders (AMP) project is developing and evaluating concepts of operations (ConOps) for safe, secure, and scalable Urban Air Mobility (UAM) operations. The AMP project’s Operational Concepts, Architecture, and Requirements Integration (OCARI) Team is using a Model Based System Engineering (MBSE) approach for integration, interoperability, and traceability of Advanced Air Mobility (AAM) ecosystems centered around urban air taxi services. The team’s goal is to define structures and behaviors needed for system feasibility, readiness, and interoperability, establish a UAM knowledge base, and trace and validate assumptions and requirements relevant to AAM. NASA Langley Research Center (LaRC) is spearheading an innovative digital engineering approach to integrate, communicate, and facilitate the research of multi-modal transportation systems. The Knowledge-based Digital Platform (KbDP) is a concept being developed that ties the workflows of Project Managers (PM), Principal Investigators (PI), and System Engineers together across organizational boundaries. It does so through the management of an information database defined by mathematical, data science, and system engineering principles. Machine Learning (ML) algorithms play a key role in this concept by extracting meaningful knowledge from relational and graph databases, document repositories, and system artifacts, which the human user leverages to greatly improve the efficiency and effectiveness of their research. Recent advancements in the field of Large Language Models (LLMs), specifically models trained for tool use, such as Command-R , now allow for the reliable implementation of single-step and multi-step tool-centric systems. These techniques provide the LLM with a set of tools, in our case Python functions, that can be called on to answer a much wider range of questions compared to LLMs implemented using a traditional single-source or Retrieval Augmented Generation (RAG) approach. Through this method, the LLM can pull information from multiple data sources, such as relational or graph databases, document repositories, application programming interfaces (APIs), and SysML artifacts depending on the user’s question. The LLM can also output the information in a variety of different formats, using output generation tools, such as CSV, UML, or SysML artifacts. Additionally, tools can be assigned roles and can work together to provide answers to queries in an “agent” like approach, similar to that implemented by Microsoft’s AutoGen framework where different agents can converse with each other to accomplish tasks. Previously, our team developed a chatbot system with “agent like” functionality in the form of different “modes” the user could select from a user interface (UI), this architecture can be seen on the left in figure 1. Three different modes were implemented, the first mode allowed the LLM to utilize the structures and algorithms within a graph database to trace UAM requirements. The second mode gave the LLM access to a vector search capable of providing relevant information from thousands of document pages related to UAM ConOps and requirements. The third mode served as a general assistant where users could enter open-ended questions and custom prompts to utilize the LLM for different use-cases. This system improved the process surrounding generating and analyzing information related to UAM requirements, however, the implementation provided a clunky user experience. Users were required to know what mode to select within the UI in advance before entering their question to the selected tool. Moreover, the different tools were isolated from each other, they lacked bidirectional links that would allow for tools to collaborate to generate better responses. Our team is working on a new architecture, seen on the right in the below figure, with the goal to address many of the UX shortcomings of our original system while improving the accuracy and depth of responses from the LLM. This new system will automatically select the appropriate tool to use based off the user’s question. Each tool will be capable of calling on any of the other tools available to the LLM, resulting in a collaborative pipeline where tools can pass data between other tools until enough data is received to generate an answer to the user’s question. Using a locally deployed, open-source, LLM, the NASA OCARI team, in collaboration with Collins Aerospace, will implement a prototype application that will bridge knowledge across multiple sources to assist System Engineers (SEs) with requirements discovery and tracing, research question and use case identification, and assumption validation. Such a system will also allow SEs to more easily, and intuitively, explore the AAM ecosystem, ultimately improving the efficiency and effectiveness of the SE's research and decision-making processes surrounding ConOps development and validation. In this session, our team will provide a video demonstration of our new prototype architecture in action. We will also present an overview of our prototype system architecture and talk about its advantages over traditional LLM deployments along with how those advantages can provide additional value to the field of System Engineering.

systems engineering↗

Model-Based Systems Engineering, Real-Time Operations, and Autonomy

Model-Based Systems Engineering has been enabled by the development of the SysML language and software tools to create systems models. Systems models described in SysML incorporate frames (Diagrams) that represent behaviors (activities, sequences, state machines, use cases), requirements, and structure (definitions, internal structure, parametric formulation, and packaging). The SysML models are, in turn, used by applications to do analysis and studies of the designs and operational capabilities. These uses of the model are based on simulations, and do not include hardware. This paper presents a software environment and processes that enables more comprehensive systems models for MBSE, and use of these rich models for real-time operations. The paper describes a software platform that enables creation of comprehensive models, beyond what is now possible with SysML and related software tools, called the NASA Platform for Autonomous Systems (NPAS). The platform encapsulates a paradigm and infrastructure for creating systems models with complexity levels comparable to the ones handled by SysML software tools, but with additional fidelity that includes detailed design diagrams encompassing sensors, components, and design topologies. Furthermore, NPAS enables incorporation of data, information, and knowledge (DIaK) to implement autonomy and Integrated System Health Management (ISHM) and the inherent integration of content encompassing SysML structure and behavior diagrams throughout the NPAS modelAnd lastly, the NPAS models are used in real-time operations, taking advantage of the fidelity and complexity encompassed in the models in order to implement “thinking” ISHM and/or autonomous operations. . Incorporation of SysML model content into an NPAS model is briefly discussed.

MBSE↗

Remote sensing and disaster monitoring - A review of applications in Indonesia

The role played by remote sensors on-board the Landsat and NOAA-7 satellites in monitoring and management of three catastrophic events that took place in 1982 and 1983 in Indonesia (two major volcanic eruptions and a large-scale forest fire) is assessed. The modes of operation of the satellite platforms, the types of data derived, and data availability to the users are described, and the sources of failures and delays (such as the presence of clouds, technical and computer errors, red-tape, etc.) are examined. The major drawbacks of the Landsat-supplied information for monitoring short-lived and fast-changing events were the insufficient frequency of data acquisition, delayed delivery of data, and extended times needed for data distribution and processing. Indonesia's NOAA-7 and GMS sensors, although of low spatial resolution, offered higher frequency of data collection, and profited from the existence of a local receiving station. The present value of the space-based imagery is seen mainly in the baseline assessment of the disaster-prone areas, which can assist in preparing these areas for the impending catastrophic events.

Malingreau, J. P.↗

Common modeling system for digital simulation

The Joint Modeling and Simulation System is a tri-service investigation into a common modeling framework for the development digital models. The basis for the success of this framework is an X-window-based, open systems architecture, object-based/oriented methodology, standard interface approach to digital model construction, configuration, execution, and post processing. For years Department of Defense (DOD) agencies have produced various weapon systems/technologies and typically digital representations of the systems/technologies. These digital representations (models) have also been developed for other reasons such as studies and analysis, Cost Effectiveness Analysis (COEA) tradeoffs, etc. Unfortunately, there have been no Modeling and Simulation (M&S) standards, guidelines, or efforts towards commonality in DOD M&S. The typical scenario is an organization hires a contractor to build hardware and in doing so an digital model may be constructed. Until recently, this model was not even obtained by the organization. Even if it was procured, it was on a unique platform, in a unique language, with unique interfaces, and, with the result being UNIQUE maintenance required. Additionally, the constructors of the model expended more effort in writing the 'infrastructure' of the model/simulation (e.g. user interface, database/database management system, data journalizing/archiving, graphical presentations, environment characteristics, other components in the simulation, etc.) than in producing the model of the desired system. Other side effects include: duplication of efforts; varying assumptions; lack of credibility/validation; and decentralization in policy and execution. J-MASS provides the infrastructure, standards, toolset, and architecture to permit M&S developers and analysts to concentrate on the their area of interest.

Painter, Rick↗

Service-Oriented Architecture for NVO and TeraGrid Computing

The National Virtual Observatory (NVO) Extensible Secure Scalable Service Infrastructure (NESSSI) is a Web service architecture and software framework that enables Web-based astronomical data publishing and processing on grid computers such as the National Science Foundation's TeraGrid. Characteristics of this architecture include the following: (1) Services are created, managed, and upgraded by their developers, who are trusted users of computing platforms on which the services are deployed. (2) Service jobs can be initiated by means of Java or Python client programs run on a command line or with Web portals. (3) Access is granted within a graduated security scheme in which the size of a job that can be initiated depends on the level of authentication of the user.

Jacob, Joseph↗

Namibian Flood Early Warning SensorWeb Pilot

The major goal of the Namibia SensorWeb Pilot Project is a scientifically sound, operational trans-boundary flood management decision support system for Southern African region to provide useful flood and waterborne disease forecasting tools for local decision makers. The Pilot Project established under the auspices of: Namibian Ministry of Agriculture Water and Forestry (MAWF), Department of Water Affairs; Committee on Earth Observing Satellites (CEOS), Working Group on Information Systems and Services (WGISS); and moderated by the United Nations Platform for Space-based Information for Disaster Management and Emergency Response (UN-SPIDER). The effort consists of identifying and prototyping technology which enables the rapid gathering and dissemination of both space-based and ground sensor data and data products for the purpose of flood disaster management and water-borne disease management.

Mandl, Daniel↗

The Gandalf Staff: A Mobile Tool for Lunar Exploration (2nd year of development)

The Gandalf Staff is a mobile tool designed to be a flexible device supporting crewed and uncrewed operations on the lunar surface. The core of the device is a 24v battery with communications and data storage systems. Initial optional components supporting crewed Extra-Vehicular Activity (EVA) include a LiDAR and 360˚ camera. These provide 3D mapping of the traverse for documentation, and to aid future planning. The mapping also creates outreach opportunities for the public to “stand beside” the astronaut in Virtual Reality (VR). The staff provides external lighting for field site illumination in the south polar region low sun angle environment. Navigation instruments for crew position determination with Lunar Search and Rescue (LunaSAR) are also included. The staff itself can be used as a walking aid or as a splint for Incapacitated Crew Rescue (ICR). As a stand-alone device, the staff operates as a long duration untended science platform collecting environmental data and sending it to a lunar base station. The stand-alone mode requires connection to an auxiliary power source (e.g. solar array) and energy storage system (e.g. battery), so it could become an electrical recharging station. To make rapid progress in the 1st year, and also to demonstrate innovative project management techniques, NASA guided a private industry partner, T STAR, in leading Capstone Engineering student teams at Texas A&M University (TAMU) for proof-of-concept development and testing. These teams developed the power system and demonstrated successful integration of LiDAR, WiFi communications, and external lighting subsystems. Another industry team at Jacobs Technology prototyped a tripod to hold the staff upright. For the 2nd year (FY’22), NASA will again collaborate with partners to prototype enhanced power and lighting concepts. Year 2 will also add new capability for LunaSAR and geophysical science instrumentation using a heat probe. The heat probe is based upon Apollo heritage but modified to measure subsurface volatile ice regimes at the Artemis landing site. Components of the Gandalf Staff can be developed, tested, and deployed independently, or on the integrated staff, rovers, or utility trailers. The project supports crew safety, lunar sample curation, mission science, and public outreach goals of NASA. PLAIN TEST SUMMARY: Gandalf Staff is a 24v battery powered mobile tool for the lunar surface supporting crewed geologic field site exploration, or as a stand-alone science platform. As a tool assisting astronauts conducting field geology, the Gandalf Staff provides external lighting to illuminate shadowed regions on the surface. It also documents the process of collecting rocks and dust samples using a LiDAR (laser range instrument) and cameras. The staff provides a beacon for emergency location of astronauts and augments communications when the astronauts are blocked by large boulders. As a standalone science platform, the Gandalf Staff provides a power system for instruments and sensors to measure the lunar environment over long periods of time. The staff gathers data and sends the results to a lunar base station for analysis.

External Lighting↗

The need to measure man-made radiation from orbit for spectrum management

Measurements of RF radiation from orbiting spacecraft are discussed as an approach to improving man-made radio-wave spectrum management for avoidance and prediction of harmful RF interferences. It is pointed out that a measurement program is required for acquisition of data on electromagnetic fields to be expected in orbits, and that several types of satellites could provide platforms for such missions. Papers by Reich et al. (1972) and Kelleher et al. (1972) are referred to for descriptions as to how such platforms could be used. An electromagnetic field spectrum measurement program is outlined for orbital missions.

Eckerman, J.↗

A science perspective of the Space Station

On-orbit scientific research involving the presence of humans has been hampered during Shuttle flights due to the brevity of the missions and the limited power supplies and data management facilities. The solutions to these limitations are the Space Station and extended duration Orbiter, the latter offering 2.5 weeks on-orbit operations. The Space Station configuration is to include polar orbiting and co-orbiting unmanned platforms serviced, initially, by the Shuttle. The longer duration operations on the Space Station will permit lowering the amount of on-the-ground training in favor of on-orbit experience, thereby enhancing the flexibility of experimental opportunities and expanding the breadth of investigations. The goal of all the developments is to furnish groundside experimenters access to space, along with minimized adaptation of experimental procedures to exploit the space environment.

Black, D. C.↗

Evaluating Corn (Zea Mays L.) N Variability Via Remote Sensed Data

Transformations and losses of nitrogen (N) throughout the growing season can be costly. Methods in place to improve N management and facilitate split N applications during the growing season can be time consuming and logistically difficult. Remote sensing (RS) may be a method to rapidly assess temporal changes in crop N status and promote more efficient N management. This study was designed to evaluate the ability of three different RS platforms to predict N variability in corn (Zea mays L.) leaves during vegetative and early reproductive growth stages. Plots (15 x 15m) were established in the Coastal Plain (CP) and Appalachian Plateau (AP) physiographic regions each spring from 2000 to 2002 in a completely randomized design. Treatments consisted of four N rates (0, 56, 112, and 168 kg N/ha) applied as ammonium nitrate (NH4N03) replicated four time. Spectral measurements were acquired via spectroradiometer (lambda = 350 - 1050 nm), Airborne Terrestrial Applications Sensor (ATLAS) (lambda = 400 - 12,500 nm), and the IKONOS satellite (lambda = 450 - 900 nm). Spectroradiometer data were collected on a biweekly basis from V4 through R1. Due to the nature of - satellite and aircraft acquisitions, these data were acquired per availability. Chlorophyll meter (SPAD) and tissue N were collected as ancillary data along with each RS acquisition. Results showed vegetation indices derived from hand-held spectroradiometer measurements as early as V6-V8 were linearly related to yield and tissue N content. ATLAS data was correlated with tissue N at the AP site during the V6 stage (r2 = 0.66), but no significant relationships were observed at the CP site. No significant relationships were observed between plant N and IKONOS imagery. Using a combination of the greenness vegetation index (GNDVI) and the normalized difference vegetation index (NDVI), RS data acquired via ATLAS and the spectroradiometer could be used to evaluate tissue N variability and estimate corn yield variability under ideal growing conditions.

Sullivan, D. G.↗

Satellite NO 2 Trends and Hotspots Over Offshore Oil and Gas Operations in the Gulf of Mexico

The Outer Continental Shelf of the Gulf of Mexico (GOM) is populated with numerous oil and natural gas (ONG) platforms which produce NO x (NO x = NO + NO 2 ), a major component of air pollution. The Bureau of Ocean Energy Management (BOEM) is mandated to ensure that the air quality of coastal states is not degraded by these emissions. As part of a NASA-BOEM collaboration, we conducted a satellite data-based analysis of nitrogen dioxide (NO 2 ) patterns and trends in the GOM. Data from the OMI and TROPOMI sensors were used to obtain 18+ year records of tropospheric column (TrC) NO 2 in three GOM regions: (a) Houston urban area, (b) near shore area off the Louisiana coast, and a (c) deepwater area off the Louisiana coast. The 2004–2022 time series show a decreasing trend for the urban (−0.027 DU/decade) and near shore (−0.0022 DU/decade) areas, and an increasing trend (0.0019 DU/decade) for the deepwater area. MERRA-2 wind and TROPOMI NO 2 data were used to reveal several NO2 hotspots (up to 25% above background values) under calm wind conditions near individual platforms. The NO 2 signals from these deepwater platforms and the high density of shallow water platforms closer to shore were confirmed by TrC NO 2 anomalies of up to 10%, taking into account the monthly TrC NO 2 climatology over the GOM. The results presented in this study establish a baseline for future estimates of emissions from the ONG hotspots and provide a methodology for analyzing NO 2 measurements from the new geostationary TEMPO instrument.

NO2↗

Satellite communications provisions on NASA Ames instrumented aircraft platforms for Earth science research/applications

Earth science activities at NASA Ames are research in atmospheric and ecosystem science, development of remote sensing and in situ sampling instruments, and their integration into scientific research platform aircraft. The use of satellite communications can greatly extend the capability of these agency research platform aircraft. Current projects and plans involve satellite links on the Perseus UAV and the ER-2 via TDRSS and a proposed experiment on the NASA Advanced Communications Technology Satellite. Provisions for data links on the Perseus research platform, via TDRSS S-band multiple access service, have been developed and are being tested. Test flights at Dryden are planned to demonstrate successful end-to-end data transfer. A Unisys Corp. airborne satcom STARLink system is being integrated into an Ames ER-2 aircraft. This equipment will support multiple data rates up to 43 Mb/s each via the TDRS S Ku-band single access service. The first flight mission for this high-rate link is planned for August 1995. Ames and JPL have proposed an ACTS experiment to use real-time satellite communications to improve wildfire research campaigns. Researchers and fire management teams making use of instrumented aircraft platforms at a prescribed burn site will be able to communicate with experts at Ames, the U.S. Forest Service, and emergency response agencies.

Shameson, L.↗

Water-management models in Florida from ERTS-1 data

The author has identified the following significant results. The usefullness of ERTS 1 to improving the overall effectiveness of collecting and disseminating data was evaluated. ERTS MSS imagery and in situ monitoring by DCS were used to evaluate their separate and combined capabilities. Twenty data collection platforms were established in southern Florida. Water level and rainfall measurements were collected and disseminated to users in less than 2 hours, a significant improvement over conventional techniques requiring 2 months. ERTS imagery was found to significantly enhance the utility of ground measurements. Water stage was correlated with water surface areas from imagery in order to obtain water stage-volume relations. Imagery provided an economical basis for extrapolating water parameters from the point samples to unsampled data and provided a synoptic view of water mass boundaries that no amount of ground sampling or monitoring could provide.

Higer, A. L.↗

A PI’s Guide to Analog Research

Congratulation on being awarded a grant to conduct research in a spaceflight analog! NASA funded research in a Human Research Program (HRP) managed analog environment is very different from research in a traditional laboratory. This presentation will provide a guide to help investigators successfully plan studies for integration and implementation in an HRP analog platform. There are many things to consider when planning a study for implementation in an analog facility and campaign or mission. How do you get from grant approval to data analysis? This is where HRP’s Research Operations and Integration (ROI) team comes in. The ROI team works with sponsoring HRP elements and PI teams to capture requirements and help the PI teams through the phases of research complement development, integration and implementation. A complement is comprised of a group of studies requiring a common platform and/or scenario that are able to be integrated on a noninterference basis for implementation. Properly defining and documenting requirements and study needs is crucial in successful integration and implementation. This presentation will outline and provide the information needed for PI teams to understand the integration process and the role of the ROI team in the successful integration and implementation of their study. Topics to be discussed will include but not be limited to science requirement definition and documentation, NASA IRB submissions, subject recruitment, screening and selection, study integration process, efficiency in data collection and data sharing, daily crew schedules, hardware and software shipping, receipt and checkout, biological sample collection, mission support, data management and receipt of data.

B. Caldwell↗