Giter VIP home page Giter VIP logo

nanoquanta / nasa-earthdata-search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dyna-dot/nasa-earthdata-search

0.0 1.0 0.0 163.38 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

Dockerfile 0.03% Ruby 60.45% JavaScript 2.46% CoffeeScript 13.29% HTML 20.61% CSS 3.13% Shell 0.03%

nasa-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
  • Docker
  • Docker Compose
  • (For shapefile support) access to an ogre server
  • (Optional) For automatic spatial and temporal extraction from the search text, clone and set up an EDSC-NLP server

Initial setup

Run

bin/setup

Note: This command will take a long time to run

Application configuration

Review config/application.yml and update values as necessary

(Optional) Earthdata Login (URS) Configuration

Without the Earthdata Login Configuration, Earthdata Search's functionality will be limited. 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. Standard Rails development would be http://localhost:3000/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).

Your Earthdata Login application's client ID will need to be saved in config/application.yml.


Run

    docker-compose up

### Stopping

To stop docker but keep the containers

    docker-compose stop

To stop and remove all containers

    docker-compose down

Then visit http://localhost:3000/

### Running tests

    docker-compose run web bundle exec rspec

### Terminal Access

If you want terminal access to inside the container, run

    docker-compose run web bash```

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.