Giter Club home page Giter Club logo

eotdl's Introduction

EOTDL

This repository contains de source code of the Earth Observation Training Data Lab (EOTDL). It contains a set of Python libraries, APIs, CLIs and User Interfaces to explore, create, manage and share datasets and Machine Learning models for Earth Observations applications.

Library

The eotdl library contains the main functionality for creating datasets and models.

APIs

Main API

The main API combines the functionality of the eotdl library with cloud storage (databases and object storage) and user management to explore, create, manage and share datasets and models.

Environment variables

In order to run the API, you need to set the following environment variables:

  • MONGO_URL: the URL of the MongoDB database
  • MONGO_DB_NAME: the name of the MongoDB database
  • AUTH0_DOMAIN: the domain of the Auth0 tenant
  • AUTH0_CLIENT_ID: the client ID of the Auth0 application
  • AUTH0_CLIENT_SECRET: the client secret of the Auth0 application

Running tests

First, start docker

docer-compose up -d

Then, run the tests

docker-compose exec eotdl-api pytest --cov .

During development, you may want to keep test alive with

docker-compose exec eotdl-api ptw

You will need a .env file with the environment variables missing in the docker-compose file.

eotdl's People

Contributors

earthpulse 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.