NASA creates open database of space station research In open access and science news this week,NASA is opening up dataon the research conducted aboard the International Space Station. This research and its data is enclosed in a database calledPhysical Science Informaticsand was created by specialis...
Built on open-source principles, the U.S. Greenhouse Gas Center’s datasets, related algorithms, and supporting code are fully open sourced. This allows anyone to test the data, algorithms, and results. The center also includes user support and an analysis hub for users to perform advanced...
🚀 Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data. nodejs api docker koa nasa rest-api space rocket launchpad restful-api spacex capsule space-program spacex-api starlink Updated Aug 17, 2024 JavaScript nasa / fprime Star 10.2...
NASA’s Earth Information Center will provide real-time climate data, helping decision-makers respond to Earth’s changes. NASA satellites have provided open-source and publicly available data on Earth’s land, water, temperature, weather, and climate for more than 50 years. To improve access to...
A public/private partnership involving NASA and IBM Research has led to the release of NASA’s first open-source geospatial artificial intelligence (AI) foundation model for Earth observation data. Built using NASA’s Harmonized Landsat Sentinel-2 (HLS) dataset, the release of the ...
IBM's watsonx.ai geospatial foundation model is now openly available on the AI platform Hugging Face. The model, built from NASA's satellite data, was created in an effort to democratize access and application of AI to generate new innovations in climate and Earth science, according to the ...
NASA and ESA publicly released an open-source science tool for analysing Earth science data in the cloud – the MAAP.
NASA Science Mission Directorate: Open-Source Science Guidance NASA’s Open-Source Science Initiative (OSSI) is a comprehensive program of activities to enable and support moving science towards openness, and it aims to implement SMD's Strategy for Data Management and Computing for Groundbreaking Scien...
The key element of the MY NASA DATA project is the implementation of a Live Access Server (LAS). The LAS is an open source software tool, developed by NOAA, that provides access to a variety of data sources through a single, fairly simple, point- and- click interface. This tool truly ...
pip install mapclassify import pandas as pd import leafmap url = "https://github.com/opengeos/NASA-Earth-Data/raw/main/nasa_earth_data.tsv" df = pd.read_csv(url, sep="\t") df leafmap.nasa_data_login() results, gdf = leafmap.nasa_data_search( short_name="ACEPOL_MetNav_Aircraft...