Skip to main content

Digital terrain map manipulation high level functions

Project description

# Mapstery

Digital terrain map manipulation library.

High level scripts to convert, transform, manipulate small and large imagery
using GDAL in python to cover part of the needs of the NASA/ESA Frontier
Development Lab with respect to Space Resources challenges.

## Quick install

```
pip install mapstery
```

For developers, you might like to install the last version from git. So if you've
cloned _Mapstery_ in a folder called `mapstery_repo` then you could do the following:
`pip install mapstery_repo/`

NB: Make sure the gdal python package version correspond to the system gdal library.
If you have GDAL python installation problems you may have to match versions between
gdal system libraries and gdal python package, one way or another.

## Quick start

```
import mapstery
import numpy as np

M = mapstery.Map(500, 500)
M.add_band(np.ones((35,50))*128.0, "BAND_NAME_01")
M.add_band(np.ones((80,150))*89.0, "BAND_NAME_02")
M.save("/tmp/mastery_test0.gtif")
```

## Another example, combining layers
```
import mapstery
import numpy as np

M = mapstery.Map(500, 500)
M.dataset='layers.json'
M.save("/tmp/testjson.gtif")

```

## Json file example: layers.json
```
{
"BNAME":"LRO1.png",
"BNAME2":"LRO2.png"
}
# BNAME - BAND NAME
# LRO1.png - file path

```
## Dev infos

You can write your own scripts in `tests/` starting with the *dev_* prefix so that they are ignored by git.


Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mapstery-0.0.7-py2.py3-none-any.whl (8.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file mapstery-0.0.7-py2.py3-none-any.whl.

File metadata

  • Download URL: mapstery-0.0.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8

File hashes

Hashes for mapstery-0.0.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 28af1aebe6f86eddaadd57b7c9474d2f99657a0bb55811ae33e6bda1ee14d2ab
MD5 f1ddd507ef6c8ee7594ccd6bd3549236
BLAKE2b-256 77b58da8599ca1888554bcc92b3ea420d37eeea01e0de1000e9874534b11b5f8

See more details on using hashes here.

Supported by

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