en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

267
active users

Marcos Dione

I think I already asked something similar a few weeks back, but isn't there a public site where I can fetch GLO-30 files with a simple http client anymore? I used to use `wget` for this, then it was AWS CLI, and now it seems I have to set it up with a user/pass/key/secret_key?

I remember cloning the whole mapzen repo when it was on peril of disappearing, should I have done the same with data that's supposed to be public? Has anyone done that already?

OK, from that same page:

portal.opentopography.org/rast

and after logging in into that site, you get bulk download instructions, that once again involve S3:

Bulk Download using AWS Command Line Interface

List all files example:

```
aws s3 ls s3://raster/COP30/ --recursive --endpoint-url opentopography.s3.sdsc.edu --no-sign-request
```

Download files example:

```
aws s3 cp s3://raster/COP30/ . --recursive --endpoint-url opentopography.s3.sdsc.edu --no-sign-request
```

portal.opentopography.orgOpenTopography - Copernicus GLO-30 Digital Elevation Model

And finally: `aws s3 cp --endpoint-url opentopography.s3.sdsc.edu --no-sign-request s3://raster/COP30/COP30_hh/Copernicus_DSM_10_N00_00_E006_00_DEM.tif .` The basename has changed, Used to be:

`Copernicus_DSM_COG_10_{lat}_00_{lon}_00_DEM` vs now
`Copernicus_DSM_10_{lat}_00_{lon}_00_DEM`.

Subtle differences that make you pull you hairs, as always.

#Copernicus#DEM#GIS