Re: [Qgis-user] QGIS to manage cadastre

2017-01-05 Thread laurent Bourlet
Hi
I am french and work with the cadastre and Qgis  .. The plugin is really a good 
plugin but you must know the data are in two categories : all the data with 
geometry are accessibles by all but you don't access to the data of owners and 
all others taxes informations ... Only locals gvt can access ( or the studies 
organisations working for ..) to these informations ..
And such studies need a good practice of the relations and request 1-n ...
Regards
Erwan 

> Le 5 janv. 2017 à 22:23, Tumasgiu Rossini  a écrit :
> 
> Hi,
> 
> Here is a plugin used in France to handle cadastral data :
> 
> https://github.com/3liz/QgisCadastrePlugin
> 
> 2017-01-05 20:09 GMT+01:00 N :
>> Hi 
>> I would like to know if there is any country that uses QGIS to manage the 
>> cadastral maps of the country.
>> 
>> ArcGIS seems to be what other countries are using for Cadastre.
>> 
>> Can QGIS be used to manage the cadastre of a country??
>> 
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] spatialjoin

2016-12-22 Thread Laurent Bourlet

Hi at all

i succeed !! thank's at all ...Andrew was right ... but i add an another 
thing ; i have indicated in the dialogue box , under "default value" , 
in "relational value" the name of the layer B , the right field etc... 
and now it's ok !


one more time , thank's !!

laurent


Le 21/12/2016 à 23:32, Andrew a écrit :
Regarding the default values option/limitations, I can add that if you 
try to use the default values expression dialog to build an expression 
using geomintersects() the dialog will evaluate the expression as 
invalid.  Instead, build the expression in the field calculator and 
then copy/paste it into default value box and skip using the 
expression dialog.


Andrew

On Wed, Dec 21, 2016 at 1:32 PM, DelazJ <mailto:del...@gmail.com>> wrote:


Hi,
Laurent, I can think about different ways you can test to tackle
your issues, provided you have two spatial layers that overlap
(and without any intermediate layer creation):
- recent QGIS introduce default values concept

