Coder Social home page Coder Social logo

brazil-data-cube / code-gallery Goto Github PK

View Code? Open in Web Editor NEW
37.0 8.0 17.0 93.08 MB

A gallery of interesting Jupyter Notebooks based on Brazil Data Cube data and technologies

License: GNU General Public License v3.0

Jupyter Notebook 97.05% R 2.95%
earth-observation earth-science geospatial gis python r image-database

code-gallery's Introduction

Brazil Data Cube Code Gallery

Software License Software Life Cycle nbviewer Join us at Discord

This repository contains a gallery of interesting Jupyter Notebooks, R Markdown and scripts based on Brazil Data Cube data and technologies.

Jupyter Notebooks

Data Access through SpatioTemporal Asset Catalog API (STAC)

Web Time Series Service (WTSS)

  • Introduction to the Web Time Series Service (WTSS). (Python, R).

  • Web Time Series Service (WTSS) examples. (Python, R).

Web Land Trajectory Service (WLTS)

  • Introduction to the Web Land Trajectory Service (WLTS). (Python, R)

  • Web Land Trajectory Service (WLTS) examples. (Python).

Land Cover Classification System Service (LCCS)

  • Introduction to the Land Cover Classification System Service (LCCS). (Python)

Sample Database (SAMPLE-DB)

  • Introduction to the Sample Database (SAMPLE-DB). (Python)

Tile Map Service (BDC-Tiler)

  • Introduction to the Tile Map Service (BDC-Tiler). (Python)

Mapping LULC using BDC Data Cubes

  • Earth Observation Data Cubes for Brazil: Requirements, Methodology and Products. (R)

R Markdown

Mapping LULC using BDC Data Cubes

  • Earth Observation Data Cubes for Brazil: Requirements, Methodology and Products. (R)

Scripts

R

  • Earth Observation Data Cubes for Brazil: Requirements, Methodology and Products. (R)

code-gallery's People

Contributors

fabianazioti avatar gqueiroz avatar lorenalves avatar m3nin0 avatar marujore avatar mzaglia avatar oldlipe avatar raphaelrpl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

code-gallery's Issues

WTSS R example using access_token

Would be useful if the WTSS (R) jupyters pointed to BDC WTSS URL:
wtss_inpe <- "https://brazildatacube.dpi.inpe.br/wtss"

Since for using BDC collections the access_token is required (not showed on example).

Rwtss::describe_coverage(wtss_inpe, name = "MOD13Q1-6")

ts <- Rwtss::time_series(wtss_inpe,
                         attributes = c("red_reflectance", "NIR_reflectance"), 
                         latitude   = -12.0, 
                         longitude  = -54.0, 
                         name       = "MOD13Q1-6",
                         start_date = "2016-01-01",
                         end_date   = "2016-12-31",
                         token      = "my_personal_access_token")

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.