Discovery Hack-a-thon Details
Overview
What's the Plan? Get together to make some simple Discovery clients! All are welcome, no previous experience or coding skills necessary!
- Two back-to-back sessions:
Abstract: The set of ESIP Discovery services encompass the overlapping conventions of Earth science federated OpenSearch, Collection Casting, Granule Casting, and Service Casting feed standards. To help lower the barrier of entry, we will provide a set of hands-on and simple approaches to using Discovery services. These include walking through some "low-hanging fruit" approaches to calling OpenSearch, Collection Casting, Granule Casting, and Service Casting.
Tuesday, July 17, 2012. 1:30pm-3:00pm: Non-Coders
Discovery Hack-a-thon Overview (20-mins)
Quick overview of ESIP Discovery services and set the stage for call the ESIP Discovery services from various simple clients.
Poll the audience for interest.
Hack-a-thon Breakout (70-mins)
Geoportal
We will have a Geoportal from our testbed up and running. You'll learn what protocols the geoportal already supports for service validation, how to use the geoportal to validate and register data and services, and how to add configurations for validation to a geoportal instance. Or, just take the Discovery Cluster geoportal instance out for a spin!
Mentor: Christine White
Browsers and News Readers
It's even possible to interact with both Data "casts" and OpenSearch servers using a simple browser. Also, News Readers, especially useful for Data casts!
Mentors: Ruth Duerr and ...
Cast Publishing and Aggregation
Learn how to use existing web apps create 1-off data casts. Come, create a cast or two and then see it found (that's the idea anyway).
Mentors: Ruth Duerr and ...
Command line
Yes, you can interact with an OpenSearch server or a Data Cast using basic command-line URL getters, like wget (available for all platforms) and curl.
Mentors: Hook Hua and Chris Lynnes
Tuesday, July 17, 2012. 3:30pm-5:00pm: Coders
Discovery Hack-a-thon Overview (15-mins)
Quick overview of ESIP Discovery services and set the stage for call the ESIP Discovery services from various simple clients.
Poll the audience for interest.
Hack-a-thon Breakout (75-mins)
Perl Monks
Learn how to hack a quick client together. Particularly useful for doing scripted search/acquire for datasets following your own, possibly idiosyncratic needs.
Mentors: Chris Lynnes and ...
Python Scripters
Learn how to use Python, an easy to use, but powerful scripting language, to interact with OpenSearch servers and find the data you need.
Mentors: Nga Chung and ...
Java Programmers
Mentors: Eric Rozell and ...
XSL Transforms
Learn how to generate simple interfaces to OpenSearch cast feeds. ESIP Discovery casts extend the Atom casts format and thus these transforms will expose additional information to the user interface.
Mentors: Hook Hua and ...
Hack-a-thon Resources
Casts
Collection Casts
Granule-level Casts
Service Casts
OpenSearch Description Documents
Top Level (search for datasets)
- NSIDC Data Set Level OpenSearch Description Document
- NSIDC Data Set Level OpenSearch Description Document for the Aggregator underlying the OIB Portal
- Discovery Cluster Geoportal OpenSearch Description Document
- PO.DAAC Dataset Level OpenSearch Description Document
- GES DISC Mirador search engine OpenSearch Description Document
- NASA Energy Water-cycle Study A-Train Dataset OpenSearch Description Document (JPL WSNEWS)
Granule-level Examples
- NSIDC Granule Level OpenSearch Description Document for AMSR-E/Aqua Daily EASE-Grid Brightness Temperatures
- NSIDC Granule Level OpenSearch Description Document for Greenland Ice Sheet Melt Characteristics Derived from Passive Microwave Data
- NSIDC OpenSearch Description Document for IceBridge Mission Flight Reports
- NSIDC OpenSearch Description Document for GLAS/ICESat 1 km Laser Altimetry Digital Elevation Model of Greenland
- NSIDC OpenSearch Description Document for Near-Real-Time DMSP SSM/I-SSMIS Pathfinder Daily EASE-Grid Brightness Temperatures
- PO.DAAC Granule Level OpenSearch Description Document
- OpenSearch Description Document for AIRS Level 3 Daily products
- NEWS AIRS/Aqua Regrid 1-hour 0.5x0.5 degrees v1.0 OpenSearch Description Document
Example URLs
OpenSearch
- http://nsidc.org/libre/services/aggregator/feeds/custom?dtstart=2010-01-01T07:00:00.000Z&dtend=2012-07-11T05:59:59.999Z&bbox=-128.549015,54.665619,37.898712,72.32832
- http://nsidc.org./api/opensearch/1.1/dataset/NSIDC-0301/granule/?dtstart=2005-01-01T00:00:00.000Z&dtend=2005-02-01T00:00:00.000Z&polarization=Horizontal&frequency=36GHz&pass=Ascending
- http://nsidc.org./api/opensearch/1.1/dataset/NSIDC-0218/granule/?dtstart=2005-01-01T00:00:00.000Z&dtend=2005-02-01T00:00:00.000Z&bbox=-128.549015,54.665619,37.898712,72.32832
- http://nsidc.org./api/opensearch/1.1/dataset/IFLTRPT/granule/?dtstart=2010-01-01T00:00:00.000Z&dtend=2011-02-01T00:00:00.000Z&bbox=-128.549015,54.665619,37.898712,72.32832
How-To Guides
Back to Discovery_Hack-a-thon