Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 25, 2018 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/0d00ba219421e6704bafd2659bb5b1d9 to your computer and use it in GitHub Desktop.
Save ryantm/0d00ba219421e6704bafd2659bb5b1d9 to your computer and use it in GitHub Desktop.
/nix/store/h6689r3b0yv25ja3q2xp02zxmmfpz0c0-libgeotiff-1.4.3
├── bin
│   ├── applygeo
│   ├── geotifcp
│   └── listgeo
├── include
│   ├── cpl_serv.h
│   ├── epsg_datum.inc
│   ├── epsg_ellipse.inc
│   ├── epsg_gcs.inc
│   ├── epsg_pcs.inc
│   ├── epsg_pm.inc
│   ├── epsg_proj.inc
│   ├── epsg_units.inc
│   ├── epsg_vertcs.inc
│   ├── geo_config.h
│   ├── geo_ctrans.inc
│   ├── geo_incode_defs.h
│   ├── geo_keyp.h
│   ├── geokeys.h
│   ├── geokeys.inc
│   ├── geonames.h
│   ├── geo_normalize.h
│   ├── geo_simpletags.h
│   ├── geotiff.h
│   ├── geotiffio.h
│   ├── geo_tiffp.h
│   ├── geovalues.h
│   └── xtiffio.h
├── lib
│   ├── libgeotiff.la
│   ├── libgeotiff.so -> libgeotiff.so.2.2.0
│   ├── libgeotiff.so.2 -> libgeotiff.so.2.2.0
│   └── libgeotiff.so.2.2.0
└── share
├── epsg_csv
│   ├── alias.csv
│   ├── area.csv
│   ├── change.csv
│   ├── compdcs.csv
│   ├── coordinate_axis.csv
│   ├── coordinate_axis_name.csv
│   ├── coordinate_operation.csv
│   ├── coordinate_operation_method.csv
│   ├── coordinate_operation_parameter.csv
│   ├── coordinate_operation_parameter_value.csv
│   ├── coordinate_operation_path.csv
│   ├── coordinate_reference_system.csv
│   ├── coordinate_system.csv
│   ├── csv2c.py
│   ├── csv_tools.py
│   ├── datum.csv
│   ├── datum_shift.csv
│   ├── datum_shift_pref.csv
│   ├── deprecation.csv
│   ├── ellipsoid.csv
│   ├── esri_datum_override.csv
│   ├── gcs.csv
│   ├── gcs.override.csv
│   ├── geoccs.csv
│   ├── naming_system.csv
│   ├── pcs.csv
│   ├── pcs.override.csv
│   ├── prime_meridian.csv
│   ├── projop_wparm.csv
│   ├── stateplane.csv
│   ├── supersession.csv
│   ├── unit_of_measure.csv
│   ├── version_history.csv
│   ├── vertcs.csv
│   └── vertcs.override.csv
└── man
└── man1
├── applygeo.1.gz
├── geotifcp.1.gz
└── listgeo.1.gz
7 directories, 68 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment