Metadata-Version: 2.4
Name: geostudio
Version: 0.1.1
Summary: 
Author: Geostudio Team
Author-email: geostudio@ibm.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: folium (==0.20.0)
Requires-Dist: geopandas (>=0.9.0)
Requires-Dist: ipyleaflet (>=0.17.1)
Requires-Dist: ipywidgets (>=8.1.1)
Requires-Dist: jinja2 (==3.1.6)
Requires-Dist: joblib (>=1.5.2,<2.0.0)
Requires-Dist: matplotlib (>=3.8)
Requires-Dist: numpy (>=1.25)
Requires-Dist: pandas (>=2.0.3,<3.0.0)
Requires-Dist: plotly (==6.3.0)
Requires-Dist: pydantic (>=2.0,<3.0)
Requires-Dist: pyproj (==3.7.1)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: rasterio (>=1.3.8)
Requires-Dist: remotezip (>=0.12.2)
Requires-Dist: requests (>=2.32.4,<3.0.0)
Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
Requires-Dist: rich (>=14.1.0,<15.0.0)
Requires-Dist: shapely (>=1.8.5)
Requires-Dist: urllib3 (==2.5.0)
Requires-Dist: wget (>=3.2)
Description-Content-Type: text/markdown

# IBM GeoFM Python SDK

This package is IBM Geospatial Exploration and Orchestration Studio (GEOStudio) SDK for Python. Through the SDK, developers can write software that uses the GEOStudio API services; [GeoStudio APIs](https://terrastackai.github.io/geospatial-studio).

## Getting Started

To get started with `geostudio`, check out the [Getting Started Guideline](GETTING_STARTED.md) to install and develop your GeoFM applications.

## Documentation

The SDK Documentation can be found [here](https://terrastackai.github.io/geospatial-studio-toolkit).

To Update the documentation:
```sh
# 1. Install Dependencies
poetry install --with docs

# 2. Update Docstrings

# 3. Build the Documentation
poetry run docs-build

# 4. Preview in your browser
poetry run docs-serve

# 5. Deploy to gh-pages
poetry run docs-deploy
```

## Contributing

To contibute to the project, check out our [Contribution Guideline](CONTRIBUTING.md) for information about getting involved.

