All Projects β†’ OpenDataAnalytics β†’ gaia

OpenDataAnalytics / gaia

Licence: other
Gaia is a geospatial analysis library jointly developed by Kitware and Epidemico.

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
CMake
9771 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to gaia

Cheatsheets.pdf
πŸ“š Various cheatsheets in PDF
Stars: ✭ 159 (+448.28%)
Mutual labels:  jupyter, ipython, numpy
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (+472.41%)
Mutual labels:  jupyter, ipython
Py
Repository to store sample python programs for python learning
Stars: ✭ 4,154 (+14224.14%)
Mutual labels:  jupyter, numpy
Juniper
πŸ‡ Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (+551.72%)
Mutual labels:  jupyter, ipython
Alphalens
Performance analysis of predictive (alpha) stock factors
Stars: ✭ 2,130 (+7244.83%)
Mutual labels:  jupyter, numpy
zoe
Zoe: Container Analytics as a Service -- mirror of https://gitlab.eurecom.fr/zoe/main/
Stars: ✭ 51 (+75.86%)
Mutual labels:  jupyter, analytics
Awesome Jupyter
A curated list of awesome Jupyter projects, libraries and resources
Stars: ✭ 2,523 (+8600%)
Mutual labels:  jupyter, ipython
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (+341.38%)
Mutual labels:  jupyter, ipython
Halo
πŸ’« Beautiful spinners for terminal, IPython and Jupyter
Stars: ✭ 2,532 (+8631.03%)
Mutual labels:  jupyter, ipython
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+51993.1%)
Mutual labels:  jupyter, ipython
angr-cli
Repo for various angr ipython features to give it more of a cli feeling
Stars: ✭ 41 (+41.38%)
Mutual labels:  jupyter, ipython
Opendatawrangling
곡곡데이터 뢄석
Stars: ✭ 148 (+410.34%)
Mutual labels:  jupyter, numpy
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (+400%)
Mutual labels:  jupyter, ipython
Ipytracer
πŸ“Š Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (+375.86%)
Mutual labels:  jupyter, ipython
vim-jukit
Jupyter-Notebook inspired Neovim/Vim Plugin
Stars: ✭ 55 (+89.66%)
Mutual labels:  jupyter, ipython
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (+489.66%)
Mutual labels:  jupyter, ipython
Covid19 Dashboard
A site that displays up to date COVID-19 stats, powered by fastpages.
Stars: ✭ 1,212 (+4079.31%)
Mutual labels:  jupyter, analytics
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (+210.34%)
Mutual labels:  jupyter, ipython
Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (+568.97%)
Mutual labels:  jupyter, ipython
ipython pytest
Pytest magic for IPython notebooks
Stars: ✭ 33 (+13.79%)
Mutual labels:  jupyter, ipython

Gaia

Build Status Documentation Status Join the chat at https://gitter.im/OpenGeoscience/gaia Coverage Status

Gaia is a geospatial utilities plugin for Girder, jointly developed by Kitware and Epidemico. It provides data processing, transformation, and analysis capabilities specifically targeted for spatial datasets. Gaia is built on top of popular open source packages such as GDAL and GeoPandas. It will fetch data from multiple sources such as files and databases.

Documentation

Documentation for Gaia can be found at http://gaia.readthedocs.org.

Installation

System dependencies (Ubuntu):

sudo apt-get update
sudo apt-get install python-dev libgdal-dev libblas-dev liblapack-dev libatlas-base-dev gfortran

System dependencies (OS X):

brew install gdal --with-postgresql

Gaia install:

# The following 2 lines may or may not be necessary depending on your system:
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal

pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -e .

# Installation issues - Ubuntu:
You may run into cpl_port.h No such file or directory. Do the following:
sudo apt-get install libgdal-dev
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal

License

Copyright 2015 Kitware Inc.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].