Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ pip install bng

## Instructions

The `to_osbg36` and `from_osbg36` functions are used to convert between tuples of OSGB36 (x, y) coordinates and alphanumeric grid references.
The `to_osgb36` and `from_osgb36` functions are used to convert between tuples of OSGB36 (x, y) coordinates and alphanumeric grid references.

### to_osbg36
### to_osgb36

BNG grid references can be converted to `osbg36` coordinates as follows.
BNG grid references can be converted to `osgb36` coordinates as follows.

Single values:

Expand All @@ -47,9 +47,9 @@ y
# (1139200, 356000, 35400)
```

### from_osbg36
### from_osgb36

BNG grid references can be created from`osbg36` coordinates as follows.
BNG grid references can be created from`osgb36` coordinates as follows.

Single values:
```python
Expand Down