Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 20, 2018 13:41
Show Gist options
  • Save ryantm/f8b38a2f12597890eaf92802bb0b9cc0 to your computer and use it in GitHub Desktop.
Save ryantm/f8b38a2f12597890eaf92802bb0b9cc0 to your computer and use it in GitHub Desktop.
/nix/store/zll9685m545xlcn7vhxmfkhdsk24jmfp-postgis-2.4.5
├── bin
│   ├── pgsql2shp
│   ├── pgsql2shp-2.4.5 -> /nix/store/zll9685m545xlcn7vhxmfkhdsk24jmfp-postgis-2.4.5/bin/pgsql2shp
│   ├── raster2pgsql
│   ├── raster2pgsql-2.4.5 -> /nix/store/zll9685m545xlcn7vhxmfkhdsk24jmfp-postgis-2.4.5/bin/raster2pgsql
│   ├── shp2pgsql
│   └── shp2pgsql-2.4.5 -> /nix/store/zll9685m545xlcn7vhxmfkhdsk24jmfp-postgis-2.4.5/bin/shp2pgsql
├── include
│   ├── liblwgeom.h
│   └── liblwgeom_topo.h
├── lib
│   ├── liblwgeom-2.4.so.0 -> liblwgeom-2.4.so.0.0.0
│   ├── liblwgeom-2.4.so.0.0.0
│   ├── liblwgeom.a
│   ├── liblwgeom.la
│   ├── liblwgeom.so -> liblwgeom-2.4.so.0.0.0
│   ├── postgis-2.4.so
│   ├── postgis_topology-2.4.so
│   └── rtpostgis-2.4.so
└── share
├── contrib
│   └── postgis-2.4
│   ├── legacy_gist.sql
│   ├── legacy_minimal.sql
│   ├── legacy.sql
│   ├── postgis_comments.sql
│   ├── postgis_for_extension.sql
│   ├── postgis_proc_set_search_path.sql
│   ├── postgis_restore.pl
│   ├── postgis.sql
│   ├── postgis_upgrade_for_extension.sql
│   ├── postgis_upgrade.sql
│   ├── raster_comments.sql
│   ├── rtpostgis_for_extension.sql
│   ├── rtpostgis_legacy.sql
│   ├── rtpostgis_proc_set_search_path.sql
│   ├── rtpostgis.sql
│   ├── rtpostgis_upgrade_for_extension.sql
│   ├── rtpostgis_upgrade.sql
│   ├── sfcgal_comments.sql
│   ├── spatial_ref_sys.sql
│   ├── topology_comments.sql
│   ├── topology.sql
│   ├── topology_upgrade.sql
│   ├── uninstall_legacy.sql
│   ├── uninstall_postgis.sql
│   ├── uninstall_rtpostgis.sql
│   └── uninstall_topology.sql
├── doc
│   ├── bnf-wkb.txt
│   ├── bnf-wkt.txt
│   ├── doxygen.cfg.in
│   ├── extras_address_standardizer.xml
│   ├── extras_historytable.xml
│   ├── extras_tigergeocoder.xml
│   ├── extras_topology.xml
│   ├── extras.xml
│   ├── faq_raster.xml
│   ├── faq.xml
│   ├── geography.txt
│   ├── html
│   │   ├── images
│   │   │   ├── caution.png
│   │   │   ├── ccbysa.png
│   │   │   ├── check.png
│   │   │   ├── important.png
│   │   │   ├── matrix_autocast.png
│   │   │   ├── matrix_checkmark.png
│   │   │   ├── matrix_sfcgal_enhanced.png
│   │   │   ├── matrix_sfcgal_required.png
│   │   │   ├── matrix_transform.png
│   │   │   ├── note.png
│   │   │   ├── osgeo_logo.png
│   │   │   ├── PostGIS_logo.png
│   │   │   ├── raster_xscale_yscale_xskew_yskew.png
│   │   │   ├── rt_st_transform01.png
│   │   │   ├── rt_st_transform02.png
│   │   │   ├── rt_st_transform03.png
│   │   │   ├── st_3ddifference01.png
│   │   │   ├── st_3ddifference02.png
│   │   │   ├── st_3dintersection01.png
│   │   │   ├── st_3dunion01.png
│   │   │   ├── st_asraster01.png
│   │   │   ├── st_asraster02.png
│   │   │   ├── st_band01.png
│   │   │   ├── st_band02.png
│   │   │   ├── st_band03.png
│   │   │   ├── st_clip01.png
│   │   │   ├── st_clip02.png
│   │   │   ├── st_clip03.png
│   │   │   ├── st_clip04.png
│   │   │   ├── st_clip05.png
│   │   │   ├── st_clusterdbscan01.png
│   │   │   ├── st_colormap_bluered.png
│   │   │   ├── st_colormap_fire.png
│   │   │   ├── st_colormap_grey.png
│   │   │   ├── st_colormap_orig.png
│   │   │   ├── st_colormap_pseudo.png
│   │   │   ├── st_colormap_red.png
│   │   │   ├── st_crosses-math.gif
│   │   │   ├── st_delaunaytriangles01.png
│   │   │   ├── st_delaunaytriangles02.png
│   │   │   ├── st_delaunaytriangles03.png
│   │   │   ├── st_extrude02.png
│   │   │   ├── st_extrude04.png
│   │   │   ├── st_invdistweight4ma_equation.png
│   │   │   ├── st_mapalgebraexpr01.png
│   │   │   ├── st_mapalgebraexpr02.png
│   │   │   ├── st_mapalgebraexpr2_01.png
│   │   │   ├── st_mapalgebraexpr2_02.png
│   │   │   ├── st_mapalgebraexpr2_04.png
│   │   │   ├── st_mapalgebraexpr2_05.png
│   │   │   ├── st_mapalgebraexpr2_06.png
│   │   │   ├── st_mapalgebraexpr2_07.png
│   │   │   ├── st_mapalgebraexpr2_08.png
│   │   │   ├── st_mapalgebrafct2_01.png
│   │   │   ├── st_mapalgebrafct2_02.png
│   │   │   ├── st_mapalgebrafctngb01.png
│   │   │   ├── st_mapalgebrafctngb02.png
│   │   │   ├── st_mapalgebramask01.png
│   │   │   ├── st_mapalgebramask02.png
│   │   │   ├── st_mapalgebramask03.png
│   │   │   ├── st_mapalgebramask04.png
│   │   │   ├── st_resample01.png
│   │   │   ├── st_resample02.png
│   │   │   ├── st_rescale01.png
│   │   │   ├── st_rescale02.png
│   │   │   ├── st_straightskeleton02.png
│   │   │   ├── st_tesselate01.png
│   │   │   ├── st_tesselate02.png
│   │   │   ├── st_touches-math.gif
│   │   │   ├── tip.png
│   │   │   └── warning.png
│   │   ├── image_src
│   │   │   ├── de9im01.wkt
│   │   │   ├── de9im02.wkt
│   │   │   ├── de9im03.wkt
│   │   │   ├── de9im04.wkt
│   │   │   ├── de9im05.wkt
│   │   │   ├── de9im06.wkt
│   │   │   ├── de9im07.wkt
│   │   │   ├── de9im08.wkt
│   │   │   ├── de9im09.wkt
│   │   │   ├── de9im10.wkt
│   │   │   ├── de9im11.wkt
│   │   │   ├── de9im12.wkt
│   │   │   ├── de9im13.wkt
│   │   │   ├── generator.c
│   │   │   ├── Makefile
│   │   │   ├── Makefile.in
│   │   │   ├── st_approximatemedialaxis01.wkt
│   │   │   ├── st_azimuth01.wkt
│   │   │   ├── st_azimuth02.wkt
│   │   │   ├── st_azimuthmath.sql
│   │   │   ├── st_boundary01.wkt
│   │   │   ├── st_boundary02.wkt
│   │   │   ├── st_buffer01.wkt
│   │   │   ├── st_buffer02.wkt
│   │   │   ├── st_buffer03.wkt
│   │   │   ├── st_buffer04.wkt
│   │   │   ├── st_buffer05.wkt
│   │   │   ├── st_buffer06.wkt
│   │   │   ├── st_buffer07.wkt
│   │   │   ├── st_buffer08.wkt
│   │   │   ├── st_buildarea01.wkt
│   │   │   ├── st_buildarea02.wkt
│   │   │   ├── st_centroid01.wkt
│   │   │   ├── st_centroid02.wkt
│   │   │   ├── st_centroid03.wkt
│   │   │   ├── st_centroid04.wkt
│   │   │   ├── st_closestpoint01.wkt
│   │   │   ├── st_closestpoint02.wkt
│   │   │   ├── st_clusterkmeans01.wkt
│   │   │   ├── st_clusterkmeans02.wkt
│   │   │   ├── st_concavehull01.wkt
│   │   │   ├── st_concavehull02.wkt
│   │   │   ├── st_concavehull03.wkt
│   │   │   ├── st_concavehull04.wkt
│   │   │   ├── st_concavehull05.wkt
│   │   │   ├── st_concavehull06.wkt
│   │   │   ├── st_concavehull07.wkt
│   │   │   ├── st_concavehull08.wkt
│   │   │   ├── st_contains01.wkt
│   │   │   ├── st_contains02.wkt
│   │   │   ├── st_contains03.wkt
│   │   │   ├── st_contains04.wkt
│   │   │   ├── st_contains05.wkt
│   │   │   ├── st_contains06.wkt
│   │   │   ├── st_convexhull01.wkt
│   │   │   ├── st_crosses01.wkt
│   │   │   ├── st_crosses02.wkt
│   │   │   ├── st_crosses03.wkt
│   │   │   ├── st_crosses04.wkt
│   │   │   ├── st_delaunaytriangles04.wkt
│   │   │   ├── st_difference01.wkt
│   │   │   ├── st_dumppoints01.wkt
│   │   │   ├── st_extrude01.wkt
│   │   │   ├── st_extrude03.wkt
│   │   │   ├── st_generatepoints01.wkt
│   │   │   ├── st_generatepoints02.wkt
│   │   │   ├── st_geometricmedian01.wkt
│   │   │   ├── st_issimple01.wkt
│   │   │   ├── st_issimple02.wkt
│   │   │   ├── st_issimple03.wkt
│   │   │   ├── st_issimple04.wkt
│   │   │   ├── st_issimple05.wkt
│   │   │   ├── st_issimple06.wkt
│   │   │   ├── st_issimple07.wkt
│   │   │   ├── st_isvalid01.wkt
│   │   │   ├── st_isvalid02.wkt
│   │   │   ├── st_isvalid03.wkt
│   │   │   ├── st_isvalid04.wkt
│   │   │   ├── st_isvalid05.wkt
│   │   │   ├── st_isvalid06.wkt
│   │   │   ├── st_isvalid07.wkt
│   │   │   ├── st_isvalid08.wkt
│   │   │   ├── st_isvalid09.wkt
│   │   │   ├── st_linecrossingdirection01.wkt
│   │   │   ├── st_linecrossingdirection02.wkt
│   │   │   ├── st_linecrossingdirection03.wkt
│   │   │   ├── st_linecrossingdirection04.wkt
│   │   │   ├── st_line_interpolate_point01.wkt
│   │   │   ├── st_line_substring01.wkt
│   │   │   ├── st_longestline01.wkt
│   │   │   ├── st_longestline02.wkt
│   │   │   ├── st_longestline03.wkt
│   │   │   ├── st_minimumboundingcircle01.wkt
│   │   │   ├── st_minkowskisum01.wkt
│   │   │   ├── st_minkowskisum02.wkt
│   │   │   ├── st_minkowskisum03.wkt
│   │   │   ├── st_minkowskisum04.wkt
│   │   │   ├── st_offsetcurve01.wkt
│   │   │   ├── st_offsetcurve02.wkt
│   │   │   ├── st_offsetcurve03.wkt
│   │   │   ├── st_offsetcurve04.wkt
│   │   │   ├── st_offsetcurve05.wkt
│   │   │   ├── st_offsetcurve06.wkt
│   │   │   ├── st_overlaps01.wkt
│   │   │   ├── st_overlaps02.wkt
│   │   │   ├── st_overlaps03.wkt
│   │   │   ├── st_sharedpaths01.wkt
│   │   │   ├── st_sharedpaths02.wkt
│   │   │   ├── st_shortestline01.wkt
│   │   │   ├── st_shortestline02.wkt
│   │   │   ├── st_snap01.wkt
│   │   │   ├── st_snap02.wkt
│   │   │   ├── st_snap03.wkt
│   │   │   ├── st_snap04.wkt
│   │   │   ├── st_snap05.wkt
│   │   │   ├── st_split01.wkt
│   │   │   ├── st_split02.wkt
│   │   │   ├── st_split03.wkt
│   │   │   ├── st_split04.wkt
│   │   │   ├── st_straightskeleton01.wkt
│   │   │   ├── st_subdivide01.wkt
│   │   │   ├── st_subdivide02.wkt
│   │   │   ├── st_symdifference01.wkt
│   │   │   ├── st_symdifference02.wkt
│   │   │   ├── st_tesselate03.wkt
│   │   │   ├── st_tesselate04.wkt
│   │   │   ├── st_touches01.wkt
│   │   │   ├── st_touches02.wkt
│   │   │   ├── st_touches03.wkt
│   │   │   ├── st_touches04.wkt
│   │   │   ├── st_touches05.wkt
│   │   │   ├── st_touches06.wkt
│   │   │   ├── st_voronoi01.wkt
│   │   │   ├── st_voronoi02.wkt
│   │   │   ├── st_voronoi03.wkt
│   │   │   ├── st_within01.wkt
│   │   │   ├── styles.c
│   │   │   ├── styles.conf
│   │   │   └── styles.h
│   │   └── style.css
│   ├── installation.xml
│   ├── introduction.xml
│   ├── Makefile
│   ├── Makefile.comments
│   ├── Makefile.comments.in
│   ├── Makefile.in
│   ├── man
│   │   ├── pgsql2shp.1
│   │   └── shp2pgsql.1
│   ├── performance_tips.xml
│   ├── po
│   │   ├── de
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── de_DE
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── es
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── fr
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── it_IT
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── ja
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── ko_KR
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── Makefile.local
│   │   ├── pl
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── pt_BR
│   │   │   ├── extras_address_standardizer.xml.po
│   │   │   ├── extras_historytable.xml.po
│   │   │   ├── extras_tigergeocoder.xml.po
│   │   │   ├── extras_topology.xml.po
│   │   │   ├── extras.xml.po
│   │   │   ├── faq_raster.xml.po
│   │   │   ├── faq.xml.po
│   │   │   ├── installation.xml.po
│   │   │   ├── introduction.xml.po
│   │   │   ├── Makefile
│   │   │   ├── performance_tips.xml.po
│   │   │   ├── postgis.xml.po
│   │   │   ├── reference_accessor.xml.po
│   │   │   ├── reference_constructor.xml.po
│   │   │   ├── reference_editor.xml.po
│   │   │   ├── reference_exception.xml.po
│   │   │   ├── reference_guc.xml.po
│   │   │   ├── reference_lrs.xml.po
│   │   │   ├── reference_management.xml.po
│   │   │   ├── reference_measure.xml.po
│   │   │   ├── reference_misc.xml.po
│   │   │   ├── reference_operator.xml.po
│   │   │   ├── reference_output.xml.po
│   │   │   ├── reference_processing.xml.po
│   │   │   ├── reference_raster.xml.po
│   │   │   ├── reference_sfcgal.xml.po
│   │   │   ├── reference_temporal.xml.po
│   │   │   ├── reference_transaction.xml.po
│   │   │   ├── reference_type.xml.po
│   │   │   ├── reference.xml.po
│   │   │   ├── release_notes.xml.po
│   │   │   ├── reporting.xml.po
│   │   │   ├── using_postgis_app.xml.po
│   │   │   ├── using_postgis_dataman.xml.po
│   │   │   └── using_raster_dataman.xml.po
│   │   ├── README
│   │   └── templates
│   │   ├── extras_address_standardizer.xml.pot
│   │   ├── extras_historytable.xml.pot
│   │   ├── extras_tigergeocoder.xml.pot
│   │   ├── extras_topology.xml.pot
│   │   ├── extras.xml.pot
│   │   ├── faq_raster.xml.pot
│   │   ├── faq.xml.pot
│   │   ├── installation.xml.pot
│   │   ├── introduction.xml.pot
│   │   ├── performance_tips.xml.pot
│   │   ├── postgis.xml.pot
│   │   ├── README
│   │   ├── reference_accessor.xml.pot
│   │   ├── reference_constructor.xml.pot
│   │   ├── reference_editor.xml.pot
│   │   ├── reference_exception.xml.pot
│   │   ├── reference_guc.xml.pot
│   │   ├── reference_lrs.xml.pot
│   │   ├── reference_management.xml.pot
│   │   ├── reference_measure.xml.pot
│   │   ├── reference_misc.xml.pot
│   │   ├── reference_operator.xml.pot
│   │   ├── reference_output.xml.pot
│   │   ├── reference_processing.xml.pot
│   │   ├── reference_raster.xml.pot
│   │   ├── reference_sfcgal.xml.pot
│   │   ├── reference_temporal.xml.pot
│   │   ├── reference_transaction.xml.pot
│   │   ├── reference_type.xml.pot
│   │   ├── reference.xml.pot
│   │   ├── release_notes.xml.pot
│   │   ├── reporting.xml.pot
│   │   ├── using_postgis_app.xml.pot
│   │   ├── using_postgis_dataman.xml.pot
│   │   └── using_raster_dataman.xml.pot
│   ├── postgis_comments.sql
│   ├── postgis.xml
│   ├── raster_comments.sql
│   ├── README
│   ├── reference_accessor.xml
│   ├── reference_constructor.xml
│   ├── reference_editor.xml
│   ├── reference_exception.xml
│   ├── reference_guc.xml
│   ├── reference_lrs.xml
│   ├── reference_management.xml
│   ├── reference_measure.xml
│   ├── reference_misc.xml
│   ├── reference_operator.xml
│   ├── reference_output.xml
│   ├── reference_processing.xml
│   ├── reference_raster.xml
│   ├── reference_sfcgal.xml
│   ├── reference_temporal.xml
│   ├── reference_transaction.xml
│   ├── reference_type.xml
│   ├── reference.xml
│   ├── release_notes.xml
│   ├── reporting.xml
│   ├── rfc
│   │   ├── postgis_rfc_02.txt
│   │   ├── postgis_rfc_03_sheet.txt
│   │   ├── postgis_rfc_03.txt
│   │   └── postgis_rfc_04.txt
│   ├── sfcgal_comments.sql
│   ├── template.xml
│   ├── texstyle.sty
│   ├── tiger_geocoder_comments.sql
│   ├── topology_comments.sql
│   ├── using_postgis_app.xml
│   ├── using_postgis_dataman.xml
│   ├── using_raster_dataman.xml
│   ├── xmlformat.conf
│   ├── xsl
│   │   ├── postgis_aggs_mm.xml.xsl
│   │   ├── postgis_cheatsheet.html.xsl
│   │   ├── postgis_comments.sql.xsl
│   │   ├── post_gis_day_cards.html.xsl
│   │   ├── postgis_gardentest.sql.xsl
│   │   ├── postgis_gardentest_subset.sql.xsl
│   │   ├── postgis_reference.xml.xsl
│   │   ├── raster_cheatsheet.html.xsl
│   │   ├── raster_comments.sql.xsl
│   │   ├── raster_gardentest.sql.xsl
│   │   ├── sfcgal_cheatsheet.html.xsl
│   │   ├── sfcgal_comments.sql.xsl
│   │   ├── tiger_geocoder_cheatsheet.html.xsl
│   │   ├── tiger_geocoder_comments.sql.xsl
│   │   ├── topology_cheatsheet.html.xsl
│   │   ├── topology_comments.sql.xsl
│   │   └── topology_gardentest.sql.xsl
│   └── ZMSgeoms.txt
└── extension
├── postgis--2.0.0--2.4.5.sql
├── postgis--2.0.1--2.4.5.sql
├── postgis--2.0.2--2.4.5.sql
├── postgis--2.0.3--2.4.5.sql
├── postgis--2.0.4--2.4.5.sql
├── postgis--2.0.5--2.4.5.sql
├── postgis--2.0.6--2.4.5.sql
├── postgis--2.0.7--2.4.5.sql
├── postgis--2.1.0--2.4.5.sql
├── postgis--2.1.1--2.4.5.sql
├── postgis--2.1.2--2.4.5.sql
├── postgis--2.1.3--2.4.5.sql
├── postgis--2.1.4--2.4.5.sql
├── postgis--2.1.5--2.4.5.sql
├── postgis--2.1.6--2.4.5.sql
├── postgis--2.1.7--2.4.5.sql
├── postgis--2.1.8--2.4.5.sql
├── postgis--2.1.9--2.4.5.sql
├── postgis--2.2.0--2.4.5.sql
├── postgis--2.2.1--2.4.5.sql
├── postgis--2.2.2--2.4.5.sql
├── postgis--2.2.3--2.4.5.sql
├── postgis--2.2.4--2.4.5.sql
├── postgis--2.2.5--2.4.5.sql
├── postgis--2.2.6--2.4.5.sql
├── postgis--2.2.7--2.4.5.sql
├── postgis--2.3.0--2.4.5.sql
├── postgis--2.3.1--2.4.5.sql
├── postgis--2.3.2--2.4.5.sql
├── postgis--2.3.3--2.4.5.sql
├── postgis--2.3.4--2.4.5.sql
├── postgis--2.3.5--2.4.5.sql
├── postgis--2.3.6--2.4.5.sql
├── postgis--2.3.7--2.4.5.sql
├── postgis--2.4.0--2.4.5.sql
├── postgis--2.4.1--2.4.5.sql
├── postgis--2.4.2--2.4.5.sql
├── postgis--2.4.3--2.4.5.sql
├── postgis--2.4.4--2.4.5.sql
├── postgis--2.4.5--2.4.5next.sql
├── postgis--2.4.5--2.4.5.sql
├── postgis--2.4.5next--2.4.5.sql
├── postgis--2.4.5.sql
├── postgis.control
├── postgis_tiger_geocoder--2.0.0--2.4.5.sql
├── postgis_tiger_geocoder--2.0.1--2.4.5.sql
├── postgis_tiger_geocoder--2.0.2--2.4.5.sql
├── postgis_tiger_geocoder--2.0.3--2.4.5.sql
├── postgis_tiger_geocoder--2.0.4--2.4.5.sql
├── postgis_tiger_geocoder--2.0.5--2.4.5.sql
├── postgis_tiger_geocoder--2.0.6--2.4.5.sql
├── postgis_tiger_geocoder--2.0.7--2.4.5.sql
├── postgis_tiger_geocoder--2.1.0--2.4.5.sql
├── postgis_tiger_geocoder--2.1.1--2.4.5.sql
├── postgis_tiger_geocoder--2.1.2--2.4.5.sql
├── postgis_tiger_geocoder--2.1.3--2.4.5.sql
├── postgis_tiger_geocoder--2.1.4--2.4.5.sql
├── postgis_tiger_geocoder--2.1.5--2.4.5.sql
├── postgis_tiger_geocoder--2.1.6--2.4.5.sql
├── postgis_tiger_geocoder--2.1.7--2.4.5.sql
├── postgis_tiger_geocoder--2.1.8--2.4.5.sql
├── postgis_tiger_geocoder--2.1.9--2.4.5.sql
├── postgis_tiger_geocoder--2.2.0--2.4.5.sql
├── postgis_tiger_geocoder--2.2.1--2.4.5.sql
├── postgis_tiger_geocoder--2.2.2--2.4.5.sql
├── postgis_tiger_geocoder--2.2.3--2.4.5.sql
├── postgis_tiger_geocoder--2.2.4--2.4.5.sql
├── postgis_tiger_geocoder--2.2.5--2.4.5.sql
├── postgis_tiger_geocoder--2.2.6--2.4.5.sql
├── postgis_tiger_geocoder--2.2.7--2.4.5.sql
├── postgis_tiger_geocoder--2.3.0--2.4.5.sql
├── postgis_tiger_geocoder--2.3.1--2.4.5.sql
├── postgis_tiger_geocoder--2.3.2--2.4.5.sql
├── postgis_tiger_geocoder--2.3.3--2.4.5.sql
├── postgis_tiger_geocoder--2.3.4--2.4.5.sql
├── postgis_tiger_geocoder--2.3.5--2.4.5.sql
├── postgis_tiger_geocoder--2.3.6--2.4.5.sql
├── postgis_tiger_geocoder--2.3.7--2.4.5.sql
├── postgis_tiger_geocoder--2.4.0--2.4.5.sql
├── postgis_tiger_geocoder--2.4.1--2.4.5.sql
├── postgis_tiger_geocoder--2.4.2--2.4.5.sql
├── postgis_tiger_geocoder--2.4.3--2.4.5.sql
├── postgis_tiger_geocoder--2.4.4--2.4.5.sql
├── postgis_tiger_geocoder--2.4.5--2.4.5next.sql
├── postgis_tiger_geocoder--2.4.5--2.4.5.sql
├── postgis_tiger_geocoder--2.4.5next--2.4.5.sql
├── postgis_tiger_geocoder--2.4.5.sql
├── postgis_tiger_geocoder.control
├── postgis_tiger_geocoder.sql
├── postgis_tiger_geocoder--unpackaged--2.4.5.sql
├── postgis_topology--2.0.0--2.4.5.sql
├── postgis_topology--2.0.1--2.4.5.sql
├── postgis_topology--2.0.2--2.4.5.sql
├── postgis_topology--2.0.3--2.4.5.sql
├── postgis_topology--2.0.4--2.4.5.sql
├── postgis_topology--2.0.5--2.4.5.sql
├── postgis_topology--2.0.6--2.4.5.sql
├── postgis_topology--2.0.7--2.4.5.sql
├── postgis_topology--2.1.0--2.4.5.sql
├── postgis_topology--2.1.1--2.4.5.sql
├── postgis_topology--2.1.2--2.4.5.sql
├── postgis_topology--2.1.3--2.4.5.sql
├── postgis_topology--2.1.4--2.4.5.sql
├── postgis_topology--2.1.5--2.4.5.sql
├── postgis_topology--2.1.6--2.4.5.sql
├── postgis_topology--2.1.7--2.4.5.sql
├── postgis_topology--2.1.8--2.4.5.sql
├── postgis_topology--2.1.9--2.4.5.sql
├── postgis_topology--2.2.0--2.4.5.sql
├── postgis_topology--2.2.1--2.4.5.sql
├── postgis_topology--2.2.2--2.4.5.sql
├── postgis_topology--2.2.3--2.4.5.sql
├── postgis_topology--2.2.4--2.4.5.sql
├── postgis_topology--2.2.5--2.4.5.sql
├── postgis_topology--2.2.6--2.4.5.sql
├── postgis_topology--2.2.7--2.4.5.sql
├── postgis_topology--2.3.0--2.4.5.sql
├── postgis_topology--2.3.1--2.4.5.sql
├── postgis_topology--2.3.2--2.4.5.sql
├── postgis_topology--2.3.3--2.4.5.sql
├── postgis_topology--2.3.4--2.4.5.sql
├── postgis_topology--2.3.5--2.4.5.sql
├── postgis_topology--2.3.6--2.4.5.sql
├── postgis_topology--2.3.7--2.4.5.sql
├── postgis_topology--2.4.0--2.4.5.sql
├── postgis_topology--2.4.1--2.4.5.sql
├── postgis_topology--2.4.2--2.4.5.sql
├── postgis_topology--2.4.3--2.4.5.sql
├── postgis_topology--2.4.4--2.4.5.sql
├── postgis_topology--2.4.5--2.4.5next.sql
├── postgis_topology--2.4.5--2.4.5.sql
├── postgis_topology--2.4.5next--2.4.5.sql
├── postgis_topology--2.4.5.sql
├── postgis_topology.control
├── postgis_topology--unpackaged--2.4.5.sql
└── postgis--unpackaged--2.4.5.sql
25 directories, 816 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment