Skip to content

Commit

Permalink
build: cleanup deps, remove mandatory sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 23, 2024
1 parent 90c6f92 commit ff3a8b1
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 600 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ To install osm-rawdata, you can use pip. Here are two options:
- Latest on PyPi:
`pip install osm-rawdata`

- Including the packages required for `importer.py`:
`pip install osm-rawdata[importer]`

> NOTE that importer.py will not work unless the extra dependencies
> are specified using osm-rawdata[importer]
## Using the Container Image

- osm-rawdata scripts can be used via the pre-built container images.
Expand Down
2 changes: 0 additions & 2 deletions osm_rawdata/overture.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
from codetiming import Timer
from geojson import Feature, FeatureCollection
from numpy import ndarray

# import pyarrow as pa
from pandas import Series
from progress.spinner import PixelSpinner
from shapely import wkb
Expand Down
Loading

0 comments on commit ff3a8b1

Please sign in to comment.