Question

Converting GEOJSON to File Geodatabase

  • 30 April 2018
  • 7 replies
  • 41 views

Badge

I am fairly new to FME and I need to convert a GEOJSON data link to a file geodatabase. I have not be able to find any help online for where to start.

Data link is here: https://data.menlopark.org/resource/vdp2-yzq3.geojson

Any help would be appreciated.

Thanks!!


7 replies

Userlevel 4
Badge +30

Hi @wjloy

You can start your Workspace with the option Generate Workspace:

File -> Generate Workspace

Please, set the configuration your Reader and Writer:

After this action, please confirm in OK button and the FME will create for you a Workspace Reader to Writer. Note that the transformer GeometryFilter will be in between the objects Reader and Writer.

Now, in the Writer - please - rename the attribute with strange character:

_@computed_region_bge3_x4j9 to for example computed

 

Attached the Workspace - workspacec-geojson-to-geodb.fmw

Thanks,

Danilo

Badge

Hi @wjloy

You can start your Workspace with the option Generate Workspace:

File -> Generate Workspace

Please, set the configuration your Reader and Writer:

After this action, please confirm in OK button and the FME will create for you a Workspace Reader to Writer. Note that the transformer GeometryFilter will be in between the objects Reader and Writer.

Now, in the Writer - please - rename the attribute with strange character:

_@computed_region_bge3_x4j9 to for example computed

 

Attached the Workspace - workspacec-geojson-to-geodb.fmw

Thanks,

Danilo

Hi Danilo-

 

Thanks for the reply, this is exactly where I got hung-up and I was using the wrong writer.

 

I will keep you posted on my progress.

 

Thanks,

 

Whit

 

 

 

Userlevel 4
Badge +30
Hi Danilo-

 

Thanks for the reply, this is exactly where I got hung-up and I was using the wrong writer.

 

I will keep you posted on my progress.

 

Thanks,

 

Whit

 

 

 

 

Excellent Whit. I am happy to help you
Badge

Hi @wjloy

You can start your Workspace with the option Generate Workspace:

File -> Generate Workspace

Please, set the configuration your Reader and Writer:

After this action, please confirm in OK button and the FME will create for you a Workspace Reader to Writer. Note that the transformer GeometryFilter will be in between the objects Reader and Writer.

Now, in the Writer - please - rename the attribute with strange character:

_@computed_region_bge3_x4j9 to for example computed

 

Attached the Workspace - workspacec-geojson-to-geodb.fmw

Thanks,

Danilo

Is there a way to change the name of the output feature types from vdp2_yzq3....?

 

 

Userlevel 4
Badge +30
Is there a way to change the name of the output feature types from vdp2_yzq3....?

 

 

 

Yes. You can click on icon engine in the feature type and a window will open and you rename.
Badge

 

Yes. You can click on icon engine in the feature type and a window will open and you rename.
Thanks, I was getting an error yesterday when I tried this same approach. I guess I was over thinking it and attribute it to user error :-/.

 

 

Userlevel 4
Badge +30
Thanks, I was getting an error yesterday when I tried this same approach. I guess I was over thinking it and attribute it to user error :-/.

 

 

But, its works now?

 

 

Reply