An interactive GUI for WhiteboxTools in a Jupyter-based environment

whiteboxgui The whiteboxgui Python package is a Jupyter frontend for WhiteboxTools, an advanced geospatial data analysis platform developed by Prof. John Lindsay (webpage; jblindsay) at the University of Guelph’s Geomorphometry and Hydrogeomatics Research Group. WhiteboxTools can be used to perform common geographical information systems (GIS) analysis operations, such as cost-distance analysis, distance buffering, and raster reclassification. Remote sensing and image processing tasks include image enhancement (e.g. panchromatic sharpening, contrast adjustments), image mosaicing, numerous filtering operations, simple classification (k-means), and common […]

Read more

A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain

A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain. First Time Setup Instructions: Environment Setup Before doing anything else, make sure to create a virtual environment.In this case, we are creating an environment named env: python3 -m venv env Activate the newly created environment: source env/bin/activate Installation Method 1: Use pip to download and install from PyPI: python3 -m pip install PoolTool Method 2: Download and install from source: git clone https://github.com/iamredbar/PoolTool cd PoolTool/ python3 […]

Read more

Proxy + analysis toolkit for Second Life compatible virtual worlds

Hippolyzer Hippolyzer is a fork of Linden Lab’s abandoned PyOGP library targeting modern Python 3, with a focus on debugging issues in Second Life-compatible servers and clients. There is a secondary focus on mocking up new features without requiring a modified server or client. Wherever reasonable, readability and testability are prioritized over performance. Almost all code from PyOGP has been either rewritten or replaced. Major changes from upstream include making sure messages always correctly round-trip, and the addition of a […]

Read more

An advanced crypto trading bot written in Python

Jesse Jesse is an advanced crypto trading framework which aims to simplify researching and defining trading strategies. Why Jesse? In short, Jesse is more accurate than other solutions, and way more simple. In fact, it is so simple that in case you already know Python, you can get started today, in matter of minutes, instead of weeks and months. Required Stack Here is the required stack: Python >= 3.6 pip >= 19.3.0 PostgreSQL >= 10 ta-lib >= 0.4 Most of […]

Read more

A 3D Slicer Extension to view data from the flywheel heirarchy

flywheel-connect A 3D Slicer Extension to view, select, and download images from a Flywheel instance to 3D Slicer and storing Slicer outputs back to Flywheel. Flywheel is a comprehensive data management solutions for life sciences and imaging research. More details at https://flywheel.io/. The Flywheel Connect 3D Slicer Extension is now in the 3D Slicer Extension Catalog and available through the 3D Slicer Extensions Manager for direct installation. Usage Instructions Install 3D Slicer and the Flywheel extension as described here. Navigate […]

Read more

A fast and lightweight server-side Web analytics solution

Ballcone Ballcone is a fast and lightweight server-side Web analytics solution. It requires no JavaScript on your website. Screenshots Design Goals Simplicity. Ballcone requires almost zero set-up as it prefers convention over configuration Efficiency. Ballcone performs lightning-fast analytic queries over data thanks to the underlying columnar database Specificity. Ballcone aims at providing visual insights on the HTTP access logs with no bloat Features No JavaScript snippets required GeoIP mapping with the GeoLite2 database Extraction of platform and browser information from […]

Read more

A pure Python interface for the Telegram Bot API

python-telegram-bot This library provides a pure Python interface for the Telegram Bot API. It’s compatible with Python versions 3.6.2+. PTB might also work on PyPy, though there have been a lot of issues before. Hence, PyPy is not officially supported. In addition to the pure API implementation, this library features a number of high-level classes to make the development of bots easy and straightforward. These classes are contained in the telegram.ext submodule. A pure API implementation without telegram.ext is available […]

Read more

Develop a Customer Review Analysis Platform from scratch

This article was published as a part of the Data Science Blogathon Introduction When we go to buy anything, what is the one factor that helps us choosing one thing over another? Isn’t it the reviews of that product or service, which represent the brand value? In the era of digital advancement and e-commence, almost every product or service has an indirect or direct digital presence. Consumers of these products and services leave feedback on these over various mediums which creates […]

Read more

A tool that allows you to declaratively manage Kubeflow’s pipelines

KRSH KRSH (pronounce, krush) is a tool that allows you to declaratively manage Kubeflow’s pipelines. By managing Kubeflow Pipeline through KRSH, developers can reduce the cost of managing Pipeline Versions and deploy pipelines much faster than ever before. KRSH was greatly inspired by Terraform’s behavior through Write, Plan, and Apply Cycle and its declarative management of resources. Also, since KRSH provides the KRSH Project Boilerplate through the krsh create command, the developer who develops the pipeline no longer needs to […]

Read more
1 603 604 605 606 607 912