tilezen / joerd

Joerd can be used to download, merge and generate tiles from digital elevation data
MIT License
318 stars 49 forks source link

Add 10m lidar data for Austria #101

Open tyrasd opened 7 years ago

tyrasd commented 7 years ago

Available here: https://www.data.gv.at/katalog/dataset/b5de6975-417b-4320-afdb-eb2a9e2a1dbf

Projection: EPSG:31287

Resolution: 10m

Licence: CC BY 3.0 AT (Creative Commons Namensnennung 3.0 Österreich)

nvkelso commented 7 years ago

This would be better data than the 30m EU data in #132.

iandees commented 7 years ago

Data download URL is http://gis.ktn.gv.at/OGD/Geographie_Planung/ogd-10m-at.zip

iandees commented 7 years ago

Mirror the source

curl https://gis.ktn.gv.at/OGD/Geographie_Planung/ogd-10m-at.zip | AWS_PROFILE=openterrain aws s3 cp - s3://elevation-sources-prod/austria/ogd-10m-at.zip
iandees commented 7 years ago

Transcode the source

make submit-job job=aws/transcode-job.json.hbs input=s3://elevation-sources-prod/austria/ogd-10m-at.zip output=s3://elevation-sources-transcoded/austria/ogd-10m-at name=ogd_10m_at
iandees commented 7 years ago

The transcode failed (likely due to running out of swap space on the ECS instance), so I ran it locally on my laptop.