Skip to main content

Geoformat is a GDAL/OGR library overlayer

Project description

# Welcome to Geoformat

## Introduction

Geoformat is GDAL / OGR overlayer wiht MIT licence.
The library aim is to simplify loading and OGR 'DataSource' and 'Layer' manipulations.
Until now this library is in Alpha mode. This means that for the moment the structure of this library is not
full oriented object compatible.

## Installation

```sh
$ pip install osm2geojson
```

## Basic manipulations



### Geoformat structure

![Strucutre of Geoformat](https://framagit.org/Guilhain/Geoformat/raw/master/images/geoformat.png)

### Open a geocontainer

A container is an equivalent to folder or a database containing one or several geolayer.

```py
import geoformat

commune_path = 'data/FRANCE_IGN/COMMUNE_2016_MPO_L93.shp'
gare_path = 'data/FRANCE_IGN/GARES_PT_L93.shp'

layer_list = [commune_path, gare_path]

geocontainer = geoformat.ogr_layers_to_geocontainer(layer_list)

print(geocontainer['layers'].keys())

# >>> dict_keys(['COMMUNE_2016_MPO_L93', 'GARES_PT_L93'])
```

### Open a geolayer

A geolayer is an equivalent to a file or a table in database containing one or several features with attibutes and/or
geometry.

### Print data geolayer

Sometime it can be uselful to print in terminal geolayer's attributes.

### Write geolayer in a OGR compatible GIS file

You can obviously convert a geolayer in a compatible OGR file format.

### Write a container in OGR compatible dataSource

Like geolayer you can write a geoformat container in a folder or a GRG compatible datasource.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

geoformat-20190509.post15.tar.gz (23.0 kB view details)

Uploaded Source

File details

Details for the file geoformat-20190509.post15.tar.gz.

File metadata

  • Download URL: geoformat-20190509.post15.tar.gz
  • Upload date:
  • Size: 23.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.2.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.7

File hashes

Hashes for geoformat-20190509.post15.tar.gz
Algorithm Hash digest
SHA256 a3238f83d11126294a9df951f069f8fe460c810cbaacfb4a53766129031167bb
MD5 92e04b410eb049a68d230f32ad7f2e8a
BLAKE2b-256 a731bddb712183c181a804164d262f1b6a5272eae1473a58cc4c8d826220fc44

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