• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: August 12th, 2023

help-circle

  • It doesn’t actually matter too much. They use mostly our data, so legally I think it’s ODBL too, and we can import anything genuinely useful they do.

    Overture is a separate project so they can add stuff OSM doesn’t want like data generated from imagery that is not checked by people. That might make Overture better in areas where osm data is sparse. They can also restrict other things only import tags they like, or merge some tags that mean similar things to make it easier for data consumers.


  • amelore@slrpnk.nettoMemes@lemmy.mlProtect yourself friends.
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    It’s going to have some metadata to that effect yes, like a file index or number of parts or total extracted file size. I don’t know the details, I’ve used them I haven’t read the spec. rar is Rarlab’s proprietary format so there might not even be a public spec.
    They’re normally all the same size except for the last part, so it’s not that file 1 is just an index.



  • amelore@slrpnk.nettoMemes@lemmy.mlProtect yourself friends.
    link
    fedilink
    English
    arrow-up
    11
    ·
    4 months ago

    Multipart archives still exist. They’re now used for file sharing websites that have a maximum file size. Before that they were for unreliable p2p networks, so you didn’t lose the parts you’d already downloaded when your peer goes offline. Originally it was to fit something big on multiple cd-roms or floppies.

    Opening somthing.rar also reads the data in somthing.r01 through somthing.r15 etc