pyGRASS and ArcPy

by: devtycoon, 9 years ago


Anyone have experience using pyGRASS, ArcPy or another mapping module to have interactive maps on their website?



You must be logged in to post. Please login or register an account.



Nope, but be sure to not limit yourself to only Python. Most maps and stuff will be javascript of some kind. Javascript is fed via json, which is basically a Python dictionary, and python also has json as a standard library for working with json objects.

For example: http://sentdex.com/geographical-analysis/

That's probably not what you want, but it is a map, and interactive. It's not python, its webgl/javascript. Python is doing the calculations, finding the coordinates, picking colors... etc, but eventually feeding all that info to the js module via json.

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.


Ok, I am looking for a way to show some auction data spatially.  Do you have any experience with the google map API?  They use a GeoJSON Editor.

-devtycoon 9 years ago
Last edited 9 years ago

You must be logged in to post. Please login or register an account.


Very little. Used it in a few tests and mostly just played around, I like the simplicity and quality it brings.

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.


Thanks, have a good one.

-devtycoon 9 years ago

You must be logged in to post. Please login or register an account.