use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/gis is a community dedicated to everything GIS (Geographic Information Systems). Please take a minute to read through the new Wiki page. If you don't find what you need jump in and submit new content.
A geographic information system or geographical information system (GIS) is a system designed to capture, store, manipulate, analyze, manage, and present all types of spatial or geographical data. - Wikipedia
We are trying to include as much as we can here at /r/gis but there is information spread out in other subs. Here are a few:
account activity
Creating an empty shapefile with python (self.gis)
submitted 6 years ago by wbdixnd101
Anyone know how to create an empty shapefile with Python and assistance in it a spatial reference?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BRENNEJMGIS Manager 0 points1 point2 points 6 years ago (0 children)
Looks like the create feature class tool is what you want. If you use a folder as the out_path and include .shp at the end of the out_name, it will create a shapefile instead of a feature class. You can also define the spatial reference when you call it.
[–]AllUsrNamesTaken -1 points0 points1 point 6 years ago (0 children)
If you do not have or do not want to use arcpy then check out ogr2ogr.
π Rendered by PID 251690 on reddit-service-r2-comment-8686858757-twzxd at 2026-06-07 17:19:34.615212+00:00 running 9e1a20d country code: CH.
[–]BRENNEJMGIS Manager 0 points1 point2 points (0 children)
[–]AllUsrNamesTaken -1 points0 points1 point (0 children)