Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.cro and .ver files #91

Merged
merged 5 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions custom_signatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,13 @@
plain_bof: ;; HSF V
puid: aca-fmt/31
signature: eDrawings Assembly File
- bof: (?i)^43616C63756C757820526F61642050726F6A6563742066696C65
extension: .CRO
plain_bof: Calculux Road Project file
puid: aca-fmt/32
signature: Calculux Road Project file
- bof: (?i)^50545653595354454D202020564953554D2020202020202056657273696F6E
extension: .ver
plain_bof: PTVSYSTEM VISUM Version
puid: aca-fmt/33
signature: PTV Visum File
14 changes: 13 additions & 1 deletion fileformats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,18 @@ aca-fmt/31:
reason: No cli for this format.
process: Open in eDrawings Viewer and save as pdf. www.edrawingsviewer.com/download-edrawings
description: An EASM file is a CAD drawing created by Dassault Systemes eDrawings Publisher, a plug-in used to export designs from CAD applications.
aca-fmt/32:
name: Calculux Road Project File
action: ignore
ignore:
template: not-convertable
reason: Unable for find converter or software for viewing file.
aca-fmt/33:
name: PTV Visum File
action: manual
manual:
reason: Unable for find converter for .ver files.
process: Open in latest PTV Visum version and export to png. If open not possible, set ignore and template.
fmt/3:
name: Graphics Interchange Format 87a
ignore_if:
Expand Down Expand Up @@ -1988,7 +2000,7 @@ fmt/1258:
fmt/1265:
name: SketchUp Document
action: manual
description: Google SketchUp 3d model.
description: Google SketchUp 3d model .skp file.
manual:
reason: gis conversion does not preserve 3d model in kmz file.
process: Open in SketchUp 8.0.15158 as save as PDF.
Expand Down