Re: [GRASS-user] UTM zone overlay of world

2012-07-24 Thread RichardC
Hi,

For reference, I've created a Global UTM zones grid in shapefile format*.

It's downloadable at 
http://www.enviroprojects.org/geospatial-services/gis-resources
http://www.enviroprojects.org/geospatial-services/gis-resources 

Cheers,
Richard


*Details:
Coordinate Reference System: WGS84. Created in GRASS using v.mkgrid,
v.patch, v.clean, v.category, v.to.db, v.out.ogr. Grid incorporates special
zones west of Norway (band V) and near Svalbard Island (band X).





--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/UTM-zone-overlay-of-world-tp4988354p4990302.html
Sent from the Grass - Users mailing list archive at Nabble.com.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] UTM zone overlay of world

2012-07-24 Thread Paolo Cavallini
Il 24/07/2012 10:00, RichardC ha scritto:
 For reference, I've created a Global UTM zones grid in shapefile format*.

 It's downloadable at 
 http://www.enviroprojects.org/geospatial-services/gis-resources
Thanks Richard for this. Would you mind releasing under a more free
licence, for possible inclusion in sample data packages? The current
licence:

Free for non-commercial use only. Users should acknowledge the
EnviroProjects Digital Initiative (EPDI: http://www.enviroprojects.org)
as the source.

would not allow this.
All the best.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] UTM zone overlay of world

2012-07-24 Thread RichardC
I've now associated with a creative commons licence:
http://creativecommons.org/licenses/by-nc-sa/3.0/

Cheers,
Richard



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/UTM-zone-overlay-of-world-tp4988354p4990645.html
Sent from the Grass - Users mailing list archive at Nabble.com.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] UTM zone overlay of world

2012-07-14 Thread RichardC
Hi,

Is there a feature/tool in GRASS that enables creation of a global grid
overlay of UTM zones?

If not, would anyone know of another tool to do this.

Thanks.

Richard

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/UTM-zone-overlay-of-world-tp4988354.html
Sent from the Grass - Users mailing list archive at Nabble.com.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] UTM zone overlay of world

2012-07-14 Thread Micha Silver

  
  
On 07/14/2012 12:01 PM, RichardC wrote:

  Hi,

Is there a feature/tool in GRASS that enables creation of a global grid
overlay of UTM zones?



How about this:
#In a Lon/Lat WGS84 location run
g.region -p n=90 s=-90 e=180 w=-180
v.mkgrid map=utm_zones pos=region grid=1,60
# Move to whatever projected MPASET/LOCATION you need and do v.proj


  
If not, would anyone know of another tool to do this.

Thanks.

Richard

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/UTM-zone-overlay-of-world-tp4988354.html
Sent from the Grass - Users mailing list archive at Nabble.com.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

This mail was received via Mail-SeCure System.






-- 
Micha Silver
GIS Consultant, Arava Development Co.
http://www.surfaces.co.il
  

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] UTM zone overlay of world

2012-07-14 Thread Hamish
Richard wrote:
 Is there a feature/tool in GRASS that enables creation of a
 global grid
 overlay of UTM zones?
 
 If not, would anyone know of another tool to do this.


for reference or reuse?

for reference, see the graphic shown here:
   http://grass.osgeo.org/wiki/Gis_Concepts#Map_projections

for reuse, see v.mkgrid  Micha's post. each zone is 6 degrees wide,
but beware of some deviations around Scandinavia.
also, 80S to 84N, split at the equator.


Hamish
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user