AREN Project
A number of Public Lab projects are supported in part by NASA through the AREN project, which focuses on educational uses of kite aerial photography for photographic and sensor data collection.
As part of the AREN project, Public Lab is making progress on several projects. In AREN's words:
In AREN we...
* Plan and prepare for a launch
* Launch kites
* Attach payloads
* Collect data
* Conduct post-mission debrief
* Analyze and share our data
Public Lab's primary project as part of AREN is to create, refine, and improve open source image processing tools for aerial photography, primarily Infragram and Image Sequencer, but also lens distortion tools. Public Lab is also investigating low-cost, DIY sensor platforms for use on aerial platforms.
Educators
For educators looking to apply these techniques in the classroom, see our Education page.
Activities
These activities were developed as part of Public Lab's collaboration with the AREN project:
Use Image Sequencer for NDVI plant analysis with a modified mini sport camera
Post by @warren 0 | over 6 years ago
Prototype: filter map tiles in real-time in a browser with ImageSequencer (NDVI Landsat)
Post by @warren 7 | over 6 years ago
Infragram
The Infragram project brings together a range of different efforts to make Do-It-Yourself plant health comparisons possible with infrared photography. In the context of the AREN project, the Infragram project will provide an easy to access and easy to use tool for multispectral image analysis in the classroom. You can read more about Infragram at:
http://publiclab.org/infragram
And use the latest version at:
ImageSequencer
ImageSequencer is a pure JavaScript sequential image processing system, inspired by storyboards, which we are optimizing for analyzing and processing remote sensing imagery.
Image Sequencer is different from other image processing systems in that it's non-destructive: instead of modifying the original image, it creates a new image at each step in a sequence. This is because it:
- produces a legible trail of operations, to "show your work" for evidential, educational, or reproducibility reasons
- makes the creation of new tools or "modules" simpler -- each must accept an input image, and produce an output image
- allows many images to be run through the same sequence of steps
- works identically in the browser, on Node.js, and on the commandline
More soon!
- Demo: https://publiclab.github.io/image-sequencer/
- Source code: https://github.com/publiclab/image-sequencer/
Leaflet.Multispectral
Multispectral color manipulation and processing (NDVI etc) for Leaflet image overlays with pure JavaScript in Image Sequencer.
Read more here: https://github.com/publiclab/leaflet-multispectral
Leaflet.TileFilter
This Leaflet plugin provides multispectral channel manipulation and processing tools (such as NDVI or other remote sensing methods) for Leaflet tile layers using pure client-side JavaScript.
Read more here: https://github.com/publiclab/leaflet-tile-filter/
Low-cost airborne sensors
We are also working on comparing low-cost, open source wind sensors like that offered by #as220. More broadly, data logging and sensor platform work will address issues of modeling study design, piloting low-cost payloads, testing data logging and analysis workflows.
Questions
Title | Author | Updated | Likes | Comments |
---|---|---|---|---|
How simple would it be to connect the AS220 wind sensor P to the Mini Pearl Logger? | @warren | over 6 years ago | 1 | 3 |
What are materials we could include in a Kite Making Materials Pack? | @warren | almost 7 years ago | 0 | 5 |
Any simple ways to measure wind direction from a data logger? | @warren | over 7 years ago | 0 | 1 |