Git Product home page Git Product logo

mqwutom / earthdata-search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nasa/earthdata-search

0.0 1.0 0.0 82.19 MB

Earthdata Search is a web application developed by NASA EOSDIS to enable data discovery, search, comparison, visualization, and access across EOSDIS' Earth Science data holdings.

Home Page: https://search.earthdata.nasa.gov

License: Other

Ruby 75.49% JavaScript 3.18% HTML 5.24% CoffeeScript 13.69% CSS 2.37% Shell 0.03%

earthdata-search's Introduction

Visit Earthdata Search at https://search.earthdata.nasa.gov

Build Status

About

Earthdata Search is a web application developed by NASA EOSDIS to enable data discovery, search, comparison, visualization, and access across EOSDIS' Earth Science data holdings. It builds upon several public-facing services provided by EOSDIS, including the Common Metadata Repository (CMR) for data discovery and access, EOSDIS User Registration System (URS) authentication, the Global Imagery Browse Services (GIBS) for visualization, and a number of OPeNDAP services hosted by data providers.

Components

In addition to the main project, we have open sourced stand-alone components built for Earthdata Search as separate projects with the "edsc-" (Earthdata Search components) prefix.

License

Copyright © 2007-2014 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Third-Party Licenses

See public/licenses.txt

Installation

Prerequisites

  • Ruby 2.1.2
  • Pow is recommended for local testing with Earthdata Login
  • A Ruby manager such as RVM or rbenv is strongly recommended.
  • (For shapefile support) access to an ogre server
  • (For placename completion) a GeoNames account
  • For automatic spatial and temporal extraction from the search text, clone and set up an EDSC-NLP server

Additionally, you will need the following, which will be installed automatically by bin/setup on most UNIX-like systems:

  • Postgres development headers

    • Mac (homebrew): brew install postgresql
    • Ubuntu: sudo apt-get install -y libpq-dev
    • RHEL: sudo yum install -y postgresql-devel
  • Node.js (with npm)

    • Mac (homebrew): brew install node
    • Ubuntu: sudo apt-get install -y nodejs
    • RHEL: sudo curl -sL https://rpm.nodesource.com/setup | bash - && sudo yum install -y nodejs

Earthdata Login (URS) Configuration

If you would like to set up Earthdata Login login, you will need to perform the following steps:

Register an account on the Earthdata Login home page

Create an application in the Earthdata Login console. Its callback URL should be http://<domain>/urs_callback. If you are using Pow, this will be something like http://earthdata-search.dev/urs_callback

Click the "Feedback" icon on the Earthdata Login page and request that your new application be placed in the ECHO application group (required for ECHO/CMR to recognize your tokens).

Modify line 37 of config/services.yml to contain your Earthdata Login application's client ID

Application configuration

If using Pow, create a symlink to your application directory, for instance ln -s $(pwd) ~/.pow/earthdata-search (making your app available at http://earthdata-search.dev). If you set up Earthdata Login, ensure that the domain matches the callback URL specified in Earthdata Login.

Initial setup

Run

bin/setup

Open config/application.yml and edit configuration values as described in that file to set up Earthdata Login, shapefile support, and placename completion as appropriate.

Running

Set up EDSC-NLP REST service. (Follow the README on EDSC-NLP page)

If you set up Pow, simply visit http://earthdata-search.dev, otherwise run rails s in the project directory and visit http://localhost:3000.

earthdata-search's People

Contributors

bilts avatar macrouch avatar mightynimble avatar jsiarto avatar mreese84 avatar charleshuang80 avatar dpilone avatar rye avatar readmecritic avatar steadyflux avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.