(http://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/vector_properties.html#common-settings

<http://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/vector_properties.html#common-settings>)
- i'm not really sure about its limitations though
- add a virtual field

(http://docs.qgis.org/2.14/en/docs/user_manual/working_with_vector/attribute_table.html#editing-attribute-values

<http://docs.qgis.org/2.14/en/docs/user_manual/working_with_vector/attribute_table.html#editing-attribute-values>)
that you could later recalculate into a simple field
- use the Autofields plugin
(http://plugins.qgis.org/plugins/AutoFields/
<http://plugins.qgis.org/plugins/AutoFields/>)
- use the SpatialJoin plugin
(http://plugins.qgis.org/plugins/spatialJoin/
<http://plugins.qgis.org/plugins/spatialJoin/>)

Except the SpatialJoin plugin option (which is internally based on
it), you'll need to write an expression likely based on
refFunctions plugin (e.g, geomintersects) someone mentioned above.

HTH,
Harrissou


2016-12-21 19:23 GMT+01:00 Laurent Bourlet
mailto:laurentbourle...@gmail.com>>:

Hi,

i thought it was more easy ...

In fact , i don't use a GPS because these points don't need
precision : they are only used to identify the parcels . And i
would like to catch their identity ( a number for each parcel
and the owner ) if possible with a dynamic spatialjoin...

With booth data ( number of parcel and name of owner ) , i
could talk with the fisc administration :-)

Randy was right ...i didn't have the same EPSG for the two
layers . It's now OK ! but without the feature "dynamic" .

Indeed , i would avoid building many temporaries layers and i
thought it existed a plugin for this " dynamic" feature.

If no , i will ask my users to make spatialjoins some time to
time ...

Waiting , i will try the solution of Bernd...

Thank you anyway !

laurent



Le 21/12/2016 à 17:46, Bernd Vogelgesang a écrit :

Hi,

for me this sounds more like he is getting new points once
in a while and
wants to join those attributes to the new points
"automatically" from the
parcel layer.

The biggest problem for users is to rethink the workflow
from the end to
the beginning and to know the limitations.

The outcome should be a point layer with the polygons
attributes. If those
points (layer A) are from GPS as Randy assumes, they have
to be
reprojected to the parcels layer (layer B) before being
able to join them
spatially(layer C). The spatial join in the toolbox
produces layer D.

Most probably, the resulting layer D is going to to be
edited in some way
(adding notes about size, the progress, classifications,
whatever), so you
will have to find a way to preserve those new attribute
while being able to
add new points without much trouble.

The processing toolbox is a good way to do these steps,
though it produces
a lot of temporary files cluttering the project.

A better way for all those repetitive tasks, is to use the
graphical
modeller, to create a workflow which only has to be
triggered once new
points come in, and the resulting file can be saved as new
a file e.g.
with the current date in the name, so you have kind of an
archive and do not

Re: [Qgis-user] spatialjoin

2016-12-21 Thread Laurent Bourlet
 of the owner and the number of the 
parcel : this number , a polygon , have a WKT location . All this is 
in a SHP . As I grab points in layer A directly in Qgis (2.18) , I 
have also a SHP . And i need a dynamic join because I have no desire 
to make the spatial join each time...

Regards
Laurent

Le 21 déc. 2016 à 01:30, Randal Hale 
 a écrit :


In your layer B - Do the Names of the Owners have a location (like 
a tax parcel) or are they a spreadsheet (like Microsoft Excel)?


Randy



On 12/20/2016 06:03 PM, Laurent Bourlet wrote:
Hi at all

I'm a beginner in Qgis and i would make a dynamic spatialjoin.
In fact , i have created a vector layer ( for example  A) and i 
grab points in it when I'm outdoor ( these points are buildings 
unknowned by the government and so these building are not taxed 
...) . I have also a layer (B) with the name of the owners of 
these lands .

You see what i would ?...
I would have these names transferred as attribut from B to A .
For that , i think about a spatialjoin with a dynamic feature . So 
i have downloaded the two plugins "reffunction" and "spatialjoin".
But i have certainly maked something wrong because i don't succeed 
...


Is it the good method ?

And If yes , and if exist a doc about these plugins ...i'll take 
it :-))


regards

Laurent

( pour les francophones ...je repère et saisis des points 
représentants  des batiments construits et visibles par Google Map 
mais inconnus par le cadastre et donc les impôts ...je voudrais 
donc enrichir la couche de saisie par les références des parcelles 
et les noms des propriétaires par une jointure spatiale dynamique 
..à chaque point saisi , "monte" cette référence )


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

-- -
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user







___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] spatialjoin

2016-12-20 Thread Laurent Bourlet

Hi at all

I'm a beginner in Qgis and i would make a dynamic spatialjoin.
In fact , i have created a vector layer ( for example  A) and i grab 
points in it when I'm outdoor ( these points are buildings unknowned by 
the government and so these building are not taxed ...) . I have also a 
layer (B) with the name of the owners of these lands .

You see what i would ?...
I would have these names transferred as attribut from B to A .
For that , i think about a spatialjoin with a dynamic feature . So i 
have downloaded the two plugins "reffunction" and "spatialjoin".

But i have certainly maked something wrong because i don't succeed ...

Is it the good method ?

And If yes , and if exist a doc about these plugins ...i'll take it :-))

regards

Laurent

( pour les francophones ...je repère et saisis des points représentants  
des batiments construits et visibles par Google Map mais inconnus par le 
cadastre et donc les impôts ...je voudrais donc enrichir la couche de 
saisie par les références des parcelles et les noms des propriétaires 
par une jointure spatiale dynamique ..à chaque point saisi , "monte" 
cette référence )


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user