The LittleBits Space Kit: Build your own Mars Rover!


From ancient Egyptians, to Galileo, to Neil deGrasse Tyson, the secrets of the cosmos have kept us wondering, observing and learning. – LittleBits.

Space organizations around the world work on pathbreaking research, conduct fascinating experiments, grow plants in zero gravity conditions and send robots to planets millions of kilometers away. Space is truly our final frontier.

We might aspire to be a multi-planet species but very few people truly understand the work of our Space organizations. In an increasingly technology driven society, how do we get kids and adults alike to understand Space missions and research? NASA decided to go the Lego way to make Space education “a fun activity”, partnering with a company called LittleBits that specializes in making modular circuit kits.

LittleBits

The LittleBits Space Kit is an adventure that lets you conduct NASA-approved experiments, build miniature, functional versions of NASA’s famous “Space Machines” – the International Space Station, the Mars Rover and more. Go on, build your own satellite, observe the atmosphere and perform your own experiments.

The Space Kit has instructions from NASA on how to conduct experiments using Infrared Lighting, Wireless data transmission and more. The Space Kit is designed for use by 14+ years. Use the building blocks, create your own experiment/mission and let LittleBits focus on removing the highly-technical stuff out of the way.

NASA’s focus was more on getting people to understand the idea behind the missions and how the components work together. So what are you waiting for? Let’s use the LittleBits Space Kit to build your own Mars Rover. At $189, the Space Kit is great value for money. Here’s the link for ordering your own LittleBits Space Kit.

If you love the LittleBits Space Kit, check out the Kerbal Space Program: it’s an amazing computer game based on rocket launches and space exploration.

Space Education was never more fun!

Say thanks for this article (0)
The community is supported by:
Become a sponsor
#
#Featured #Ideas
Have your say in the Earth Observation Survey: What’s the current state of the geospatial industry?
Nikita Marwaha Kraetzig 10.12.2023
AWESOME 4
#10m #30m #Copernicus #Deep Learning #Environment #Environmental Protection #Landsat #Natural Resources #Optical #SAR #Science
Leveraging Satellite Technology for Advanced Detection and Monitoring of Oil Spills
Avatar for Shimonti Paul
Shimonti Paul 07.15.2023
AWESOME 3
#Cloud #Data processing #GeoDev
This Add-in Will Make Your EO Data Workflows in ArcGIS More Effective at Scale
Aleks Buczkowski 04.24.2023
AWESOME 5
Next article

Earth observation data and revenue generation; the catch and guidelines

Lets make you excited... Do you want to push your revenue line? Who you are, in profession? Agronomist, climate scientist, environment specialist, urban planner, politician or travel planner? What sort of data/information you need? information on crop health, temperature change, ground water availability, city growth, public happiness or weather? Name your data Earth Observation System (EOS) will provide you that data for free for as many time stamp as you need. I am not kidding. this is true. isn’t it awesome? whatever we are talking about; Land or ocean, surface or underground, city or forest, environment or agriculture, climate or weather we need Earth Observation information or we can push the revenue earning range beyond our expectation with the help of EO data or just by using EO data. That’s what I do in profession.; Earth Observation (EO) data turning and tuning for increasing revenue.

Now, let’s make you push from the top of the hill to the canyon. So, EO data is freely available and anybody can make use of that but what is the catch? Being a Remote Sensing (RS) and Earth Observation System (EOS) lover, I always became excited whenever I thought of freely available data and what I can do with that! but my excitement started to faded away when I started to dig deeper; when I wanted to implement my mental business case, bookish theories into practice; turning and tuning data into information for revenue generation. There are data and you can download it, its true but it’s also true that there are several kind of sensors and for several sensor, several kind of geometric, radiometric or atmospheric correction parameters and that also varies widely across the data provider. I just go mad when I think of several data type, processing, conversion and calibration parameters. The situation become more ugly when after reading 1000 page you don’t get the answer you are looking for; meta-data.

Last few months I was trying to automate a simple system which will provide me Near Real Time (NRT) crop health and weather profile information and compute yield prediction (automatically) everyday. When I though about it, it seemed quickly doable. I though it would take few months but when i started to realize it, just to find, write EO data processing algorithms and to automate the process, it took a couple of months. The catch there was about data accuracy question, efficient processing algorithms because we are talking about huge amount of satellite data processing, physical machine capacity and so. In this blog i am going to provide a simple guideline on where to start if you intended to do something like I did and some other info might be helpful if you are an EOS/RS personal:

DON’T START WITH DOWNLOADING EO DATA:

when you think about satellite data, usually pop up in our head is what are the possible data source? I would say, don’t worry about the data source, it’s every where. In fact you will find a couple of providers for same data. Next intelligent question could be how do I process the data? That’s an authentic question and oh! Boy, here you have to invest huge amount of time. Here are some tips just to save some of your time:

At the very beginning, before you start downloading sat data, research about three things: 1) mission/satellite platform 2) sensors/instruments 3) data format/meta-data, which fits and serves your purpose. A bit detail…

a) for an example what instrument/s you want to use and for what purpose? You want to use MERIS, ATSR, AATSR, SAR, MODIS, AVHRR, Aquarius, SeaWiFS, OCTS, HICO or SPOT ? If you are planning to do temporal analysis please, research on the sensor health over the satellite life time. You also might be interested in combining several sensor data for increasing the data availability. In that case study about the sensor to sensor spectral relationship models. And most importantly pay special attention on literature regarding quality, availability and authenticity of the data. So, now you have chosen your sensor .

