Search the Community
Showing results for tags 'python'.
-
Hi everybody, This forum is awesome I was looking for Python for GIS lessons for beginners since I know nothing about this language Habboub
-
Hi all, I'd like to share a tool I created to automate the calculation of spectral indices for remotely sensed imagery. Currently, 22 spectral indices and the following sensors are supported: Landsat 1-5 MSS Landsat 4-5 TM Landsat 7 ETM+ Landsat 8 OLI Worldview-02 MODIS Terra and A...
- 2 replies
-
- 2
-
-
- Python
- Remote Sensing
-
(and 5 more)
Tagged with:
-
Hi, I am now trying to build a python based image processing simple application. However I found out that the perfect match library rsgislib is compatible in Unix like environment. I don't know how to use it like normal libraries in Windows environment. Is there any substitute library for rsgislib,...
-
I've written a arcpy script that creates terrain datasets from LiDAR. After 18 hours it bombed. Instead of starting the entire process over again, I want the script to pick up where is failed. How do I check, with arcpy/python, if a Terrain Dataset has pyramids? If it does, then how do I check i...
- 1 reply
-
- Terrain Datasets
- Python
-
(and 3 more)
Tagged with:
-
Hello There! Would like to share this link for those interested to code in python and make maps =) http://sensitivecities.com/so-youd-like-to-make-a-map-using-python-EN.html I was able to create 300 of these maps in 2 hours after reading this. =) Also done this to visualize the extent o...
-
Hi, Tabulate area or Zonal Statistics as Table end with [000000_12301899] error when running from ArcToolBox. Using/calling them in python such as arcpy.sa.TabulateArea.... results in a simple crash. no warning. I've tried all possible workarounds. Changing pixel size, using feature class/shapefi...
- 3 replies
-
- ArcGIS 10.1
- Python
-
(and 2 more)
Tagged with:
-
http://courses.ncsu.edu/nr595d/common/index.html Boooom.
- 3 replies
-
- 4
-
-
- python
- programming
-
(and 1 more)
Tagged with:
-
Kartograph is a simple and lightweight framework for building interactive map applications without Google Maps or any other mapping service. It was created with the needs of designers and data journalists in mind. Actually, Kartograph is two libraries. One generates beautiful & compact SVG maps;...
- 2 replies
-
- 2
-
-
- Python
- JavaScript
-
(and 1 more)
Tagged with:
-
It's been a long time since Guido van Rossum, a Dutch programmer, invented the high-level object-oriented programming language called Python. No sooner the language hit the community, it spread like fire. The true power of python is that it's free, fully open-source, easy to learn and understandable...
- 3 replies
-
- 3
-
-
- python
- geoprocessing
-
(and 1 more)
Tagged with:
-
I think, this will be good idea to share python codes to learn and get support from the members. Under this post we can do that. Can anyone help to delete subtype field from a feature class (FC)? Like one FC may have a subtype field with 5 (five) predefined subtypes. How to read and list those five...