oeg-upm / btn100

Repository where we will be loading data related to BTN100 from Instituto Geográfico Nacional
Apache License 2.0
0 stars 2 forks source link

Renamed URI base to http://geo.linkeddata.es #12

Open dportoles opened 1 year ago

dportoles commented 1 year ago

Executed

find . -type f -exec sed -i 's@https://datos.ign.es@http://geo.linkeddata.es@' {} +
find . -type f -exec sed -i 's@https://datos.ign.es/@http:\/\/geo.linkeddata.es\/@' {} +

It changes ttl files and also ktr

dportoles commented 1 year ago

Fixes https://github.com/oeg-upm/btn100/issues/11