the source.
Regards,
Luiz Motta
2011/7/12 Brian Case :
> Luiz,
>
> do you have a url handy for the source code of that plugin?
>
> Brian
>
> On Tue, 2011-07-12 at 14:53 -0300, Luiz Motta wrote:
>> Met,
>>
>> I made a QGIS's plugin where calculate the
Met,
I made a QGIS's plugin where calculate the 4 corners of polygon with
the real pixels inside. Maybe is useful for you.
The name of plugin is "Image Boundary", The source is Python and use
only GDAL library for process.
Best regards,
Luiz Motta
2011/7/12 Chaitanya kumar CH :
&
About executable utility, if you are the QGIS's user, has the plugin
Image Boundary for QGIS, it make the grid of a set imagens.
You can run this plugin with yours images(UTM), and, all bound box of
images are put in the grid layer(polygon ) in the Geographic/WGS84.
Luiz Motta
2011
uted/imgboundary.zip
Regards,
Luiz Motta
2011/4/22 Jay Jennings :
> Correct, we just need the footprint of the "good" (non-NODATA) area, which
> will often approximate a simple 4-point polygon with no holes.
>
> -Original Message-
> From: Elijah Robison [mailto:
shp
>>
>> C
>>
>> On 03/25/2011 09:45 AM, Christy Nieman wrote:
>>>
>>> Hello,
>>>
>>> You can indeed use both -select and -where together together. For
>>> example
>>>
>>> ogr2ogr -select field1,field2,field3 -where
-f "ESRI Shapefile" -select "ano" filter_select.shp
Prodes2009_23367.shp
ogrinfo -so filter_select.shp filter_select
3.3) Filter by attribute(-where)
ogr2ogr -f "ESRI Shapefile" -where "ano = '2009' and class_name =
'DESFLORESTAMENTO'" fi