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.post18.tar.gz (23.0 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: geoformat-20190509.post18.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.post18.tar.gz
Algorithm Hash digest
SHA256 319d7758a659072c77f677ab60f5a0e2e72cef8a8ba10306c854004aa08de739
MD5 eb097c7569b32bd217c53d0bf0c4d2e5
BLAKE2b-256 dbeb342962ef183a3a9723efc7534f64acd542baf3226433c8ae224fea303a74

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