You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/kuwala-io/kuwala.git
cd kuwala
cd pipelines
docker-compose run osm-poi
# download, EU, austria
# download, EU, lithuania
docker-compose run --rm osm-parquetizer java -jar target/osm-parquetizer-1.0.1-SNAPSHOT.jar --continent=eu --country=aut
docker-compose run --rm osm-parquetizer java -jar target/osm-parquetizer-1.0.1-SNAPSHOT.jar --continent=eu --country=ltu
manually running outside of docker (AT) due to memory issues in docker (even though more than enough memory is available to docker daemon)
docker-compose run osm-poi --continent=eu --country=ltu <<< stuck here
docker-compose run osm-poi --continent=eu --country=aut <<< fails with checksum error
# process, eu, aut
# process, eu, ltu
docker-compose run admin-boundaries --continent=eu --country=aut
docker-compose run admin-boundaries --continent=eu --country=ltu
docker-compose run google-trends --continent=europe --country=austria --keyword=Altlerchenfeld
docker-compose run google-trends --continent=europe --country=austria --keyword=Gänserndorf
docker-compose run google-trends --continent=europe --country=austria --keyword=Breitenfeld
docker-compose run google-trends --continent=europe --country=austria --keyword=Josefstadt
docker-compose run google-trends --continent=europe --country=austria --keyword="Innere Stadt"
docker-compose run google-trends --continent=europe --country=austria --keyword="St. Pölten"
docker-compose run google-trends --continent=europe --country=austria --keyword=Josefstadt
docker-compose run google-trends --continent=europe --country=austria --keyword=Aspern
docker-compose run google-trends --continent=europe --country=austria --keyword=Essling
docker-compose run google-trends --continent=europe --country=austria --keyword=HADERSDORF
docker-compose run google-trends --continent=europe --country=austria --keyword=Hütteldorf
docker-compose run google-trends --continent=europe --country=austria --keyword=Landstraße
docker-compose run google-trends --continent=europe --country=austria --keyword=Leopoldstadt
docker-compose run google-trends --continent=europe --country=austria --keyword=Aspern
Problems:
Downloading the PBF and generating the parquets works (partially): 1) there seem to be some memory issues in docker
when trying to apply the process step this one fails totally for me.
any subsequent steps i.e. google-poi or even ingestion of other steps of OSM are blocked due to (2)
The text was updated successfully, but these errors were encountered:
To reproduce the problem:
Problems:
Downloading the PBF and generating the parquets works (partially): 1) there seem to be some memory issues in docker
when trying to apply the process step this one fails totally for me.
any subsequent steps i.e. google-poi or even ingestion of other steps of OSM are blocked due to (2)
The text was updated successfully, but these errors were encountered: