Skip to main content

A pure Python MapFile parser for working with MapServer, built using Lark

https://raw.githubusercontent.com/geographika/mappyfile/master/docs/images/class_parsed_small.png

Requirements

  • Python 2.7 or Python 3.x

Installation

mappyfile is available on PyPI (Python Package Index), and can be installed using pip:

pip install mappyfile

This will also install its required dependency Lark.

Documentation

Documentation at http://mappyfile.readthedocs.io/en/latest/

Usage

import mappyfile

mapfile = mappyfile.load("./docs/examples/raster.map")

# update the map name
mapfile["name"] = "MyNewMap"

new_layer_string = """
LAYER
    NAME 'land'
    TYPE POLYGON
    DATA '../data/vector/naturalearth/ne_110m_land'
    CLASS
        STYLE
            COLOR 107 208 107
            OUTLINECOLOR 2 2 2
            WIDTH 1
        END
    END
END
"""

new_layer = mappyfile.loads(new_layer_string)
layers.insert(0, new_layer) # can insert the new layer at any index

print(mappyfile.dumps(mapfile))

Authors

Download files

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

Source Distribution

mappyfile-0.2.0.tar.gz (36.5 kB view details)

Uploaded Source

Built Distribution

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

mappyfile-0.2.0-py2.py3-none-any.whl (13.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file mappyfile-0.2.0.tar.gz.

File metadata

  • Download URL: mappyfile-0.2.0.tar.gz
  • Upload date:
  • Size: 36.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mappyfile-0.2.0.tar.gz
Algorithm Hash digest
SHA256 86c935b3595ac54c2d752f1f1a85575b4bbadc0ee981489d8107f76c36f93813
MD5 e54096402671276da57d5ce4b6dcc6b8
BLAKE2b-256 ce092eb1453acea5045ddec3805c61292e5e12df8829ed3af587ffad42a5a893

See more details on using hashes here.

File details

Details for the file mappyfile-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for mappyfile-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7a4ebf2faaeec54ff3367a6901076b847f40f54cc4c8dfe05e6c7d7beaf8e90f
MD5 e45dc7083e7f75894e6fe5a5a98cacc7
BLAKE2b-256 dbe2c2fe62cf8de596d49b48abd9995df72d9b8e0c52f026139aaed4a14704e5

See more details on using hashes here.

Release history Release notifications | RSS feed

1.2.0

2 files

1.1.1

2 files

1.1.0

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.9.7

2 files

0.9.6

2 files

0.9.5

2 files

0.9.4

2 files

0.9.3

6 files

0.9.2

6 files

0.9.1

6 files

0.9.0

6 files

0.8.4

5 files

0.8.3

5 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.6

2 files

0.7.5

2 files

0.7.4

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.1

2 files

0.5.0

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.3.2

1 file

0.3.1

1 file

0.3.0

1 file

0.2.2

2 files

0.2.1

2 files

This release

0.2.0 This release

2 files

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page