PHPackages                             geodeticca/spatial - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. geodeticca/spatial

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

geodeticca/spatial
==================

Simple package for working with GDAL library.

0248PHP

Since Nov 20Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/geodeticca/spatial)[ Packagist](https://packagist.org/packages/geodeticca/spatial)[ RSS](/packages/geodeticca-spatial/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Simple wrapper for handling GDAL
================================

[](#simple-wrapper-for-handling-gdal)

This package provides simple way to interact with GDAL library.

Instalation
-----------

[](#instalation)

Run following composer command.

```
composer require geodeticca/spatial

```

Example
-------

[](#example)

```
$warp = new Warp($inputPath, $outputPath);
$warp
    ->addParam('-overwrite')
    ->addParam('-of GTiff')
    ->addParam('-s_srs EPSG:3857')
    ->addParam('-t_srs EPSG:4326');
$warp->execute();

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance44

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4511358?v=4)[Dense](/maintainers/Dense)[@Dense](https://github.com/Dense)

---

Top Contributors

[![dense-team](https://avatars.githubusercontent.com/u/8276865?v=4)](https://github.com/dense-team "dense-team (8 commits)")

### Embed Badge

![Health badge](/badges/geodeticca-spatial/health.svg)

```
[![Health](https://phpackages.com/badges/geodeticca-spatial/health.svg)](https://phpackages.com/packages/geodeticca-spatial)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