b) in the next step check which mission/platform hosts that instrument/s because missions are handled by different institutions/groups/providers and based on the providers the data format, processing parameters, calibration algorithms, data delivery policy etc. varies. Besides, if you require near real-time data, you might need different level of processing and have to deal with different method of data delivery system. If we are talking about huge amount of data then the best way to look for providers with https/http/ftp service and you might write a little script to automate the download process. Any way, after above mentioned judgment, now you have found your favourite provider.

c) Meta-data research; I would say the most important part of EO data research. Know details about data format (i.e., netCDF, ERS, HDF, CEOS, METOP, GeoTIFF, HDF5, CF etc.), data type (byte, float, 16-bit, 8-bit etc.), spatial reference system (sinusoidal, UTM, GCS, matrix etc. ), spatial or temporal binning process, radiometric correction or atmospheric correction parameters, TOA radiance or reluctance estimation parameters, quality flag availability, pre-processing algorithms, naming conventions, no data flag, layer origin/extent etc. Because satellite data processing tools (you have/know), requires several kind of meta info and you want to make sure you have all the meta information, before you start coding. After fulfilling all these three steps, now, you are ready to download satellite data and start designing/developing processing algorithms

NOW, a little resource help for the Earth Observation System (EOS) specialist or Remote Sensing (RS) Specialist. I think, EOS/RS specialist ‘s efficiency/cost highly depends on two things. Sound knowledge about remote sensing system and knowledge about available libraries/binaries in the market and knowledge about their usage. For an example Geospatial Data Abstraction Library (GDAL) library is the one of the most awesome creation in the arena of EO data processing. It just making RS specialist’s life so easy and comfortable but there are also some other libraries which can be integrated together with GDAL using python of shell script and can provide high level of efficiency and atomization with just few line of coding. Here I am providing some information about most powerful and efficient libraries for RS personal. Originally these libraries were developed to facilitate the utilization of image data from several freely provided EO sensor data such as MODIS, AVHRR, AVNIR, PRISM and CHRIS/Proba etc. Various data and algorithms are supported by dedicated extension plug-ins.

1. pyModis: is a Free and Open Source Python based library to work with MODIS data. bulk download, parse, multiparse, mosaic, conversion etc.

2. MODIS Reprojection Tool (MRT): mainly for projection or reprojection and format conversion. besides it also good for resampling,  Mosaic,Datum Conversions, Spectral or Spatial subsetting, Pixel Size, Bounding Tile Solution

3. MRT-Swath: mainly for Swath-to-Grid Conversion. its also includes functionality like spectral subsetting, spatial subsetting, map projection, resampling, and format conversion etc.

4. Land Data Operational Products Evaluation (LDOPE) Tools: summary statistics, histogram, Top of Atmosphere (TOA) reflactance conversion, range estimation, metadata handeling, spatial or temporal binning etc.

5. BEAM Earth Observation Toolbox and Development Platform: BEAM is an open-source toolbox and development platform for viewing, analysing and processing of remote sensing raster data.

6. Seadas: is a GUI based software for different level spatial and temporal binning, binding, mapping . It also have libraries to call in shell environment and automate processing while we need to process bulk amount of data. with recent Seadas release they have accommodated the BEAM libraries like Graph Processing tools. It also can take good care of multilevel processing with tools like band maths, binning, collocate, EM cluster analysis, K means cluster analysis, Statistics etc.

One point, before I finish; it’s about the programming capability of EOS/RS specialist. This question being asked several time. What language should an RS personal should learn? I have read several blogs and my understanding is the answer varies widely based on the community and interest in RS. But my experience tells, the best thing to learn is shell scripting and python together. Because this fits comfortably with most the available technologies in the market. Its easy and efficient. Some might argue that C++ or Java (full fledge, higher level programming) is better. I don’t disagree with them. They are right in terms of efficiency (means this full fledge programming language provide faster processing speed). But there are also development like CPython which covers that efficiency question very effectively. So still, I would suggest to think Pythonic way and learn shell script and have good knowledge about available geospatial libraries. You will do just great.

FEW RECOMMENDATIONS:
  • for Academics: RS educational program should incorporate more detailed courses on available sensors/platforms/meta-data. And to provide courses on available libraries in the market. It will help us stop redoing same task or developing same program over and over again. Adopting BEAM in SeaDas would be a grate example for that.
  • For Researchers: There should be a comprehensive research and grade available technologies in the market which will tell us about the availability, accuracy and performance of the systems that will commercialize the system efficiently. And will also provide a base line to track the developments. That will also save time for developers.
  • For Employers and Employee: For those who love RS/EOS, know about Earth Observation Systems, theory and Physics very well, before you start processing satellite image. This is very important. Everybody can calculate NDVI but while calculating if you did not considered the RS theory very well, there is a higher chance that you will make mistake and that mistakes is almost untraceable if you are working on integrated system.
  • For Geo-spatial Programmers: I dedicated a paragraph on that but just to conclude learn python and shell programming and have good knowledge about libraries/binaries and keep tack on developments.
Read on
Search