My company just purchased ArcGIS software. I'll be writing scripts for ArcGIS in Python. Is there a community or open source project where this code can be shared? (I'll be releasing all of my code under
Thanks.
The Sunburned Surveyor
|
|
Welcome to GIS.SE! I would probably just put it in GitHub until you really know what you want to share. Even ESRI started jumping on this bandwagon after GeoIQ acquisition. |
|||||||||||||||||||
|
|
The ESRI community for this used to be called ArcScripts, then ESRI closed that to new submissions in favor of their Code Galleries, and now with the release of ArcGIS 10.1 (presumably the version you have if you just acquired it) they are transitioning from the Code Galleries to ArcGIS Online. There's a set of instructions here for moving your things from the old Code Galleries to the new system, if you just ignore the first step (downloading your existing stuff), the rest of the instructions will tell you how to upload code, tools, maps, etc. and share them with other ESRI users. You'll need a (free) ArcGIS online account. |
||||
|
|
|
As already mentioned, Github would be a great choice. I'd also have a gander at BitBucket, my personal favourite, largely because I find the Mercurial (hg) revision control tools easier to understand and use than git, which bitbucket supports too. (Not that such a thing should determine your choice, but it helps that Mercurial is naturally aligned with python, the community it grew out of and language it is written in. Helps me anyway ;-) |
||||
|
|