This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Mi localización favorita</title> | |
| <style> | |
| </style> | |
| </head> | |
| <body> | |
| <img src="https://elcomercio.pe/resizer/pGOfdg2o1Lix6lUu1ba2EbOkKxY=/980x0/smart/filters:format(jpeg):quality(75)/arc-anglerfish-arc2-prod-elcomercio.s3.amazonaws.com/public/JUZWWQKT4BDBTMYGQPJ3ZS35QM.jpg"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import arcinfo | |
| import arcpy | |
| arcpy.env.workspace = raw_input ("Ingresa la coordenada X: ") | |
| arcpy.env.workspace = raw_input (" Ingresa la coordenada Y: ") | |
| in_cover = raw_input("Ingresa la cobertura que georreferenciarás") | |
| feature_type = ("Ingresa el tipo de cobertura a utilizar") |