-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (31 loc) · 1.2 KB
/
Copy path.gitattributes
File metadata and controls
37 lines (31 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*.ipynb linguist-language=Jupyter-notebook
*.py linguist-language=Python
*.pyc linguist-language=Python
*.pro linguist-language=IDL
*.sav linguist-language=IDL
# General Vector data
*.kml linguist-language=XML # Keyhole Markup Language
*.kmz binary # Zipped Keyhole Markup Language
*.dxf binary # General Vector Data(Autodesk Exchangable File)
*.obj binary # Wavefront Vector Data
*.las binary # General LiDar Point Cloud Data
# General Raster data
*.tif binary # General TIFF Raster Data
*.tfw binary # General TIFF Georeferrence Data
*.h5 binary # General HDF-5 Raster Data
# ESRI ArcGIS specific format
*.shp binary # ArcGIS Vector Data
*.prj binary # ArcGIS Projection description
*.bsq binary # ArcGIS Band-Sequencial Raster
*.bil binary # ArcGIS Band-Interleaved-by-Line Raster
*.bip binary # ArcGIS Band-Interleaved-by-Pixel Raster
*.ovr binary # ArcGIS Pyramid for rasters
# Exelis ENVI specific format
*.dat binary # ENVI Raster Data
*.enp binary # ENVI Pyramid for rasters
*.hdr binary # ENVI Metadata for rasters
# Zondy MapGIS specific format
*.wt binary # MapGIS Point data
*.wl binary # MapGIS Segment data
*.wp binary # MapGIS Polygon data
*.msi binary # MapGIS Raster data