Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geomlcv-0.0.14.tar.gz (17.7 kB view hashes)

Uploaded Source

Built Distribution

geomlcv-0.0.14-py3-none-any.whl (20.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page