CV workflow helpers.
Project description
GeoML - Computer Vision library for Satellite Images
GeoML runs image processing and machine vision algorithms specifically designed for satellite images. It aims to make your life easier with powerful tools and utilities.
Present functionality
- Download data from Google Map Tiles API and load into S3
- Generate datasets of preprocessed images with PCA+HOG, SV+HOG, etc.
Development Setup
To get started with contributing or using the Geoml library, follow these steps to set up your development environment:
Clone the repository to your local machine:
git clone https://github.com/pgzmnk/geoml.git
cd geoml
Install project dependencies in virtual environment using Poetry:
python3 -m venv .venv
source .venv/bin/activate
poetry install
Getting Started
Once the development environment is set, you can start using the Geoml library in your projects. The library provides various machine vision algorithms tailored for satellite image analysis. Before diving into the specifics, make sure you have a basic understanding of satellite images and their properties.
Environment variables:
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export GOOGLE_API_KEY=
export ROBOFLOW_API_KEY=
To use GeoML in your Python script, import it as follows:
import geoml
Now you can access the various functions and classes provided by the library to analyze satellite images. For example, to apply a machine learning classifier on an image, you can use the following code snippet:
wip...
Contributing
If you find a bug, have a feature request, or want to contribute code, please open an issue or PR.
Publish
poetry config pypi-token.pypi pypi-token-...
poetry build
poetry publish
License
The GeoML library is distributed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file geomlcv-0.0.1.tar.gz
.
File metadata
- Download URL: geomlcv-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.6 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 152c8c1015a7b3c780c9e908239ab1d03ad095d3fc072d80dbfd3f357eee36e3 |
|
MD5 | 1ef1b23937226ea2132a2e6fccc93daa |
|
BLAKE2b-256 | ef8711d562335096e7b46bf90db48791ebb230e625da38eaeecff8a5fc841f38 |
File details
Details for the file geomlcv-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: geomlcv-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.6 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00866ee8bacea74ce966d973f5534b42103be98ad5b7c202c48dd22adbb67b1a |
|
MD5 | 3e81cfb49b0cf2f0faa946533bb8edbc |
|
BLAKE2b-256 | 1c72d2e712806a7c667c7dcbb1e3025f6a5e2dcbf244ea63f4e186730779e88e |